Move StringValueObjectFactory to mdsal-binding-spec-util
[mdsal.git] / model / ietf / ietf-restconf / pom.xml
index 8701ec2ef8b6ec95ac08e4c4dbd3ddf1937da0b2..a15254102b50cc599498d84f13fc3d3d3fbf44a9 100644 (file)
@@ -28,7 +28,7 @@
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types</artifactId>
+            <artifactId>ietf-inet-types-2013-07-15</artifactId>
         </dependency>
         <!--  TODO: We need a better way to handle versioning... -->
         <dependency>
             <artifactId>junit</artifactId>
         </dependency>
     </dependencies>
-
-  <!--
-      Maven Site Configuration
-
-      The following configuration is necessary for maven-site-plugin to
-      correctly identify the correct deployment path for OpenDaylight Maven
-      sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/${project.artifactId}/</url>
-    </site>
-  </distributionManagement>
-
 </project>