File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 9
9
<classpathentry kind =" var" path =" IVY_CACHE/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-1.2.15.jar" sourcepath =" /IVY_CACHE/org.apache.log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-sources-1.2.15.jar" />
10
10
<classpathentry kind =" var" path =" IVY_CACHE/org.junit/com.springsource.org.junit/4.8.1/com.springsource.org.junit-4.8.1.jar" sourcepath =" /IVY_CACHE/org.junit/com.springsource.org.junit/4.8.1/com.springsource.org.junit-sources-4.8.1.jar" />
11
11
<classpathentry kind =" var" path =" IVY_CACHE/org.aspectj/com.springsource.org.aspectj.weaver/1.6.8.RELEASE/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar" />
12
- <classpathentry kind =" var" path =" IVY_CACHE/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-2.5.0.jar" sourcepath =" /IVY_CACHE/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-sources-2.5.0.jar" />
13
12
<classpathentry kind =" var" path =" IVY_CACHE/org.custommonkey.xmlunit/com.springsource.org.custommonkey.xmlunit/1.2.0/com.springsource.org.custommonkey.xmlunit-1.2.0.jar" sourcepath =" /IVY_CACHE/org.custommonkey.xmlunit/com.springsource.org.custommonkey.xmlunit/1.2.0/com.springsource.org.custommonkey.xmlunit-sources-1.2.0.jar" />
14
13
<classpathentry kind =" var" path =" IVY_CACHE/org.easymock/com.springsource.org.easymock/2.5.1/com.springsource.org.easymock-2.5.1.jar" sourcepath =" /IVY_CACHE/org.easymock/com.springsource.org.easymock/2.5.1/com.springsource.org.easymock-sources-2.5.1.jar" />
15
14
<classpathentry kind =" var" path =" IVY_CACHE/org.codehaus.woodstox/com.springsource.com.ctc.wstx/3.2.7/com.springsource.com.ctc.wstx-3.2.7.jar" sourcepath =" /IVY_CACHE/org.codehaus.woodstox/com.springsource.com.ctc.wstx/3.2.7/com.springsource.com.ctc.wstx-sources-3.2.7.jar" />
Original file line number Diff line number Diff line change 31
31
<dependency org =" org.springframework" name =" org.springframework.asm" rev =" latest.integration" conf =" optional->compile" />
32
32
<dependency org =" net.sourceforge.jopt-simple" name =" com.springsource.joptsimple" rev =" 3.0.0" conf =" optional->compile" />
33
33
<!-- test dependencies -->
34
- <dependency org =" javax.servlet" name =" com.springsource.javax.servlet" rev =" 2.5.0" conf =" test->compile" />
35
34
<dependency org =" org.junit" name =" com.springsource.org.junit" rev =" ${junit.version}" conf =" test->runtime" />
36
35
<dependency org =" org.easymock" name =" com.springsource.org.easymock" rev =" 2.5.1" conf =" test->compile" />
37
36
<dependency org =" org.custommonkey.xmlunit" name =" com.springsource.org.custommonkey.xmlunit" rev =" 1.2.0" conf =" test->compile" />
Original file line number Diff line number Diff line change 44
44
<artifactId >aspectjweaver</artifactId >
45
45
<optional >true</optional >
46
46
</dependency >
47
- <dependency >
48
- <groupId >javax.servlet</groupId >
49
- <artifactId >servlet-api</artifactId >
50
- <version >2.5</version >
51
- <scope >test</scope >
52
- </dependency >
53
47
<dependency >
54
48
<groupId >junit</groupId >
55
49
<artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments