pom.xml 849 Bytes
<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/xsd/maven-4.0.0.xsd">
	<parent>
		<groupId>fr.tlse.irap.pt</groupId>
		<artifactId>pt</artifactId>
		<version>2.3.0</version>
	</parent>

	<modelVersion>4.0.0</modelVersion>
	<artifactId>cdpp3dview</artifactId>

	<name>Cdpp3dview</name>
	<description>Cdpp3dView Module</description>

	<!--  Added for java 9 -->		
	<dependencies>
		<dependency>
	        <groupId>javax.xml.ws</groupId>
	        <artifactId>jaxws-api</artifactId>
	        <version>2.2.8</version>
    	</dependency>
		<dependency>
	        <groupId>javax.xml.bind</groupId>
	        <artifactId>jaxb-api</artifactId>
	        <version>2.2.4</version>
    	</dependency>
	</dependencies>

</project>