summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2020-01-31 16:53:10 -0500
committerTaka Cho <takamune.cho@att.com>2020-01-31 16:53:42 -0500
commitd07cfaa659328f77ceffe7dc9156aee2cf0e9851 (patch)
tree2bc6d96f49529436d20afcc8f12a493e0dcec915
parent7818740f7e6aefeab5cdc6867b10c9e2857b1580 (diff)
build with ONAP-ODL dist
ODL provides ONAP distribution for Neon SR1 Change-Id: Ib6aa944612790c9ad3331a21102e36179090c8fb Issue-ID: APPC-1731 Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--binding-parent/pom.xml25
-rw-r--r--bundle-parent/pom.xml2
-rw-r--r--feature-repo-parent/pom.xml2
-rw-r--r--odlparent-lite/pom.xml4
-rwxr-xr-xpom.xml2
-rw-r--r--single-feature-parent/pom.xml2
6 files changed, 30 insertions, 7 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml
index 3c1d9ff..5c7bb1b 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.4.3</version>
+ <version>1.5.1</version>
<relativePath />
</parent>
@@ -66,6 +66,9 @@ limitations under the License.
<velocity.version>1.7</velocity.version>
<xmlunit.version>1.6</xmlunit.version>
<xmlunit-core.version>2.3.0</xmlunit-core.version>
+ <httpclient.version>4.5.10</httpclient.version>
+ <httpcore.version>4.4.13</httpcore.version>
+ <jline.version>3.13.3</jline.version>
<!-- SONAR -->
<sonar.language>java</sonar.language>
@@ -159,6 +162,26 @@ limitations under the License.
<version>${sdnctl.dblib.version}</version>
</dependency>
<dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <version>${xmlunit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>${httpcore.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>${httpclient.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jline</groupId>
+ <artifactId>jline</artifactId>
+ <version>${jline.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.4</version>
diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml
index b136c0a..bc74940 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.4.3</version>
+ <version>1.5.1</version>
<relativePath />
</parent>
diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml
index de41604..1b01e8a 100644
--- a/feature-repo-parent/pom.xml
+++ b/feature-repo-parent/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.4.3</version>
+ <version>1.5.1</version>
<relativePath />
</parent>
diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml
index ea5be6d..9c0d125 100644
--- a/odlparent-lite/pom.xml
+++ b/odlparent-lite/pom.xml
@@ -31,12 +31,12 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.4.3</version>
+ <version>1.5.1</version>
<relativePath />
</parent>
<properties>
- <snakeyaml.version>1.12</snakeyaml.version>
+ <snakeyaml.version>1.15</snakeyaml.version>
</properties>
<dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 635c24f..633b211 100755
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.4.3</version>
+ <version>1.5.1</version>
<relativePath />
</parent>
diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml
index dd5abf7..d6785cc 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.4.3</version>
+ <version>1.5.1</version>
<relativePath />
</parent>