mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
PR: 247419 Submitted by: James Wright <james.wright@digital-chaos.com> maintainer Differential Revision: https://reviews.freebsd.org/D25361
20 lines
633 B
Text
20 lines
633 B
Text
--- src/java/mesos.pom.in.orig 2020-06-16 03:05:20 UTC
|
|
+++ src/java/mesos.pom.in
|
|
@@ -36,7 +36,7 @@
|
|
<dependency>
|
|
<artifactId>protobuf-java</artifactId>
|
|
<groupId>com.google.protobuf</groupId>
|
|
- <version>3.5.0</version>
|
|
+ <version>@PROTOBUF_VERSION@</version>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
@@ -168,7 +168,7 @@
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
- <version>2.8</version>
|
|
+ <version>3.1.2</version>
|
|
<executions>
|
|
<execution>
|
|
<id>copy-dependencies</id>
|