Working on JAXP 1.4 support.
This commit is contained in:
14
xml/pom.xml
14
xml/pom.xml
@@ -10,6 +10,20 @@
|
||||
<packaging>bundle</packaging>
|
||||
<name>Spring XML</name>
|
||||
<description>Various XML support classes for Spring Web Services</description>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>jdk14-jdk15</id>
|
||||
<activation>
|
||||
<jdk>!1.6</jdk>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>stax</groupId>
|
||||
<artifactId>stax-api</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user