summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorherocms <58411634+herocms@users.noreply.github.com>2022-10-13 10:52:35 +0800
committerJens Geyer <Jens-G@users.noreply.github.com>2022-10-14 22:51:36 +0200
commitf57b8e76269f4d60dcaf5bc87bd5b2c22adbbd05 (patch)
treedfef05bb4232031e8678333c38ca3f75f420b6ff /contrib
parent019d7d8e31410732bdc6582e1dbfc96ab0fc3a78 (diff)
downloadthrift-f57b8e76269f4d60dcaf5bc87bd5b2c22adbbd05.tar.gz
update com.google.guava:guava 14.0.1 to 30.0-jre
Diffstat (limited to 'contrib')
-rw-r--r--contrib/thrift-maven-plugin/pom.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml
index dd7750e9e..b6727f9a4 100644
--- a/contrib/thrift-maven-plugin/pom.xml
+++ b/contrib/thrift-maven-plugin/pom.xml
@@ -16,11 +16,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
- -->
-<project
- xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -66,7 +62,7 @@
<phase>generate-test-resources</phase>
<configuration>
<target>
- <jar destfile="${project.build.directory}/SharedIdl.jar" basedir="${basedir}/src/test/resources" includes="**/*.thrift" />
+ <jar destfile="${project.build.directory}/SharedIdl.jar" basedir="${basedir}/src/test/resources" includes="**/*.thrift"/>
</target>
</configuration>
<goals>
@@ -97,7 +93,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>14.0.1</version>
+ <version>30.0-jre</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@@ -111,4 +107,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project>
+</project> \ No newline at end of file