aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>2018-08-28 10:24:25 -0400
committerMohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>2018-08-28 11:09:15 -0400
commite8fe44f05805279916481a4ccb8e69b5abf571ff (patch)
tree24d43a7a3419b92c8e0940385c5d9876c7603141 /pom.xml
parent11624e0f91daddf9bf65d139436b5ffaeeccdc3e (diff)
BugFix: Startup issue... adding a new dependency
Issue-ID: SDNC-317 Change-Id: I5dff4e8d9b96c9477f43b9c466deaf84062e8c21 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0f44974..867145b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>