summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-24 11:15:57 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-24 11:15:57 -0400
commit8af66e885a492465d94399b9198487ce8550fa96 (patch)
tree9eb6e6bd32b905b603c55b3fef4f4942a6e95d89 /blueprints-processor/plugin/assignment-provider/pom.xml
parent095dd963db05e7e19810e0f3b32cc9f3a7704de1 (diff)
Remove versions form project poms
Remove versions from project poms and instead drive version from dependencyManagement declaration in parent pom. Change-Id: I6d5923fb51040aa5e238638464150f8d455bc095 Issue-ID: CCSDK-1416 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'blueprints-processor/plugin/assignment-provider/pom.xml')
-rw-r--r--blueprints-processor/plugin/assignment-provider/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml
index 5b738e026..04b8fe04a 100644
--- a/blueprints-processor/plugin/assignment-provider/pom.xml
+++ b/blueprints-processor/plugin/assignment-provider/pom.xml
@@ -61,25 +61,21 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.osgi-mock</artifactId>
- <version>2.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
- <version>1.6.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
- <version>1.6.6</version>
<scope>test</scope>
</dependency>
</dependencies>