diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-28 14:58:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-08 12:07:57 -0400 |
commit | 8917e02bd67601248b481664be08d87f28414aba (patch) | |
tree | 4344cf1ba8d5128bb031b414aa688c8a71067a36 /features/sdnc-northbound-all/pom.xml | |
parent | bdd9078cc1287c68817d0be392a8bb1e4172d00b (diff) |
Generate ODL compliant swagger models from yang
Updated generic-resource-api to generate swagger v2 models
from yang that comply with OpenDaylight RESTCONF structure
Change-Id: Ib74d3ff49b2f13ec9026a33b4a70ef506e12632b
Issue-ID: SDNC-409
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'features/sdnc-northbound-all/pom.xml')
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 31e7cab5..f6bedc49 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -15,18 +15,18 @@ <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> + <dependencyManagement> <dependencies> <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-core-artifacts</artifactId> - <version>${ccsdk.sli.core.version}</version> - <type>pom</type> - <scope>import</scope> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-core-artifacts</artifactId> + <version>${ccsdk.sli.core.version}</version> + <type>pom</type> + <scope>import</scope> </dependency> </dependencies> </dependencyManagement> - <dependencies> <dependency> <groupId>${project.groupId}</groupId> |