diff options
author | George, Lina (lg941u) <lg941u@att.com> | 2018-01-08 16:38:33 -0500 |
---|---|---|
committer | Skip Wonnell <skip@att.com> | 2018-01-09 15:48:19 +0000 |
commit | 55f9e7db829f1d8d01a71a8e44388f2c4f49d004 (patch) | |
tree | d61fa88af4632300ff5971b94ced115295966c7f /appc-config/appc-flow-controller/provider/pom.xml | |
parent | 1aeb9b6a5193739f738adfc95397b3b6bce99cda (diff) |
Updates to config flow-controller bundle
Issue-ID: APPC-378
Change-Id: Ie2d649c54abac69d721e60bc64ab9fa23eef5ca0
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
Diffstat (limited to 'appc-config/appc-flow-controller/provider/pom.xml')
-rw-r--r-- | appc-config/appc-flow-controller/provider/pom.xml | 44 |
1 files changed, 25 insertions, 19 deletions
diff --git a/appc-config/appc-flow-controller/provider/pom.xml b/appc-config/appc-flow-controller/provider/pom.xml index 85509cdfe..d236c3e96 100644 --- a/appc-config/appc-flow-controller/provider/pom.xml +++ b/appc-config/appc-flow-controller/provider/pom.xml @@ -72,28 +72,34 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - + <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito</artifactId> - <version>1.6.4</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.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <version>1.6.4</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.jasypt</groupId> + <artifactId>jasypt</artifactId> + <version>1.9.2</version> + <scope>compile</scope> + </dependency> </dependencies> @@ -118,7 +124,7 @@ </plugins> <pluginManagement> <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> |