Drop the use of project.groupId
[yangtools.git] / yang / yang-parser-api / pom.xml
index 2f6cc1ac36a512bccc0740141a8e607ad303b048..3e04cce6d0c7f98be3f947bc394ff9efe88b4582 100644 (file)
@@ -23,7 +23,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-model-api</artifactId>
         </dependency>
     </dependencies>