diff options
author | 2023-08-10 20:46:56 +0000 | |
---|---|---|
committer | 2023-08-10 20:46:56 +0000 | |
commit | 8f708e94e2798d42f1b107828c910304bc5cac6b (patch) | |
tree | b82972b8fe8087a0c5e6c6c0b91c84d46e108ed4 /sdnr/wt/common-yang/utils/pom.xml | |
parent | fad3167f42d585e3144547db4c6dd7d00ea7b18a (diff) | |
parent | c35ad79f3939eebf531f477d62755221789bca12 (diff) |
Merge "Update features for Argon release"
Diffstat (limited to 'sdnr/wt/common-yang/utils/pom.xml')
-rw-r--r-- | sdnr/wt/common-yang/utils/pom.xml | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/sdnr/wt/common-yang/utils/pom.xml b/sdnr/wt/common-yang/utils/pom.xml index 06e9eb403..d9996eca7 100644 --- a/sdnr/wt/common-yang/utils/pom.xml +++ b/sdnr/wt/common-yang/utils/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.4</version> + <version>2.6.0</version> <relativePath/> </parent> @@ -105,31 +105,6 @@ </excludes> </configuration> </plugin> - <plugin> - <groupId>org.opendaylight.yangtools</groupId> - <artifactId>yang-maven-plugin</artifactId> - <version>9.0.1</version> - <executions> - <execution> - <id>binding</id> - <goals> - <goal>generate-sources</goal> - </goals> - <configuration> - <yangFilesRootDir>src/test/yang</yangFilesRootDir> - <inspectDependencies>true</inspectDependencies> - </configuration> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>org.opendaylight.mdsal</groupId> - <artifactId>mdsal-binding-java-api-generator</artifactId> - <version>10.0.2</version> - <scope>compile</scope> - </dependency> - </dependencies> - </plugin> </plugins> </build> </project> |