diff options
-rw-r--r-- | integration/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 3b53cdf7..54ec6f9b 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -86,7 +86,6 @@ <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>4.0.1</version> - <scope>provided</scope> </dependency> <!-- HttpComponents Client --> @@ -24,6 +24,7 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>1.2.0</version> + <relativePath/> </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> |