aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-08-28 15:22:50 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-28 15:22:50 +0000
commit8ae625423fbf11fa031946caa3f86d552854b893 (patch)
treea5072ec252ce17924ffb7e23fe0cf74faf312c79 /policy-endpoints/pom.xml
parentf133be23c3fab4609e969a89ad64869bc8a7c38f (diff)
parent95751fdf0e69dec1c2850136447679ac344c9230 (diff)
Merge "Adding usage of openpojo in policy common"
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r--policy-endpoints/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index fb546a5a..aedb56d8 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -189,6 +189,11 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.openpojo</groupId>
+ <artifactId>openpojo</artifactId>
+ </dependency>
+
</dependencies>
</project>