diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-10-15 12:12:02 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-10-15 12:15:18 -0700 |
commit | f5101646b3abcae6026d8158c54c4a9594547ed5 (patch) | |
tree | 80e6c1f3933a5ecfcc88edc889bbfcd552409928 | |
parent | 2285353c96dd9bb471e0861f29367f15fa56bce9 (diff) |
Revert "remove test artifact from parent"
Removing the test versions was causing two different mockito
versions to be present.
This reverts commit 2285353c96dd9bb471e0861f29367f15fa56bce9.
Change-Id: Ib30ff034550c404afa3f21203f09939482c4b019
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1767
-rw-r--r-- | binding-parent/pom.xml | 42 | ||||
-rw-r--r-- | feature-repo-parent/pom.xml | 42 | ||||
-rw-r--r-- | single-feature-parent/pom.xml | 42 |
3 files changed, 126 insertions, 0 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 409cb93..789d594 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -157,6 +157,48 @@ limitations under the License. <artifactId>dblib-provider</artifactId> <version>${sdnctl.dblib.version}</version> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.21.0-GA</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-support</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-reflect</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-core</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> </dependencies> </dependencyManagement> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 62700db..6c9c95a 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -38,6 +38,48 @@ limitations under the License. <dependencyManagement> <dependencies> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.21.0-GA</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-support</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-reflect</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-core</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> </dependencies> </dependencyManagement> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 3770c2e..39694c9 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -73,6 +73,48 @@ limitations under the License. <artifactId>dblib-provider</artifactId> <version>${sdnctl.dblib.version}</version> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.21.0-GA</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-support</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-reflect</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-core</artifactId> + <version>1.6.4</version> + <scope>test</scope> + </dependency> </dependencies> </dependencyManagement> |