8000
We read every piece of feedback, and take your input very seriously.
1 parent 1f164d6 commit 610f9b6Copy full SHA for 610f9b6
spanner/cloud-client/pom.xml
@@ -40,7 +40,6 @@ limitations under the License.
40
<dependency>
41
<groupId>com.google.cloud</groupId>
42
<artifactId>google-cloud-spanner</artifactId>
43
- <version>0.34.0-beta</version>
44
<exclusions>
45
<exclusion>
46
<groupId>com.google.guava</groupId>
@@ -78,17 +77,37 @@ limitations under the License.
78
77
<groupId>io.opencensus</groupId>
79
<artifactId>opencensus-exporter-trace-stackdriver</artifactId>
80
<version>${opencensus.version}</version>
+ <exclusions>
81
+ <exclusion>
82
+ <groupId>com.google.cloud</groupId>
83
+ <artifactId>google-cloud-trace</artifactId>
84
+ </exclusion>
85
+ </exclusions>
86
</dependency>
87
88
89
<artifactId>opencensus-exporter-stats-stackdriver</artifactId>
90
91
92
93
94
+ <artifactId>google-cloud-monitoring</artifactId>
95
96
97
98
99
100
<artifactId>opencensus-contrib-grpc-metrics</artifactId>
101
102
103
+ <dependency>
104
105
106
+ </dependency>
107
108
109
110
111
112
<!-- Test dependencies -->
113
@@ -103,9 +122,18 @@ limitations under the License.
122
<version>0.39</version>
123
<scope>test</scope>
124
-
125
</dependencies>
126
+ <dependencyManagement>
127
+ <dependencies>
128
129
130
+ <artifactId>google-cloud-bom</artifactId>
131
+ <version>0.34.0-alpha</version>
132
+ <type>pom</type>
133
+ <scope>import</scope>
134
135
+ </dependencies>
136
+ </dependencyManagement>
137
<build>
138
<plugins>
139
<plugin>