From e178b07914d5dc40157dede0078e16f645f20f17 Mon Sep 17 00:00:00 2001 From: Anand Chaturvedi Date: Mon, 14 Aug 2017 20:10:36 -0400 Subject: Added review comment Initial commit for Network-Inv and AAI client commit 61419e46211f1f1e763d4a84214c62a5e699bdf2 Author: Anand Chaturvedi Date: Mon Aug 14 19:54:11 2017 -0400 Issue-Id: APPC-21 [OnapMigration] OnapMigration for APPC OutBound Services.. Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b Signed-off-by: Anand Chaturvedi --- .../appc-network-inventory-client/features/pom.xml | 98 ++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100755 appc-outbound/appc-network-inventory-client/features/pom.xml (limited to 'appc-outbound/appc-network-inventory-client/features/pom.xml') diff --git a/appc-outbound/appc-network-inventory-client/features/pom.xml b/appc-outbound/appc-network-inventory-client/features/pom.xml new file mode 100755 index 000000000..23a2b2975 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/features/pom.xml @@ -0,0 +1,98 @@ + + + 4.0.0 + + org.openecomp.appc + appc-network-inventory-client + 1.1.0-SNAPSHOT + + appc-network-inventory-client-features + APPC Network Inventory - Features + jar + + + + org.openecomp.appc + appc-network-inventory-client-provider + + + + commons-lang + commons-lang + compile + + + + org.opendaylight.mdsal + features-mdsal + features + xml + runtime + + + org.opendaylight.yangtools + features-yangtools + features + xml + runtime + + + + + com.sun.jersey + jersey-client + + + com.sun.jersey + jersey-core + + + + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + -- cgit 1.2.3-korg