diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2020-12-14 09:49:13 +0100 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2020-12-16 09:49:26 +0000 |
commit | 0e9a8a51e51c7f3f90e4eae4b9907558b39818f8 (patch) | |
tree | 0898b160c242963bc4593f080475913d6859d38b /cps-service/pom.xml | |
parent | c040bcb4ae61177b1aa691f059d19c96c6cfff7b (diff) |
Introduce YangTextSchemaSourceSet
Common interface among all layers.
YangTextSchemaSourceSet responsability is to provide all
yang model required information of an YangSchema.
Issue-ID: CPS-21
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I9cba490dec25defbddbb3524c6d6c1535bee63bc
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>
|