diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-03-28 01:12:10 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-04-02 20:48:41 -0500 |
commit | 964b127fc75e202d3c661454dbea58acf2b234c6 (patch) | |
tree | c2991183110e1ba8ec0905350eb2256d5f3c1cec /policy-management | |
parent | 92cb38f9137d80328445d7b22cb51716783e3aea (diff) |
Initial lifecycle state machine.
Basic state machine and initial functionality to
transition to the Active state via Engine commands and
StateUpdate messages.
Change-Id: I8212bd264dbbea446d4e682918f9360e3984887f
Issue-ID: POLICY-1608
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'policy-management')
-rw-r--r-- | policy-management/pom.xml | 8 |
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> |