Bug 4035: MD-SAL: Remove unused dependencies & declarations
[controller.git] / opendaylight / md-sal / sal-rest-connector / pom.xml
index 4e50fdf99c0a5476df6f6f973ce609e351d36668..49c654c680ed1339d2fdde176a0d5557cc807238 100644 (file)
@@ -20,7 +20,7 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>sal-binding-config</artifactId>
+      <artifactId>sal-dom-config</artifactId>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <version>0.8.0-SNAPSHOT</version>
     </dependency>
 
+    <dependency>
+      <groupId>net.java.dev.stax-utils</groupId>
+      <artifactId>stax-utils</artifactId>
+      <version>20070216</version>
+    </dependency>
+
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
             </Private-Package>
             <Import-Package>*,
             com.sun.jersey.spi.container.servlet, org.eclipse.jetty.servlets</Import-Package>
+            <Embed-Dependency>stax-utils</Embed-Dependency>
             <Web-ContextPath>/restconf</Web-ContextPath>
           </instructions>
         </configuration>
     </plugins>
   </build>
   <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>