diff options
author | Taka Cho <takamune.cho@att.com> | 2019-10-01 15:57:18 -0400 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-10-08 20:19:40 +0000 |
commit | 07a8504a0bd47c52e8c061523851d2efeb0a0978 (patch) | |
tree | 80e6c1f3933a5ecfcc88edc889bbfcd552409928 | |
parent | ccabd5ec853fa4d5b26e5e59b8ed25f3ef29d94e (diff) |
ODL Neon SR1 upgrade
change ccsdk image for Neon
SR1
Change-Id: I86c9374c1bdab0685769e42af6773189b92aaf80
Issue-ID: APPC-1749
Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r-- | binding-parent/pom.xml | 45 | ||||
-rw-r--r-- | bundle-parent/pom.xml | 2 | ||||
-rw-r--r-- | feature-repo-parent/pom.xml | 44 | ||||
-rw-r--r-- | odlparent-lite/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | single-feature-parent/pom.xml | 44 |
6 files changed, 132 insertions, 7 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 50508aa..789d594 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.3.5</version> + <version>1.4.3</version> <relativePath /> </parent> @@ -152,12 +152,53 @@ limitations under the License. <artifactId>aai-service-provider</artifactId> <version>${sdnctl.aai.service.version}</version> </dependency> - <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <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/bundle-parent/pom.xml b/bundle-parent/pom.xml index 195cc8c..e148641 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>1.3.5</version> + <version>1.4.3</version> <relativePath /> </parent> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index a2cad73..6c9c95a 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -31,13 +31,55 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.5</version> + <version>1.4.3</version> <relativePath /> </parent> <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/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 4eea75e..cdc1a84 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.5</version> + <version>1.4.3</version> <relativePath /> </parent> @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.5</version> + <version>1.4.3</version> <relativePath /> </parent> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index b4bad75..39694c9 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.3.5</version> + <version>1.4.3</version> <relativePath /> </parent> @@ -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> |