Add yang-data-codec-binfmt packaging
[yangtools.git] / yang / yang-data-codec-binfmt / pom.xml
index 180783378a30e38791fb4acf757377a523a59cf3..edafc870c1ab91677418408d290c72d0eca9cbd5 100644 (file)
@@ -19,7 +19,7 @@
     <artifactId>yang-data-codec-binfmt</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
-    <description>${project.artifactId}</description>
+    <description>DataInput/Output for NormalizedNodes</description>
 
     <dependencies>
         <dependency>
             <artifactId>yang-test-util</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>