updated POM
This commit is contained in:
parent
eaa48ca799
commit
8616634652
|
@ -146,35 +146,14 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- TEST with JDK1.8
|
<!-- TEST with JDK1.8 <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId>
|
||||||
<dependency>
|
<scope>test</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId>
|
||||||
<groupId>javax.xml.bind</groupId>
|
<artifactId>jaxb-core</artifactId> <scope>test</scope> </dependency> <dependency>
|
||||||
<artifactId>jaxb-api</artifactId>
|
<groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <scope>test</scope>
|
||||||
<scope>test</scope>
|
</dependency> <dependency> <groupId>com.sun.xml.messaging.saaj</groupId>
|
||||||
</dependency>
|
<artifactId>saaj-impl</artifactId> <version>1.5.0</version> <scope>test</scope>
|
||||||
<dependency>
|
</dependency> <dependency> <groupId>javax.xml.ws</groupId> <artifactId>jaxws-api</artifactId>
|
||||||
<groupId>com.sun.xml.bind</groupId>
|
<scope>test</scope> </dependency> -->
|
||||||
<artifactId>jaxb-core</artifactId>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.sun.xml.bind</groupId>
|
|
||||||
<artifactId>jaxb-impl</artifactId>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.sun.xml.messaging.saaj</groupId>
|
|
||||||
<artifactId>saaj-impl</artifactId>
|
|
||||||
<version>1.5.0</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>javax.xml.ws</groupId>
|
|
||||||
<artifactId>jaxws-api</artifactId>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Plugins related tests -->
|
<!-- Plugins related tests -->
|
||||||
|
@ -201,6 +180,15 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
<!-- Added by Francesco -->
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>src/main/resources</directory>
|
||||||
|
<includes>
|
||||||
|
<include>**/*</include>
|
||||||
|
</includes>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- SPHINX PLUGIN triggered at 'compile' -->
|
<!-- SPHINX PLUGIN triggered at 'compile' -->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue