diff options
author | Dan Timoney <dtimoney@att.com> | 2024-07-19 13:50:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-08-16 12:32:54 -0400 |
commit | 4b27c1566071bf880b7ea1757530473ea2ee1b7f (patch) | |
tree | 57434370476bed4394735ab91474ef0aae77be8e /adaptors | |
parent | ac0e0c95968436d78781056eddf6af4b75b7fd92 (diff) |
Migrate SLI to ODL Potassium-SR2
Updated parent versions to match Potassium-SR2 version and made
code updates necessary to migrate to OpenDaylight Potassium release.
Issue-ID: CCSDK-3990
Change-Id: I8a8a99513a257fe7e9c3736ab23cb88fb1cd85ad
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'adaptors')
-rwxr-xr-x | adaptors/aai-service/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index e42c0890d..a35725de0 100755 --- a/adaptors/aai-service/provider/pom.xml +++ b/adaptors/aai-service/provider/pom.xml @@ -64,8 +64,8 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> + <groupId>jakarta.ws.rs</groupId> + <artifactId>jakarta.ws.rs-api</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |