diff options
author | Lusheng Ji <lji@research.att.com> | 2018-08-21 22:23:51 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-08-21 22:31:22 -0400 |
commit | 759400d2f8a63f8f30f74605ad06bd2e881f7d95 (patch) | |
tree | 5e475a238bfd17f89326dbf2e37ce4c63d3d8ddd /snmpmapper | |
parent | 6f1eee917341fa35831d9375550dd42826fd1d08 (diff) |
remove snmpmapper from build
Issue-ID: DCAEGEN2-716
Change-Id: I6434e4566f3ce08eba640a72ea1697d0ee8a05a7
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'snmpmapper')
-rw-r--r-- | snmpmapper/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |