summaryrefslogtreecommitdiffstats
path: root/common-be/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2020-06-25 17:40:11 +0100
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-06-30 10:37:40 +0000
commitcd4492305f6fba772cab6f29a4a3063a71b1ac86 (patch)
tree3e6d3de4029478a221b01c2d456da11eea11ee8a /common-be/pom.xml
parent77097d0e45b8a04ee840b215ce003f1d69a7d7d8 (diff)
Fix issue introduced by #109494
use maven checkstyle.skip remove duplicated dependency Change-Id: I942a9612df7093206d0019d69a8f28c6dff7bcf6 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3148
Diffstat (limited to 'common-be/pom.xml')
-rw-r--r--common-be/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml
index 8d8846d184..6754213bba 100644
--- a/common-be/pom.xml
+++ b/common-be/pom.xml
@@ -153,14 +153,8 @@
<version>${togglz.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.togglz</groupId>
- <artifactId>togglz-core</artifactId>
- <version>${togglz.version}</version>
- <scope>compile</scope>
- </dependency>
-
</dependencies>
+
<build>
<plugins>
<plugin>