Re: Missing artifact 7.0.0
Lukasz Lenart <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkPfqJvqg0RNTEiZytM=dwGiBYmXiTtp41AeLEttdTNtsA@mail.gmail.com> |
śr., 11 gru 2024 o 12:01 Greg Huber <[email protected]> napisał(a): > 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? These artefacts are optional [1], you must specify them explicitly in your pom, not just the Velocity plugin. And there is no version 7.0.0-M7 anymore, please use 7.0.0 instead. https://github.com/apache/struts/blob/main/plugins/velocity/pom.xml#L45 Regards Łukasz