aboutsummaryrefslogtreecommitdiffstats
path: root/appc-parent
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-12 23:49:46 -0700
committerPatrick Brady <pb071s@att.com>2018-08-12 23:58:09 -0700
commit9d7412db1c2cfb9c05a8d381dc7c71829291d81b (patch)
tree1dfab2beba6f37f1e7be8a11fbb67bd99ddfb3af /appc-parent
parented13e1b0270932ba8bbfa7b51c84b4b88894e061 (diff)
Parent updates for Karaf 4
Change-Id: I1c368b64d5916adae980221ad0a639dfa8bee11c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1045
Diffstat (limited to 'appc-parent')
-rw-r--r--appc-parent/binding-parent/pom.xml45
-rw-r--r--appc-parent/single-feature-parent/pom.xml5
2 files changed, 48 insertions, 2 deletions
diff --git a/appc-parent/binding-parent/pom.xml b/appc-parent/binding-parent/pom.xml
index e9753b4c1..79ddc6ac5 100644
--- a/appc-parent/binding-parent/pom.xml
+++ b/appc-parent/binding-parent/pom.xml
@@ -38,9 +38,11 @@ limitations under the License.
<properties>
<!-- VERSIONS -->
-
- <cdp.pal.version>1.1.25.6-oss</cdp.pal.version>
+ <assertj.version>3.9.0</assertj.version>
+ <apache.sshd.version>1.6.0</apache.sshd.version>
+ <cdp.pal.version>1.1.25.8-oss</cdp.pal.version>
<mariadb.client.version>2.1.1</mariadb.client.version>
+ <snakeyaml.version>1.15</snakeyaml.version>
<dmaap.client.version>1.1.5</dmaap.client.version>
<eelf.version>1.0.0</eelf.version>
<eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
@@ -57,6 +59,10 @@ limitations under the License.
<toscalib.version>1.1.0</toscalib.version>
<sdc-client.version>1.3.0</sdc-client.version>
<jackson.yml.version>2.3.2</jackson.yml.version>
+ <tosca.datatype.version>1.1.0</tosca.datatype.version>
+ <velocity.version>1.7</velocity.version>
+ <xmlunit.version>1.6</xmlunit.version>
+ <xmlunit-core.version>2.3.0</xmlunit-core.version>
<!-- SONAR -->
<sonar.language>java</sonar.language>
@@ -91,6 +97,41 @@ limitations under the License.
<odl.controller.config.api.version>0.7.1</odl.controller.config.api.version>
<odl.commons.opendaylight.version>2.0.5</odl.commons.opendaylight.version>
<odl.karaf.empty.distro.version>1.8.3-Carbon</odl.karaf.empty.distro.version>
+
</properties>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>config-api</artifactId>
+ <version>0.8.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ <version>${snakeyaml.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>equinoxSDK381</groupId>
+ <artifactId>org.eclipse.osgi</artifactId>
+ <version>${equinox.osgi.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
+ <version>${mariadb.client.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-core</artifactId>
+ <version>${apache.sshd.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <version>${velocity.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
</project>
diff --git a/appc-parent/single-feature-parent/pom.xml b/appc-parent/single-feature-parent/pom.xml
index 3927e117b..fb3a344d2 100644
--- a/appc-parent/single-feature-parent/pom.xml
+++ b/appc-parent/single-feature-parent/pom.xml
@@ -34,7 +34,12 @@ limitations under the License.
<version>1.1.0-SNAPSHOT</version>
<relativePath />
</parent>
+
<properties>
<skip.karaf.featureTest>true</skip.karaf.featureTest>
+ <commons.collections.version>3.2.1</commons.collections.version>
+ <snakeyaml.version>1.12</snakeyaml.version>
+ <tosca.datatype.version>1.1.0</tosca.datatype.version>
+ <velocity.version>1.7</velocity.version>
</properties>
</project>