From f104e0b994576bbc6decb60f3beb5cc2fbb22bdb Mon Sep 17 00:00:00 2001 From: Yuta HIGUCHI Date: Tue, 10 Oct 2017 12:38:08 -0700 Subject: [PATCH] Fix cfm app pom - app -> apps - missing dependencies Change-Id: Iba1e5a9b8d61d36096e9f10fcd0a68a29b5920ae --- apps/cfm/pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/apps/cfm/pom.xml b/apps/cfm/pom.xml index ad63ddd6ac..8a5728969f 100644 --- a/apps/cfm/pom.xml +++ b/apps/cfm/pom.xml @@ -17,7 +17,7 @@ 1.12.0-SNAPSHOT - onos-app-cfm + onos-apps-cfm bundle 1.12.0-SNAPSHOT @@ -71,6 +71,28 @@ onlab-junit test + + + org.onosproject + onlab-osgi + tests + test + + + + org.glassfish.jersey.test-framework + jersey-test-framework-core + test + + + + org.onosproject + onos-rest + ${project.version} + tests + test + +