diff options
Diffstat (limited to 'ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml | 10 |
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> |