summaryrefslogtreecommitdiffstats
path: root/policy-management/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r--policy-management/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index d48d3ffb..fedfe7a3 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -70,7 +70,6 @@
</goals>
<phase>prepare-package</phase>
<configuration>
- <transitive>false</transitive>
<outputDirectory>${project.build.directory}/assembly/lib</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
@@ -150,7 +149,6 @@
</excludes>
<suppressionsLocation>${project.baseUri}checkstyle-suppressions.xml</suppressionsLocation>
<consoleOutput>true</consoleOutput>
- <failsOnViolation>true</failsOnViolation>
<violationSeverity>warning</violationSeverity>
</configuration>
</execution>
@@ -182,6 +180,12 @@
</dependency>
<dependency>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>policy-models-pdp</artifactId>
+ <version>${policy.models.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>