diff options
Diffstat (limited to 'common/yang-whitelist/yang-whitelist-api/pom.xml')
-rw-r--r-- | common/yang-whitelist/yang-whitelist-api/pom.xml | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/common/yang-whitelist/yang-whitelist-api/pom.xml b/common/yang-whitelist/yang-whitelist-api/pom.xml index 80b8d3507..b0d0b2db0 100644 --- a/common/yang-whitelist/yang-whitelist-api/pom.xml +++ b/common/yang-whitelist/yang-whitelist-api/pom.xml @@ -18,7 +18,13 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <!-- Cannot have parent , to break cycle, its used in build --> + <parent> + <groupId>io.fd.honeycomb.common</groupId> + <artifactId>honeycomb-parent</artifactId> + <version>1.18.01-SNAPSHOT</version> + <relativePath>../../honeycomb-parent</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.yang</groupId> @@ -31,22 +37,6 @@ <jaxb-api.version>2.2.12</jaxb-api.version> </properties> - <!-- workaround for HONEYCOMB-393 --> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <skip>true</skip> - <skipDeploy>true</skipDeploy> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - <dependencies> <dependency> <groupId>javax.xml.bind</groupId> |