INT-1307 Add jaxb-impl to POM in XML module for Java 5 Compatibility

This commit is contained in:
Gary Russell
2010-08-08 23:57:30 +00:00
parent 30eef8e6ce
commit 110d4db690

View File

@@ -42,6 +42,12 @@
<version>2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.1.13</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>