diff options
author | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-28 10:24:25 -0400 |
---|---|---|
committer | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-28 11:09:15 -0400 |
commit | e8fe44f05805279916481a4ccb8e69b5abf571ff (patch) | |
tree | 24d43a7a3419b92c8e0940385c5d9876c7603141 | |
parent | 11624e0f91daddf9bf65d139436b5ffaeeccdc3e (diff) |
BugFix: Startup issue... adding a new dependency
Issue-ID: SDNC-317
Change-Id: I5dff4e8d9b96c9477f43b9c466deaf84062e8c21
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -156,6 +156,11 @@ limitations under the License. <version>2.18.0</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.onap.aai</groupId> + <artifactId>rest-client</artifactId> + <version>1.2.1</version> + </dependency> </dependencies> <build> |