Merge "Remove hardcoded dependency versions"
diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml
index 4053efa..e3356d8 100755
--- a/dblib/features/pom.xml
+++ b/dblib/features/pom.xml
@@ -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>
 
diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml
index 6d4d932..d0dc729 100755
--- a/dblib/provider/pom.xml
+++ b/dblib/provider/pom.xml
@@ -18,7 +18,7 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.11</version>
+			<version>${junit.version}</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml
index e6d91c9..65f6e45 100755
--- a/filters/provider/pom.xml
+++ b/filters/provider/pom.xml
@@ -17,7 +17,7 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.11</version>
+			<version>${junit.version}</version>
 			<scope>test</scope>
 		</dependency>
                 <dependency>
diff --git a/sli/features/pom.xml b/sli/features/pom.xml
index dc7a95d..11684be 100755
--- a/sli/features/pom.xml
+++ b/sli/features/pom.xml
@@ -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>
 
diff --git a/sli/recording/pom.xml b/sli/recording/pom.xml
index f0bc097..c2cfbee 100755
--- a/sli/recording/pom.xml
+++ b/sli/recording/pom.xml
@@ -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>
 
diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml
index 41381b6..cfa86b3 100755
--- a/sliPluginUtils/features/pom.xml
+++ b/sliPluginUtils/features/pom.xml
@@ -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>
diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml
index d105036..3697b43 100755
--- a/sliPluginUtils/provider/pom.xml
+++ b/sliPluginUtils/provider/pom.xml
@@ -22,7 +22,7 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.11</version>
+			<version>${junit.version}</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
diff --git a/utils/features/pom.xml b/utils/features/pom.xml
index 6871d8e..dedb18e 100755
--- a/utils/features/pom.xml
+++ b/utils/features/pom.xml
@@ -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>
 
diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml
index 41527f0..790f101 100644
--- a/utils/provider/pom.xml
+++ b/utils/provider/pom.xml
@@ -37,6 +37,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>