This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch JDK16
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/JDK16 by this push:
new 0742e7d try
0742e7d is described below
commit 0742e7df2346c10d83cab97dc69703b1a7386a26
Author: HTHou <[email protected]>
AuthorDate: Tue May 11 14:44:11 2021 +0800
try
---
pom.xml | 25 ++++---------------------
1 file changed, 4 insertions(+), 21 deletions(-)
diff --git a/pom.xml b/pom.xml
index 77ddea7..1363769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,6 +161,10 @@
--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens=java.base/java.nio=ALL-UNNAMED
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
+ --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
+ --add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
+ --add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
+ --add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
</argLine>
</properties>
<!--
@@ -642,13 +646,6 @@
</importOrder>
<removeUnusedImports/>
</java>
- <argLine>
-
--illegal-access=permit
-
--add-opens=java.base/java.lang=ALL-UNNAMED
-
--add-opens=java.base/java.util=ALL-UNNAMED
-
--add-opens=java.base/java.nio=ALL-UNNAMED
-
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
-
</argLine>
</configuration>
<executions>
<execution>
@@ -911,13 +908,6 @@
<goal>test</goal>
</goals>
<configuration>
- <argLine>
-
--illegal-access=permit
-
--add-opens=java.base/java.lang=ALL-UNNAMED
-
--add-opens=java.base/java.util=ALL-UNNAMED
-
--add-opens=java.base/java.nio=ALL-UNNAMED
-
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
-
</argLine>
<includes>
<!-- Include unit tests within
integration-test phase. -->
<include>src/test/**/*Test.java</include>
@@ -935,13 +925,6 @@
<goal>test</goal>
</goals>
<configuration>
- <argLine>
- --illegal-access=permit
- --add-opens=java.base/java.lang=ALL-UNNAMED
- --add-opens=java.base/java.util=ALL-UNNAMED
- --add-opens=java.base/java.nio=ALL-UNNAMED
-
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
- </argLine>
<includes>
<!-- Include integration tests within
integration-test phase. -->
<include>src/test/**/*IT.java</include>