Skip to content

Commit

Permalink
Fix maven build from different directories (apache#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-telles authored and vfraga committed Mar 29, 2022
1 parent e8f59b7 commit ea8623c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<dep.hadoop.version>2.7.1</dep.hadoop.version>
<dep.fbs.version>1.12.0</dep.fbs.version>
<dep.avro.version>1.10.0</dep.avro.version>
<dep.grpc.version>1.30.2</dep.grpc.version>
<dep.protobuf.version>3.17.3</dep.protobuf.version>
<arrow.vector.classifier />
<forkCount>2</forkCount>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
Expand Down Expand Up @@ -508,17 +506,6 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>

<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:${dep.protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${dep.grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit ea8623c

Please sign in to comment.