Skip to content

Commit 2766bda

Browse files
Update lib version and cleanup dependencies (GoogleCloudPlatform#1250)
1 parent c6cea4e commit 2766bda

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

pubsub/cloud-client/pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2016 Google Inc.
2+
Copyright 2018 Google LLC.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-pubsub</artifactId>
42-
<version>1.38.0</version>
42+
<version>1.51.0</version>
4343
</dependency>
4444
<!-- [END pubsub_java_dependencies] -->
4545

@@ -56,11 +56,6 @@
5656
<version>0.42</version>
5757
<scope>test</scope>
5858
</dependency>
59-
<dependency>
60-
<groupId>org.apache.maven</groupId>
61-
<artifactId>maven-plugin-api</artifactId>
62-
<version>3.3.3</version>
63-
</dependency>
6459
</dependencies>
6560

6661
<build>
@@ -69,13 +64,6 @@
6964
<groupId>org.codehaus.mojo</groupId>
7065
<artifactId>exec-maven-plugin</artifactId>
7166
<version>1.6.0</version>
72-
<executions>
73-
<execution>
74-
<goals>
75-
<goal>java</goal>
76-
</goals>
77-
</execution>
78-
</executions>
7967
<configuration>
8068
<cleanupDaemonThreads>false</cleanupDaemonThreads>
8169
</configuration>

0 commit comments

Comments
 (0)