diff options
author | Dan Timoney <dtimoney@att.com> | 2021-05-04 13:56:25 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-05-05 16:04:52 -0400 |
commit | cb862560f21f6cd376a4b3f9fb74615f410f3f29 (patch) | |
tree | 8697f5e551591dd7d1550d7bd9c11aecc7bc383b /dependencies | |
parent | 8ca233394a5a54878ec21c9f5c3f0f868db8f087 (diff) |
Update versions for Aluminum SR3
Update versions for Aluminum SR3. Updated CSIT scripts to add
workaround for issue with karaf client not exiting. Client
exits on end of file (^d), so need it to see end of file in input
by using it in a pipeline, with empty string as stdin.
Issue-ID: CCSDK-3285
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic40c2cd138f8f4888aa83dc75ccc1a818d4605b3
Diffstat (limited to 'dependencies')
-rwxr-xr-x | dependencies/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 8a5296c2..1a775fb3 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -31,7 +31,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-odl-bom</artifactId> - <version>2.1.2</version> + <version>2.1.4-SNAPSHOT</version> <scope>import</scope> <type>pom</type> </dependency> @@ -74,6 +74,15 @@ <artifactId>annotations</artifactId> </dependency> <dependency> + <groupId>com.google.errorprone</groupId> + <artifactId>error_prone_annotations</artifactId> + </dependency> + <dependency> + <groupId>com.google.j2objc</groupId> + <artifactId>j2objc-annotations</artifactId> + <version>1.3</version> + </dependency> + <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> </dependency> |