Fixed leak of LazyGeneratedCodecRegistry between restarts of service.
[yangtools.git] / restconf / restconf-client-impl / pom.xml
index 692bbe76cfa3189a311effd115a45c81f3ea6c22..6431684f3d7ac9baf77afa2064e28b2807a9bf72 100644 (file)
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.opendaylight.yangtools</groupId>
-    <artifactId>restconf-parent</artifactId>
-    <version>0.6.2-SNAPSHOT</version>
-  </parent>
 
+    <parent>
+        <groupId>org.opendaylight.yangtools</groupId>
+        <artifactId>restconf-parent</artifactId>
+        <version>0.6.2-SNAPSHOT</version>
+    </parent>
 
-  <groupId>org.opendaylight.yangtools</groupId>
   <artifactId>restconf-client-impl</artifactId>
   <packaging>bundle</packaging>
 
@@ -33,7 +32,7 @@
       </dependency>
       <dependency>
           <groupId>org.opendaylight.yangtools</groupId>
-          <artifactId>yang-data-api</artifactId>
+          <artifactId>yang-binding</artifactId>
       </dependency>
       <dependency>
           <groupId>org.opendaylight.yangtools</groupId>
             <groupId>org.glassfish.jersey.ext</groupId>
             <artifactId>jersey-proxy-client</artifactId>
         </dependency>
-<!--
-      <dependency>
-          <groupId>org.jboss.resteasy</groupId>
-          <artifactId>resteasy-jaxrs</artifactId>
-      </dependency>
--->
       <dependency>
           <groupId>org.glassfish.jersey.core</groupId>
           <artifactId>jersey-client</artifactId>
       <dependency>
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-model-util</artifactId>
+      </dependency>
+      <dependency>
+          <groupId>org.opendaylight.yangtools</groupId>
+          <artifactId>yang-data-util</artifactId>
       </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>binding-generator-impl</artifactId>
       </dependency>
-<!--       <dependency> -->
-<!--           <groupId>org.opendaylight.controller.model</groupId> -->
-<!--           <artifactId>model-flow-service</artifactId> -->
-<!--           <version>1.1-SNAPSHOT</version> -->
-<!--           <scope>test</scope> -->
-<!--       </dependency> -->
   </dependencies>
     <build>
         <plugins>