When changed to 3.0.3, failed.
Could someone help which command to use in pom.xml?


Could you provide a little more information Emi?


Given that the artifacts are in the apache repository
https://repository.apache.org/content/repositories/releases/org/apache/tiles/tiles-api/3.0.3/

the following in your pom should work…

     <dependency>
         <groupId>org.apache.tiles</groupId>
         <artifactId>tiles-api</artifactId>
         <version>3.0.3</version>
     </dependency>

It's my fault. Removed xwork from pom:
<groupId>com.opensymphony</groupId>
<artifactId>xwork</artifactId>
<version>2.3.15.3</version>

Everything is fine now. Sorry.
Emi


Reply via email to