-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathivy.xml
More file actions
15 lines (15 loc) · 1016 Bytes
/
Copy pathivy.xml
File metadata and controls
15 lines (15 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ivy-module version="2.0">
<info organisation="com.rodenbostel" module="SpringExtJs"/>
<dependencies>
<dependency org="org.springframework" name="spring-aop" rev="3.2.1.RELEASE" />
<dependency org="org.springframework" name="spring-beans" rev="3.2.1.RELEASE" />
<dependency org="org.springframework" name="spring-core" rev="3.2.1.RELEASE" />
<dependency org="org.springframework" name="spring-context" rev="3.2.1.RELEASE" />
<dependency org="org.springframework" name="spring-context-support" rev="3.2.1.RELEASE" />
<dependency org="org.springframework" name="spring-web" rev="3.2.1.RELEASE" />
<dependency org="org.springframework" name="spring-webmvc" rev="3.2.1.RELEASE" />
<dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.9.12" />
<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.9.12" />
<dependency org="cglib" name="cglib-nodep" rev="2.2.2" />
</dependencies>
</ivy-module>