|
|
|
@ -23,7 +23,6 @@
@@ -23,7 +23,6 @@
|
|
|
|
|
<!-- global dependencies --> |
|
|
|
|
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.apache.log4j" name="com.springsource.org.apache.log4j" rev="1.2.15" conf="compile->compile"/> |
|
|
|
|
<dependency org="net.sourceforge.cglib" name="com.springsource.net.sf.cglib" rev="2.1.3" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.objectweb.asm" name="com.springsource.org.objectweb.asm" rev="2.2.3" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.objectweb.asm" name="com.springsource.org.objectweb.asm.commons" rev="2.2.3" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="compile->compile"/> |
|
|
|
@ -31,6 +30,7 @@
@@ -31,6 +30,7 @@
|
|
|
|
|
<dependency org="org.springframework" name="org.springframework.aop" rev="latest.integration" conf="compile->compile"/> |
|
|
|
|
|
|
|
|
|
<!-- build time only dependencies --> |
|
|
|
|
<dependency org="net.sourceforge.cglib" name="com.springsource.net.sf.cglib" rev="2.1.3" conf="optional->compile"/> |
|
|
|
|
|
|
|
|
|
<!-- test-time only dependencies --> |
|
|
|
|
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.5.0" conf="test->runtime" /> |
|
|
|
|