diff options
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r-- | cps-service/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 3e8cc2debd..642d76451d 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -14,6 +14,10 @@ <dependencies>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-model-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-parser-api</artifactId>
</dependency>
<dependency>
|