We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc80b8 commit 1fcd107Copy full SHA for 1fcd107
samples/airline/client/saaj/build.xml
@@ -14,8 +14,12 @@
14
<artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository"
15
layout="legacy"/>
16
17
+ <artifact:remoteRepository id="spring-ext"
18
+ url="https://svn.sourceforge.net/svnroot/springframework/repos/repo-ext/"/>
19
+
20
<artifact:dependencies pathId="compile.classpath">
21
<remoteRepository refid="java.net"/>
22
+ <remoteRepository refid="spring-ext"/>
23
<dependency groupId="javax.xml.soap" artifactId="saaj-api" version="1.3"/>
24
<dependency groupId="com.sun.xml.wss" artifactId="xws-security" version="2.0-ea2"/>
25
<dependency groupId="com.sun.org.apache.xml.security" artifactId="xmlsec" version="2.0"/>
0 commit comments