removed redundant object assignment
[appc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3300e1f..15bdd07 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -229,11 +229,6 @@ limitations under the License.
                 <artifactId>sal-test-model</artifactId>
                 <version>${odl.mdsal.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>sal-rest-connector</artifactId>
-                <version>${odl.mdsal.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>sal-binding-broker-impl</artifactId>
@@ -639,7 +634,6 @@ limitations under the License.
     <!-- ================================================================================== -->
     <modules>
         <module>appc-parent</module>
-        <module>appc-common</module>
         <module>appc-core</module>
     </modules>
     <!-- Adding profiles for testing -->
@@ -658,7 +652,6 @@ limitations under the License.
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>appc-common</module>
                 <module>appc-adapters</module>
                 <module>appc-provider</module>
                 <module>appc-event-listener</module>