diff options
author | 2023-08-21 14:35:56 +0100 | |
---|---|---|
committer | 2023-08-22 09:05:59 +0000 | |
commit | 182c1dbd18c9bb3c4696e8e74fb0ff8cd7a581e6 (patch) | |
tree | b0621323bc8e8823f204607f4bde819e0d9373bc /main/pom.xml | |
parent | 7808675f394deacc75e89866159b24ae35f63919 (diff) |
Upgrade Java 17
Issue-ID: POLICY-4803
Change-Id: Ic7852fffa2f5a2f407900e7caae9e70bd50b267f
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index 37a889b1..7eb00839 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -51,6 +51,11 @@ <artifactId>gson</artifactId> </dependency> <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.6.11</version> + </dependency> + <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>utils-test</artifactId> <version>${policy.common.version}</version> |