File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- Copyright 2016 Google Inc .
2
+ Copyright 2018 Google LLC .
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
39
39
<dependency >
40
40
<groupId >com.google.cloud</groupId >
41
41
<artifactId >google-cloud-pubsub</artifactId >
42
- <version >1.38 .0</version >
42
+ <version >1.51 .0</version >
43
43
</dependency >
44
44
<!-- [END pubsub_java_dependencies] -->
45
45
56
56
<version >0.42</version >
57
57
<scope >test</scope >
58
58
</dependency >
59
- <dependency >
60
- <groupId >org.apache.maven</groupId >
61
- <artifactId >maven-plugin-api</artifactId >
62
- <version >3.3.3</version >
63
- </dependency >
64
59
</dependencies >
65
60
66
61
<build >
69
64
<groupId >org.codehaus.mojo</groupId >
70
65
<artifactId >exec-maven-plugin</artifactId >
71
66
<version >1.6.0</version >
72
- <executions >
73
- <execution >
74
- <goals >
75
- <goal >java</goal >
76
- </goals >
77
- </execution >
78
- </executions >
79
67
<configuration >
80
68
<cleanupDaemonThreads >false</cleanupDaemonThreads >
81
69
</configuration >
You can’t perform that action at this time.
0 commit comments