diff options
author | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-08-17 11:31:21 -0400 |
---|---|---|
committer | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-08-17 11:33:44 -0400 |
commit | 75bea331b76f477f0be08b8cbed6d52b68f76c0f (patch) | |
tree | e9b6ea9310dd671784a4bfcea7d1f53b2b8ccb2b | |
parent | 92a058213a7ff50520e7ba5d388df46d30cb2ebd (diff) |
Remove unused dependency
Issue-ID: SDNC-317
Change-Id: Ie591f598018025c37ccbb54e6e35191798278a29
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -121,11 +121,6 @@ limitations under the License. <artifactId>jersey-client</artifactId> </dependency> <dependency> - <groupId>org.onap.aai</groupId> - <artifactId>rest-client</artifactId> - <version>1.2.2-SNAPSHOT</version> - </dependency> - <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> </dependency> |