Skip to content

Commit 1fcd107

Browse files
committed
1 parent dfc80b8 commit 1fcd107

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/airline/client/saaj/build.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
<artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository"
1515
layout="legacy"/>
1616

17+
<artifact:remoteRepository id="spring-ext"
18+
url="https://svn.sourceforge.net/svnroot/springframework/repos/repo-ext/"/>
19+
1720
<artifact:dependencies pathId="compile.classpath">
1821
<remoteRepository refid="java.net"/>
22+
<remoteRepository refid="spring-ext"/>
1923
<dependency groupId="javax.xml.soap" artifactId="saaj-api" version="1.3"/>
2024
<dependency groupId="com.sun.xml.wss" artifactId="xws-security" version="2.0-ea2"/>
2125
<dependency groupId="com.sun.org.apache.xml.security" artifactId="xmlsec" version="2.0"/>

0 commit comments

Comments
 (0)