Fix build errors
This commit is contained in:
parent
4be4e583c7
commit
4334161526
32
pom.xml
32
pom.xml
@ -463,7 +463,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-jxr-plugin</artifactId>
|
<artifactId>maven-jxr-plugin</artifactId>
|
||||||
<version>2.3</version>
|
<version>2.2</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>generate-xref</id>
|
<id>generate-xref</id>
|
||||||
@ -499,6 +499,36 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.wst.css</groupId>
|
||||||
|
<artifactId>core</artifactId>
|
||||||
|
<version>1.1.101-v200705302225</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache</groupId>
|
||||||
|
<artifactId>xerces</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.ibm</groupId>
|
||||||
|
<artifactId>icu</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.wst.sse</groupId>
|
||||||
|
<artifactId>core</artifactId>
|
||||||
|
<version>1.1.202-v200709061102</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache</groupId>
|
||||||
|
<artifactId>xerces</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.ibm</groupId>
|
||||||
|
<artifactId>icu</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss</groupId>
|
<groupId>org.jboss</groupId>
|
||||||
<artifactId>jbossorg-docbook-xslt</artifactId>
|
<artifactId>jbossorg-docbook-xslt</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user