Add spring variant and json-lib gadget chain.

This commit is contained in:
mbechler
2016-03-06 14:54:49 +01:00
parent bd21624609
commit 4130fc5545
3 changed files with 219 additions and 0 deletions
+11
View File
@@ -136,6 +136,17 @@
<artifactId>hibernate-core</artifactId>
<version>4.3.11.Final</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<classifier>jdk15</classifier>
<version>2.4</version>
</dependency>
</dependencies>
<profiles>