Parent updates for Karaf 4 07/60207/2
authorPatrick Brady <pb071s@att.com>
Mon, 13 Aug 2018 06:49:46 +0000 (23:49 -0700)
committerPatrick Brady <pb071s@att.com>
Mon, 13 Aug 2018 06:58:09 +0000 (23:58 -0700)
Change-Id: I1c368b64d5916adae980221ad0a639dfa8bee11c
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1045

appc-parent/binding-parent/pom.xml
appc-parent/single-feature-parent/pom.xml

index e9753b4..79ddc6a 100644 (file)
@@ -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>
index 3927e11..fb3a344 100644 (file)
@@ -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>