diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-02-27 12:33:40 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-02-27 12:35:26 -0500 |
commit | 75bdea5ca73cf4f9b5fbb41a11919455cc7e6193 (patch) | |
tree | f5312f274d7a1281c7fdce44ae7176777da550ea | |
parent | a8fb8d0be871210f98c60cabb12a89635065d528 (diff) |
Remove diffutils dependency
Change-Id: I40c848111a2a354d7afa2ca26ea47f7d1c9e933d
Issue-ID: AAI-808
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | aai-resources/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 5590298..b9ab825 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -93,12 +93,6 @@ </dependency> <dependency> - <groupId>com.googlecode.java-diff-utils</groupId> - <artifactId>diffutils</artifactId> - <version>1.3.0</version> - </dependency> - - <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <version>1.9.13</version> |