- Debugging java.lang.IncompatibleClassChangeError: Implementing class errors (Spring/Hibernate/Struts)
- [INFO] [snip MyProjectName]
- [INFO] - org.hibernate:hibernate-entitymanager:jar:3.5.6-Final:compile
- [INFO] +- org.hibernate:hibernate-core:jar:3.5.6-Final:compile
- [INFO] - org.hibernate:hibernate-annotations:jar:3.5.6-Final:compile
- [INFO] - org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile
- [INFO] [snip MyProjectName]
- [INFO] +- org.springframework:org.springframework.orm:jar:3.1.1.RELEASE:compile
- [INFO] | +- org.springframework:org.springframework.jdbc:jar:3.1.1.RELEASE:compile
- [INFO] | - org.springframework:org.springframework.transaction:jar:3.1.1.RELEASE:compile
- [INFO] +- org.springframework:org.springframework.web:jar:3.1.1.RELEASE:compile
- [INFO] | - org.springframework:org.springframework.aop:jar:3.1.1.RELEASE:compile
- [INFO] +- org.springframework:org.springframework.beans:jar:3.1.1.RELEASE:compile
- [INFO] | - org.springframework:org.springframework.asm:jar:3.1.1.RELEASE:compile
- [INFO] +- org.springframework:org.springframework.context:jar:3.1.1.RELEASE:compile
- [INFO] | - org.springframework:org.springframework.expression:jar:3.1.1.RELEASE:compile
- [INFO] +- org.springframework:org.springframework.core:jar:3.1.1.RELEASE:compile
- [INFO] - org.apache.struts:struts2-spring-plugin:jar:2.2.3.1:compile
- [INFO] +- org.springframework:spring-beans:jar:2.5.6:compile
- [INFO] +- org.springframework:spring-core:jar:2.5.6:compile
- [INFO] +- org.springframework:spring-context:jar:2.5.6:compile
- [INFO] - org.springframework:spring-web:jar:2.5.6:compile
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymockclassextension</artifactId>
- <version>3.0</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>r07</version>
- </dependency>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.1</version>
- </dependency>
- <dependency>
- <groupId>org.dbunit</groupId>
- <artifactId>dbunit</artifactId>
- <version>2.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-entitymanager</artifactId>
- <version>3.5.6-Final</version>
- </dependency>
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>9.1-901.jdbc3</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>org.springframework.orm</artifactId>
- <version>3.1.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>org.springframework.web</artifactId>
- <version>3.1.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>org.springframework.beans</artifactId>
- <version>3.1.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>org.springframework.context</artifactId>
- <version>3.1.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>org.springframework.core</artifactId>
- <version>3.1.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-spring-plugin</artifactId>
- <version>2.2.3.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-core</artifactId>
- <version>2.2.3.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-config-browser-plugin</artifactId>
- <version>2.2.3.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-json-plugin</artifactId>
- <version>2.2.3.1</version>
- </dependency>
- <dependency>
- <groupId>com.jgeppert.struts2.jquery</groupId>
- <artifactId>struts2-jquery-plugin</artifactId>
- <version>2.4.1</version>
- </dependency>
- <dependency>
- <groupId>com.jgeppert.struts2.jquery</groupId>
- <artifactId>struts2-jquery-grid-plugin</artifactId>
- <version>2.4.1</version>
- </dependency>
- <dependency>
- <groupId>com.jgeppert.struts2.jquery</groupId>
- <artifactId>struts2-jquery-richtext-plugin</artifactId>
- <version>2.4.1</version>
- </dependency>
- <dependency>
- <groupId>org.freemarker</groupId>
- <artifactId>freemarker</artifactId>
- <version>2.3.16</version>
- </dependency>
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-sitemesh-plugin</artifactId>
- <version>2.2.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-convention-plugin</artifactId>
- <version>2.2.1</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.4</version>
- </dependency>
- <dependency>
- <groupId>com.itextpdf</groupId>
- <artifactId>itextpdf</artifactId>
- <version>5.0.4</version>
- </dependency>
- </dependencies>