2017-12-01 12:35 GMT+01:00 preetam1...@gmail.com <preetam1...@gmail.com>:
> Yes., in  start i thought same (also in stack overflow everyone suggested 
> same). but even after adding json-lib . getting same error.
>
> my pom.xml contain.
>
>                 <dependency>
>                         <groupId>org.apache.struts</groupId>
>                         <artifactId>struts2-core</artifactId>
>                         <version>2.3.24.1</version>
>                 </dependency>
>
>                 <!-- 
> https://mvnrepository.com/artifact/org.apache.struts/struts2-rest-plugin -->
>                 <dependency>
>                     <groupId>org.apache.struts</groupId>
>                     <artifactId>struts2-rest-plugin</artifactId>
>                     <version>2.3.24.1</version>
>                 </dependency>
>
>                 <dependency>
>                         <groupId>org.apache.struts</groupId>
>                         <artifactId>struts2-convention-plugin</artifactId>
>                         <version>2.3.24.1</version>
>                 </dependency>
>
>                 <dependency>
>                         <groupId>net.sf.json-lib</groupId>
>                         <artifactId>json-lib</artifactId>
>                         <version>2.4</version>
>                 </dependency>

This won't work, you must add the classifier. There is no such
version, either jdk3 or jdk5 have to be used.


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to