Skip to content

Commit dfc80b8

Browse files
committed
1 parent 4fa895b commit dfc80b8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

samples/airline/client/saaj/build.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

@@ -12,13 +11,18 @@
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

0 commit comments

Comments
 (0)