summaryrefslogtreecommitdiffstats
path: root/common/yang-whitelist/yang-whitelist-impl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/yang-whitelist/yang-whitelist-impl/pom.xml')
-rw-r--r--common/yang-whitelist/yang-whitelist-impl/pom.xml24
1 files changed, 7 insertions, 17 deletions
diff --git a/common/yang-whitelist/yang-whitelist-impl/pom.xml b/common/yang-whitelist/yang-whitelist-impl/pom.xml
index b2d8f66fc..b40fad14f 100644
--- a/common/yang-whitelist/yang-whitelist-impl/pom.xml
+++ b/common/yang-whitelist/yang-whitelist-impl/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>
@@ -32,22 +38,6 @@
<slf4j-simple.version>1.7.25</slf4j-simple.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>io.fd.honeycomb.yang</groupId>