Re: Missing artifact 7.0.0
Greg Huber <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
Still having this issue with : Missing artifact org.apache.struts:struts2-velocity-tools-jsp-jakarta:jar:7.0.0 Missing artifact org.apache.struts:struts2-velocity-tools-view-jakarta:jar:7.0.0 They are here https://repository.apache.org/content/groups/staging/org/apache/struts/struts2-velocity-tools-view-jakarta/7.0.0/ I have deleted .m2 struts folder Compiles ok with these: struts pom.xml <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-velocity-tools-view-jakarta</artifactId> <version>7.0.0-M7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-velocity-tools-jsp-jakarta</artifactId> <version>7.0.0-M7-SNAPSHOT</version> </dependency> May be a timing thing? On 11/12/2024 07:57, Lukasz Lenart wrote: > Hello, > > This is the first and major release of Struts 7.x series which uses > Java 17 and JakartaEE. > Please take the time and test the bits - any help is appreciated. > Please report any problems you will spot. > > Here are the changes from the previous version: > https://github.com/apache/struts/releases/tag/STRUTS_7_0_0 > > Staging Maven repo > https://repository.apache.org/content/groups/staging/ > > Standalone artifacts > https://dist.apache.org/repos/dist/dev/struts/7.0.0/ > > Release notes > https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0 > > > Kind regards > -- > Łukasz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >