diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-09-25 17:16:48 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-02 11:27:35 +0000 |
commit | af70a208702df2d178bd1f57f6739e6b07d36b66 (patch) | |
tree | 4bc79bcd2adb977d1f3d205771dcf9f6563a1488 /asdctool | |
parent | de7a7a210781703033b112e0914143262141f3e3 (diff) |
fix security violation
Change-Id: I78adf42e6a328e782b4db394fa1a90c17bea9f17
Issue-ID: SDC-1725
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 9a0a546d17..0455d7f32e 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -281,34 +281,6 @@ <scope>compile</scope> </dependency> - <dependency> - <groupId>com.tinkerpop.blueprints</groupId> - <artifactId>blueprints-sail-graph</artifactId> - <version>2.5.0</version> - <optional>true</optional> - <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>com.tinkerpop.blueprints</groupId> - <artifactId>blueprints-graph-sail</artifactId> - <version>2.5.0</version> - <optional>true</optional> - <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- TITAN end --> <dependency> <groupId>commons-logging</groupId> |