For me its tiles

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-tiles-plugin</artifactId>
    <version>${org.apache.struts.version}</version>
</dependency>

So I have to now include these jarkarta jars also?

btw it creates the folder in .m2 but there are no jars.

On 11/12/2024 11:38, Lukasz Lenart wrote:
śr., 11 gru 2024 o 12:01 Greg Huber <gregh3...@gmail.com> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to