aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-08-21 22:23:51 -0400
committerLusheng Ji <lji@research.att.com>2018-08-21 22:31:22 -0400
commit759400d2f8a63f8f30f74605ad06bd2e881f7d95 (patch)
tree5e475a238bfd17f89326dbf2e37ce4c63d3d8ddd
parent6f1eee917341fa35831d9375550dd42826fd1d08 (diff)
remove snmpmapper from build
Issue-ID: DCAEGEN2-716 Change-Id: I6434e4566f3ce08eba640a72ea1697d0ee8a05a7 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml2
-rw-r--r--snmpmapper/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2519b49..b86cabc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -682,7 +682,7 @@
</profiles>
<modules>
- <module>snmpmapper</module>
+ <!--module>snmpmapper</module-->
<module>UniversalVesAdapter</module>
</modules>
diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml
index d001e25..4b8e5df 100644
--- a/snmpmapper/pom.xml
+++ b/snmpmapper/pom.xml
@@ -15,7 +15,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
- <relativePath/> <!-- lookup parent from repository -->
+ <relativePath/>
</parent>
<properties>