File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
samples/airline/client/saaj Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22
3- <project name =" spring-ws-airline-sample-saaj-client" default =" build"
4- xmlns : artifact =" urn:maven-artifact-ant" >
3+ <project name =" spring-ws-airline-sample-saaj-client" default =" build" xmlns : artifact =" urn:maven-artifact-ant" >
54 <property name =" bin.dir" value =" bin" />
65 <property name =" src.dir" value =" src" />
76
1211 </classpath >
1312 </typedef >
1413
14+ <artifact : remoteRepository id =" java.net" url =" https://maven-repository.dev.java.net/nonav/repository"
15+ layout =" legacy" />
16+
1517 <artifact : dependencies pathId =" compile.classpath" >
18+ <remoteRepository refid =" java.net" />
1619 <dependency groupId =" javax.xml.soap" artifactId =" saaj-api" version =" 1.3" />
1720 <dependency groupId =" com.sun.xml.wss" artifactId =" xws-security" version =" 2.0-ea2" />
1821 <dependency groupId =" com.sun.org.apache.xml.security" artifactId =" xmlsec" version =" 2.0" />
1922 </artifact : dependencies >
2023
2124 <artifact : dependencies pathId =" runtime.classpath" >
25+ <remoteRepository refid =" java.net" />
2226 <dependency groupId =" com.sun.xml.messaging.saaj" artifactId =" saaj-impl" version =" 1.3" />
2327 </artifact : dependencies >
2428
You can’t perform that action at this time.
0 commit comments