Skip to content

Commit ddd8034

Browse files
committed
upgrade root pom version
1 parent 366261c commit ddd8034

File tree

6 files changed

+11
-45
lines changed

6 files changed

+11
-45
lines changed

common/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -414,18 +414,6 @@
414414
</testResource>
415415
</testResources>
416416
<plugins>
417-
<plugin>
418-
<groupId>org.apache.maven.plugins</groupId>
419-
<artifactId>maven-compiler-plugin</artifactId>
420-
<configuration>
421-
<compilerArgs>
422-
<arg>--add-opens</arg>
423-
<arg>org.apache.hadoop/org.apache.hadoop.fs=ALL-UNNAMED</arg>
424-
<arg>--add-opens</arg>
425-
<arg>java.base/java.net=ALL-UNNAMED</arg>
426-
</compilerArgs>
427-
</configuration>
428-
</plugin>
429417
<plugin>
430418
<groupId>org.apache.maven.plugins</groupId>
431419
<artifactId>maven-antrun-plugin</artifactId>

iceberg/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
<artifactId>mockito-inline</artifactId>
5252
<version>${iceberg.mockito-core.version}</version>
5353
</dependency>
54+
<dependency>
55+
<groupId>com.google.errorprone</groupId>
56+
<artifactId>error_prone_annotations</artifactId>
57+
<version>${google.errorprone.version}</version>
58+
<scope>provided</scope>
59+
</dependency>
5460
</dependencies>
5561
<dependencyManagement>
5662
<dependencies>
@@ -324,11 +330,11 @@
324330
<artifactId>error_prone_core</artifactId>
325331
<version>${google.errorprone.version}</version>
326332
</path>
327-
<dependency>
333+
<path>
328334
<groupId>org.immutables</groupId>
329335
<artifactId>value</artifactId>
330336
<version>${immutables.value.version}</version>
331-
</dependency>
337+
</path>
332338
</annotationProcessorPaths>
333339
</configuration>
334340
</plugin>

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache</groupId>
1919
<artifactId>apache</artifactId>
20-
<version>23</version>
20+
<version>35</version>
2121
</parent>
2222
<groupId>org.apache.hive</groupId>
2323
<artifactId>hive</artifactId>
@@ -1605,15 +1605,9 @@
16051605
<artifactId>exec-maven-plugin</artifactId>
16061606
<version>${maven.exec.plugin.version}</version>
16071607
</plugin>
1608-
<plugin>
1609-
<groupId>org.apache.maven.plugins</groupId>
1610-
<artifactId>maven-compiler-plugin</artifactId>
1611-
<version>3.14.0</version>
1612-
</plugin>
16131608
<plugin>
16141609
<groupId>org.apache.maven.plugins</groupId>
16151610
<artifactId>maven-javadoc-plugin</artifactId>
1616-
<version>3.11.2</version>
16171611
<configuration>
16181612
<source>${maven.compiler.source}</source>
16191613
<outputDirectory>${project.build.directory}/site</outputDirectory>

standalone-metastore/metastore-server/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -609,16 +609,6 @@
609609
<artifactId>exec-maven-plugin</artifactId>
610610
<version>${maven.exec.plugin.version}</version>
611611
</plugin>
612-
<plugin>
613-
<groupId>org.apache.maven.plugins</groupId>
614-
<artifactId>maven-compiler-plugin</artifactId>
615-
<configuration>
616-
<compilerArgs>
617-
<arg>--add-exports</arg>
618-
<arg>jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
619-
</compilerArgs>
620-
</configuration>
621-
</plugin>
622612
</plugins>
623613
</pluginManagement>
624614
<plugins>

standalone-metastore/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache</groupId>
1919
<artifactId>apache</artifactId>
20-
<version>23</version>
20+
<version>35</version>
2121
</parent>
2222
<groupId>org.apache.hive</groupId>
2323
<artifactId>hive-standalone-metastore</artifactId>
@@ -665,15 +665,9 @@
665665
</execution>
666666
</executions>
667667
</plugin>
668-
<plugin>
669-
<groupId>org.apache.maven.plugins</groupId>
670-
<artifactId>maven-compiler-plugin</artifactId>
671-
<version>3.14.0</version>
672-
</plugin>
673668
<plugin>
674669
<groupId>org.apache.maven.plugins</groupId>
675670
<artifactId>maven-javadoc-plugin</artifactId>
676-
<version>3.11.2</version>
677671
<configuration>
678672
<source>${maven.compiler.source}</source>
679673
<outputDirectory>${project.build.directory}/site</outputDirectory>

storage-api/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache</groupId>
1919
<artifactId>apache</artifactId>
20-
<version>23</version>
20+
<version>35</version>
2121
</parent>
2222
<groupId>org.apache.hive</groupId>
2323
<artifactId>hive-storage-api</artifactId>
@@ -205,15 +205,9 @@
205205
<artifactId>maven-surefire-plugin</artifactId>
206206
<version>${maven.surefire.plugin.version}</version>
207207
</plugin>
208-
<plugin>
209-
<groupId>org.apache.maven.plugins</groupId>
210-
<artifactId>maven-compiler-plugin</artifactId>
211-
<version>3.14.0</version>
212-
</plugin>
213208
<plugin>
214209
<groupId>org.apache.maven.plugins</groupId>
215210
<artifactId>maven-javadoc-plugin</artifactId>
216-
<version>3.11.2</version>
217211
<configuration>
218212
<source>${maven.compiler.source}</source>
219213
<outputDirectory>${project.build.directory}/site</outputDirectory>

0 commit comments

Comments
 (0)