[JAVA-18127] Upgraded dependencies versions + opened packages (#13561)
* [JAVA-18127] Upgraded dependencies versions + opened packages * [JAVA-18127] Clean up * [JAVA-18127] Clean up
This commit is contained in:
parent
1be13b84b8
commit
54183b517e
|
@ -42,10 +42,24 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<argLine>
|
||||
--add-opens java.base/java.lang=ALL-UNNAMED
|
||||
</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<cdi-api.version>2.0.SP1</cdi-api.version>
|
||||
<weld-se-core.version>3.0.5.Final</weld-se-core.version>
|
||||
<aspectjweaver.version>1.9.2</aspectjweaver.version>
|
||||
<weld-se-core.version>3.1.6.Final</weld-se-core.version>
|
||||
<aspectjweaver.version>1.9.19</aspectjweaver.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue