aboutsummaryrefslogtreecommitdiffstats
path: root/ansible-adapter/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-20 19:16:28 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-25 13:29:50 -0400
commit793f714168f7ec92b5a9d77fbda0d832ab109898 (patch)
tree4fa247809ff5eaaf812f827f6676528914cb0081 /ansible-adapter/pom.xml
parent056b4e088e4d8df0e642ea9603f7a82fc98ab58c (diff)
Remove versions from project poms
Remove versions from project poms and rely instead on dependencyManagement. Change-Id: I68171346273325e8dee0f7d2538549d2d8c154c8 Issue-ID: CCSDK-1416 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ansible-adapter/pom.xml')
-rw-r--r--ansible-adapter/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/ansible-adapter/pom.xml b/ansible-adapter/pom.xml
index 25b45b39..6b6f4cbe 100644
--- a/ansible-adapter/pom.xml
+++ b/ansible-adapter/pom.xml
@@ -165,13 +165,6 @@
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.11</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>