diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-12 10:35:10 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-12 10:35:10 -0500 |
commit | 4ec03269604e3bd897207552127f94b4d1f30850 (patch) | |
tree | 0adb7564f221e3cda64811df850c48dbeed5e05e /dependencies | |
parent | aeff1a04d07b6b2dea436189036a9bde1719d456 (diff) |
Update to use ONAP specific ODL distro
Updated CCSDK dockers to use ONAP-specific OpenDaylight Neon SR1
distribution.
Change-Id: I602ace48c00b78ac6e2b5e80a9403330790e3487
Issue-ID: CCSDK-1753
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'dependencies')
-rwxr-xr-x | dependencies/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 9c696046..bd0f1c05 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -64,6 +64,14 @@ <artifactId>commons-text</artifactId> </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> + <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> </dependency> |