summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-12-05 16:05:49 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-12-06 08:06:45 -0500
commitb52972c3ccd573a89ab784474935d3b8a08f2737 (patch)
tree91f154b18000e7868eb9d5e276b200535e25d305
parenta506efe71c72766e299cbac2eb7d521d5c868bd2 (diff)
Centralize third party installation
Add missing third party libs, previously installed by other repos, to common dependencies package. Change-Id: Ie46c3bef5e5732b17042cb931d86c79053ff3a0e Issue-ID: CCSDK-1979 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rwxr-xr-xdependencies/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 3c1ab43b..9c696046 100755
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -52,6 +52,10 @@
<artifactId>json-path</artifactId>
</dependency>
<dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ </dependency>
+ <dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
</dependency>
@@ -74,6 +78,26 @@
<version>2.0</version>
</dependency>
<dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.media</groupId>
+ <artifactId>jersey-media-multipart</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.media</groupId>
+ <artifactId>jersey-media-sse</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.security</groupId>
+ <artifactId>oauth1-signature</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.security</groupId>
+ <artifactId>oauth1-client</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
</dependency>