SWS-757 - Airline Sample Maven Build Error
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -150,6 +150,13 @@
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-release</id>
|
||||
<name>Spring Release Repository</name>
|
||||
<url>http://maven.springframework.org/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<build>
|
||||
<extensions>
|
||||
<extension>
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
<name>Spring WS Security</name>
|
||||
<description>Spring-WS WS-Security implementation</description>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jboss.repository.releases.public</id>
|
||||
<name>JBoss Repo Public</name>
|
||||
<url>http://repository.jboss.org/nexus/content/groups/public-jboss</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jboss.repository.releases.public</id>
|
||||
<name>JBoss Repo Public</name>
|
||||
<url>http://repository.jboss.org/nexus/content/groups/public-jboss</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<profiles>
|
||||
<profile>
|
||||
@@ -118,13 +118,6 @@
|
||||
<artifactId>mail</artifactId>
|
||||
</dependency>
|
||||
<!-- Test dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-core</artifactId>
|
||||
<version>3.0.2.RELEASE</version>
|
||||
<classifier>tests</classifier>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.woodstox</groupId>
|
||||
<artifactId>woodstox-core-asl</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user