diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -40,6 +40,7 @@ <properties> <derby.version>10.13.1.1</derby.version> + <javax.ws.rs-api.version>2.0.1</javax.ws.rs-api.version> <policy.common.version>1.4.0-SNAPSHOT</policy.common.version> <!-- sonar/jacoco overrides --> @@ -54,6 +55,7 @@ <module>models-dao</module> <module>models-tosca</module> <module>models-pap</module> + <module>models-provider</module> </modules> <distributionManagement> @@ -86,6 +88,12 @@ </dependency> <dependency> + <groupId>javax.ws.rs</groupId> + <artifactId>javax.ws.rs-api</artifactId> + <version>${javax.ws.rs-api.version}</version> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -95,7 +103,6 @@ <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> </dependency> - </dependencies> <dependencyManagement> |