aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2023-08-21 14:35:56 +0100
committerFrancesco Fiora <francesco.fiora@est.tech>2023-08-22 09:05:59 +0000
commit182c1dbd18c9bb3c4696e8e74fb0ff8cd7a581e6 (patch)
treeb0621323bc8e8823f204607f4bde819e0d9373bc /pom.xml
parent7808675f394deacc75e89866159b24ae35f63919 (diff)
Upgrade Java 17
Issue-ID: POLICY-4803 Change-Id: Ic7852fffa2f5a2f407900e7caae9e70bd50b267f Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6f7a2c33..b023a2f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,9 @@
<policy.common.version>2.0.0-SNAPSHOT</policy.common.version>
<policy.models.version>3.0.0-SNAPSHOT</policy.models.version>
+ <surefireArgLine>
+ --add-opens java.base/java.lang=ALL-UNNAMED
+ </surefireArgLine>
</properties>
<modules>
@@ -72,7 +75,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>