diff --git a/provider/indexer-ibm/pom.xml b/provider/indexer-ibm/pom.xml
index 2e9262f315b415ea191ab3dc0be425703a740af3..efece35ccb23f2a6c7c26f577968c4d3b015f4d5 100644
--- a/provider/indexer-ibm/pom.xml
+++ b/provider/indexer-ibm/pom.xml
@@ -57,7 +57,7 @@
    		<dependency>
    			<groupId>org.opengroup.osdu</groupId>
    			<artifactId>os-core-lib-ibm</artifactId>
-   			<version>0.0.13-SNAPSHOT</version>
+   			<version>0.0.14-SNAPSHOT</version>
    		</dependency>
 
         <dependency>
@@ -82,7 +82,6 @@
 		<dependency>
 			<groupId>org.springframework.data</groupId>
 			<artifactId>spring-data-commons</artifactId>
-			<version>2.2.0.RELEASE</version>
 		</dependency>
 
         <dependency>
@@ -121,7 +120,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
             <scope>test</scope>
         </dependency>
         <!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito2 -->
@@ -145,12 +143,6 @@
             <version>3.0.0</version>
             <scope>test</scope>
         </dependency>
-        <!-- <dependency>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.7</version>
-            <scope>test</scope>
-        </dependency> -->
 
     </dependencies>
 
@@ -193,7 +185,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4.2</version>
                 <configuration>
                   <useSystemClassLoader>false</useSystemClassLoader>
                   <threadCount>1</threadCount>