aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-09 17:46:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-09 17:46:10 +0000
commit3963748d87cace8604411372ebd9c44a54890783 (patch)
treee34379d4872c5cbe33493853cc6f31f4adc008d5 /ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml
parent86470d20631b754243f6b0913de21af5f4547ba6 (diff)
parenta93225b3e3836f46fdd5a6d6a5792cffe0867b46 (diff)
Merge "Fix ComponentRemoteAnsibleExecutorTest"
Diffstat (limited to 'ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml')
-rw-r--r--ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml
index 8eafc4abf..828ff2ef2 100644
--- a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml
+++ b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml
@@ -49,16 +49,6 @@
<artifactId>httpclient</artifactId>
<version>${apache.httpcomponents.client.version}</version>
</dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-security</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>