Merge "Replace exception.printStacktrace with write to log."
[controller.git] / opendaylight / sal / yang-prototype / sal / sal-binding-broker-impl / pom.xml
index 70f2e6c3789c3880eb304c40ba84ee4c233bb1c2..549e427d82e816fb4374d3b80b3b44e2b9aeee1d 100644 (file)
@@ -8,6 +8,11 @@
        </parent>
        <artifactId>sal-binding-broker-impl</artifactId>
        <packaging>bundle</packaging>
+    <scm>
+      <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+      <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+      <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
+    </scm>
 
        <build>
                <plugins>
@@ -88,7 +93,6 @@
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
-                       <type>jar</type>
                </dependency>
                <dependency>
                        <groupId>org.reflections</groupId>
                        <version>2.4.2</version>
                </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>