summaryrefslogtreecommitdiffstats
path: root/adaptors/ansible-adaptor
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-03-24 14:54:47 -0400
committerKAPIL SINGAL <ks220y@att.com>2021-03-25 02:49:29 +0000
commit1424a8e6afe0dfa1664b694dd22afeeb4fba7f4c (patch)
treefce1001cac6bc09a7331e0159d5068c89a337031 /adaptors/ansible-adaptor
parent60b8216bd4461eee98d1758b34a94cd96d665562 (diff)
Moving chef-adaptor from APPC
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I416450c0de9951fe4d5c62cd7cea201c25feb562
Diffstat (limited to 'adaptors/ansible-adaptor')
-rw-r--r--adaptors/ansible-adaptor/pom.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/adaptors/ansible-adaptor/pom.xml b/adaptors/ansible-adaptor/pom.xml
index 65624ed6d..20a6ffda7 100644
--- a/adaptors/ansible-adaptor/pom.xml
+++ b/adaptors/ansible-adaptor/pom.xml
@@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>org.onap.appc</groupId>
- <artifactId>ansible-adaptor-provider</artifactId>
+ <artifactId>ansible-adaptor-bundle</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
@@ -72,27 +72,6 @@
</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>
- <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio>
- </configuration> <extensions>true</extensions>
- <executions>
- <execution>
- <id>create-bdio-file</id>
- <phase>package</phase>
- <goals>
- <goal>createHubOutput</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- -->
- </plugins>
- </build>
-
<reporting>
<plugins>
<plugin>