From 0bce413218560b0f5df834581f22841eb0bc7074 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 30 Aug 2017 10:28:08 -0400 Subject: Prune migrated components from sdnc/northbound Prune components that were migrated from sdnc/northbound to ccsdk by removing code and replacing with a README.md that redirects the reader to the appropriate CCSDK repo Change-Id: I317b1d0093a1dd4647feaf6b852826a2230f4879 Issue-ID: SDNC-59 Signed-off-by: Dan Timoney --- dataChange/model/pom.xml | 82 ------------------------------------------------ 1 file changed, 82 deletions(-) delete mode 100755 dataChange/model/pom.xml (limited to 'dataChange/model/pom.xml') diff --git a/dataChange/model/pom.xml b/dataChange/model/pom.xml deleted file mode 100755 index 60349b64..00000000 --- a/dataChange/model/pom.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - 4.0.0 - - dataChange - org.openecomp.sdnc.northbound - 1.1.2-SNAPSHOT - - org.openecomp.sdnc.northbound - dataChange-model - 1.1.2-SNAPSHOT - bundle - - - - - - org.apache.felix - maven-bundle-plugin - true - - - * - - - - - org.opendaylight.yangtools - yang-maven-plugin - ${odl.yangtools.yang.maven.plugin.version} - - - org.opendaylight.mdsal - maven-sal-api-gen-plugin - ${odl.sal.api.gen.plugin.version} - jar - - - - - - generate-sources - - - ${yang.file.directory} - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - ${salGeneratorPath} - - - true - - - - - - - - - - org.opendaylight.mdsal - yang-binding - ${odl.mdsal.yang.binding.version} - - - org.opendaylight.yangtools - yang-common - ${odl.yangtools.version} - - - org.opendaylight.mdsal.model - ietf-inet-types - ${odl.ietf-inet-types.version} - - - org.opendaylight.mdsal.model - ietf-yang-types - ${odl.ietf-yang-types.version} - - - -- cgit 1.2.3-korg