This commit is contained in:
Arjen Poutsma
2007-11-13 21:13:53 +00:00
parent 49f8c70dc9
commit 7017f989d9
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.1.3</version>
<version>2.1.5</version>
<scope>runtime</scope>
</dependency>
<dependency>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>spring-ws</artifactId>
<artifactId>spring-ws-parent</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.1-SNAPSHOT</version>
</parent>