diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-05 16:05:49 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-06 08:06:45 -0500 |
commit | b52972c3ccd573a89ab784474935d3b8a08f2737 (patch) | |
tree | 91f154b18000e7868eb9d5e276b200535e25d305 /dependencies/pom.xml | |
parent | a506efe71c72766e299cbac2eb7d521d5c868bd2 (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>
Diffstat (limited to 'dependencies/pom.xml')
-rwxr-xr-x | dependencies/pom.xml | 24 |
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> |