3 Commits

Author SHA1 Message Date
ralphlee
61c45fbe54 [WIFI-7323] allow build and tests to work with jdk 16.0.2 2022-03-18 17:08:39 -04:00
Mike Hansen
cdd0a0cb4f Merge pull request #6 from Telecominfraproject/NETEXP-2363
NETEXP-2363 Increased SpringBoot version
2021-07-08 12:35:54 -04:00
Akshay Jagadish
090131ae36 NETEXP-2363 Increased SpringBoot version 2021-07-08 12:20:00 -04:00

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.12.RELEASE</version>
<relativePath />
</parent>
@@ -218,6 +218,7 @@
<testOutputDir>${project.build.directory}</testOutputDir>
</systemPropertyVariables>
<argLine>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>