Bumps support branch to 1.13.10-rc2

Change-Id: Ie7d9ee5ae1fe79eaccdb3207e0cbd59705b73cc3
diff --git a/api/pom.xml b/api/pom.xml
index 3c014de..16bc4c9 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -30,29 +30,12 @@
 
     <description>DHCP L2 Relay application API</description>
 
-    <properties>
-        <sadis.api.version>3.1.1-SNAPSHOT</sadis.api.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onlab-junit</artifactId>
-            <version>${onos.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.onosproject</groupId>
             <artifactId>onos-core-serializers</artifactId>
             <version>${onos.version}</version>
         </dependency>
-
-        <dependency>
-            <groupId>org.opencord</groupId>
-            <artifactId>sadis-api</artifactId>
-            <version>${sadis.api.version}</version>
-        </dependency>
     </dependencies>
 
     <build>
@@ -64,4 +47,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>