Remove hardcoded dependency versions 97/14997/1
authorGaurav Agrawal <gaurav.agrawal@huawei.com>
Mon, 25 Sep 2017 09:18:42 +0000 (14:48 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Mon, 25 Sep 2017 09:18:42 +0000 (14:48 +0530)
Remove the hardcoded junit & common-lang version and rather take from parent pom.

Change-Id: Ibc71ff4b86a2fefc89365017f06333776cb2fed3
Issue-Id: CCSDK-105
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
dblib/features/pom.xml
dblib/provider/pom.xml
filters/provider/pom.xml
sli/features/pom.xml
sli/recording/pom.xml
sliPluginUtils/features/pom.xml
sliPluginUtils/provider/pom.xml
utils/features/pom.xml
utils/provider/pom.xml

index 4053efa..e3356d8 100755 (executable)
@@ -23,7 +23,7 @@
                <dependency>
                        <groupId>commons-lang</groupId>
                        <artifactId>commons-lang</artifactId>
-                       <version>2.6</version>
+                       <version>${commons.lang.version}</version>
                        <scope>compile</scope>
                </dependency>
 
index 6d4d932..d0dc729 100755 (executable)
@@ -18,7 +18,7 @@
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.11</version>
+                       <version>${junit.version}</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
index e6d91c9..65f6e45 100755 (executable)
@@ -17,7 +17,7 @@
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.11</version>
+                       <version>${junit.version}</version>
                        <scope>test</scope>
                </dependency>
                 <dependency>
index dc7a95d..11684be 100755 (executable)
@@ -27,7 +27,7 @@
                <dependency>
                        <groupId>commons-lang</groupId>
                        <artifactId>commons-lang</artifactId>
-                       <version>2.6</version>
+                       <version>${commons.lang.version}</version>
                        <scope>compile</scope>
                </dependency>
 
index f0bc097..c2cfbee 100755 (executable)
@@ -16,7 +16,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
                <dependency>
@@ -44,7 +44,7 @@
                <dependency>
                        <groupId>commons-lang</groupId>
                        <artifactId>commons-lang</artifactId>
-                       <version>2.6</version>
+                       <version>${commons.lang.version}</version>
                        <scope>compile</scope>
                </dependency>
 
index 41381b6..cfa86b3 100755 (executable)
@@ -22,7 +22,7 @@
                <dependency>
                        <groupId>commons-lang</groupId>
                        <artifactId>commons-lang</artifactId>
-                       <version>2.6</version>
+                       <version>${commons.lang.version}</version>
                        <scope>compile</scope>
                </dependency>
                <dependency>
index d105036..3697b43 100755 (executable)
@@ -22,7 +22,7 @@
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.11</version>
+                       <version>${junit.version}</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
index 6871d8e..dedb18e 100755 (executable)
@@ -23,7 +23,7 @@
                <dependency>
                        <groupId>commons-lang</groupId>
                        <artifactId>commons-lang</artifactId>
-                       <version>2.6</version>
+                       <version>${commons.lang.version}</version>
                        <scope>compile</scope>
                </dependency>
 
index 41527f0..790f101 100644 (file)
@@ -37,6 +37,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>