diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-03-12 16:32:54 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-03-15 00:38:17 -0400 |
commit | 82e92c482efe0ac20353f630cda7cb052d8ff4b5 (patch) | |
tree | 4cf0afcc82834abdf92c6627d2a3ac051ace7df0 /adaptors/ansible-adapter/pom.xml | |
parent | 764b658c8138a9e52798ba70117fc0222893c266 (diff) |
Moving and merging Ansible adaptor from appc to ccsdk/sli
Issue-ID: CCSDK-3198
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I5b2c8a3aff7b0e874a659122264be06f412945be
Diffstat (limited to 'adaptors/ansible-adapter/pom.xml')
-rw-r--r-- | adaptors/ansible-adapter/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/adaptors/ansible-adapter/pom.xml b/adaptors/ansible-adapter/pom.xml index 377df4918..5fd02ba09 100644 --- a/adaptors/ansible-adapter/pom.xml +++ b/adaptors/ansible-adapter/pom.xml @@ -48,7 +48,6 @@ <dependencyManagement> <dependencies> - <dependency> <groupId>org.onap.appc</groupId> <artifactId>ansible-adapter-features</artifactId> @@ -56,15 +55,12 @@ <type>xml</type> <classifier>features</classifier> </dependency> - <dependency> <groupId>org.onap.appc</groupId> <artifactId>ansible-adapter-provider</artifactId> <version>${project.version}</version> </dependency> - </dependencies> - </dependencyManagement> <pluginRepositories> @@ -74,12 +70,10 @@ <name>JCenter Repository</name> <url>http://jcenter.bintray.com</url> </pluginRepository> - </pluginRepositories> <build> <plugins> - <!-- Black duck plugin Not required for regular builds <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> <version>1.4.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> @@ -94,10 +88,8 @@ </goals> </execution> </executions> - </plugin> --> - </plugins> </build> |