|
31 | 31 | <groupId>com.google.guava</groupId> |
32 | 32 | <artifactId>guava-jdk5</artifactId> |
33 | 33 | </exclusion> |
| 34 | + <exclusion> |
| 35 | + <groupId>com.google.http-client</groupId> |
| 36 | + <artifactId>google-http-client-jackson2</artifactId> |
| 37 | + <!-- version 1.19.0 --> |
| 38 | + </exclusion> |
| 39 | + <exclusion> |
| 40 | + <groupId>com.google.http-client</groupId> |
| 41 | + <artifactId>google-http-client</artifactId> |
| 42 | + <!-- version 1.19.0 --> |
| 43 | + </exclusion> |
34 | 44 | </exclusions> |
35 | 45 | </dependency> |
36 | 46 | <dependency> |
37 | 47 | <groupId>com.google.http-client</groupId> |
38 | 48 | <artifactId>google-http-client</artifactId> |
39 | 49 | <version>1.21.0</version> |
40 | 50 | <scope>compile</scope> |
| 51 | + <exclusions> |
| 52 | + <exclusion> |
| 53 | + <groupId>com.google.code.findbugs</groupId> |
| 54 | + <artifactId>jsr305</artifactId> |
| 55 | + <!-- version 1.3.9 --> |
| 56 | + </exclusion> |
| 57 | + </exclusions> |
41 | 58 | </dependency> |
42 | 59 | <dependency> |
43 | 60 | <groupId>com.google.oauth-client</groupId> |
44 | 61 | <artifactId>google-oauth-client</artifactId> |
45 | 62 | <version>1.21.0</version> |
46 | 63 | <scope>compile</scope> |
| 64 | + <exclusions> |
| 65 | + <exclusion> |
| 66 | + <groupId>com.google.code.findbugs</groupId> |
| 67 | + <artifactId>jsr305</artifactId> |
| 68 | + </exclusion> |
| 69 | + </exclusions> |
47 | 70 | </dependency> |
48 | 71 | <dependency> |
49 | 72 | <groupId>com.google.guava</groupId> |
|
101 | 124 | <dependency> |
102 | 125 | <groupId>com.google.protobuf</groupId> |
103 | 126 | <artifactId>protobuf-java</artifactId> |
104 | | - <version>3.0.0</version> |
| 127 | + <version>3.0.2</version> |
105 | 128 | </dependency> |
106 | 129 | <dependency> |
107 | 130 | <groupId>io.grpc</groupId> |
108 | 131 | <artifactId>grpc-protobuf</artifactId> |
109 | 132 | <version>${grpc.version}</version> |
| 133 | + <exclusions> |
| 134 | + <exclusion> |
| 135 | + <groupId>com.google.guava</groupId> |
| 136 | + <artifactId>guava</artifactId> |
| 137 | + <!-- version 18.0 --> |
| 138 | + </exclusion> |
| 139 | + </exclusions> |
110 | 140 | </dependency> |
111 | 141 | <dependency> |
112 | 142 | <groupId>com.google.api</groupId> |
|
117 | 147 | <groupId>io.grpc</groupId> |
118 | 148 | <artifactId>grpc-all</artifactId> |
119 | 149 | </exclusion> |
| 150 | + <exclusion> |
| 151 | + <groupId>com.google.guava</groupId> |
| 152 | + <artifactId>guava</artifactId> |
| 153 | + <!-- version 16.0.1 --> |
| 154 | + </exclusion> |
| 155 | + <exclusion> |
| 156 | + <groupId>joda-time</groupId> |
| 157 | + <artifactId>joda-time</artifactId> |
| 158 | + <!-- version 2.8.2 --> |
| 159 | + </exclusion> |
| 160 | + <exclusion> |
| 161 | + <groupId>com.google.auth</groupId> |
| 162 | + <artifactId>google-auth-library-credentials</artifactId> |
| 163 | + <!-- version 0.4.0 --> |
| 164 | + </exclusion> |
| 165 | + <exclusion> |
| 166 | + <groupId>com.google.auth</groupId> |
| 167 | + <artifactId>google-auth-library-oauth2-http</artifactId> |
| 168 | + <!-- version 0.4.0 --> |
| 169 | + </exclusion> |
120 | 170 | </exclusions> |
121 | 171 | </dependency> |
122 | 172 | <dependency> |
123 | 173 | <groupId>com.google.api.grpc</groupId> |
124 | 174 | <artifactId>grpc-google-common-protos</artifactId> |
125 | | - <version>0.1.5</version> |
| 175 | + <version>0.1.6</version> |
126 | 176 | <exclusions> |
127 | 177 | <exclusion> |
128 | 178 | <groupId>io.grpc</groupId> |
129 | 179 | <artifactId>grpc-all</artifactId> |
130 | 180 | </exclusion> |
| 181 | + <exclusion> |
| 182 | + <groupId>com.google.auto.value</groupId> |
| 183 | + <artifactId>auto-value</artifactId> |
| 184 | + <!-- version 1.1 --> |
| 185 | + </exclusion> |
| 186 | + <exclusion> |
| 187 | + <groupId>com.google.protobuf</groupId> |
| 188 | + <artifactId>protobuf-java</artifactId> |
| 189 | + <!-- version 3.0.0 --> |
| 190 | + </exclusion> |
| 191 | + <exclusion> |
| 192 | + <groupId>com.google.guava</groupId> |
| 193 | + <artifactId>guava</artifactId> |
| 194 | + <!-- version 18.0 --> |
| 195 | + </exclusion> |
| 196 | + <exclusion> |
| 197 | + <groupId>joda-time</groupId> |
| 198 | + <artifactId>joda-time</artifactId> |
| 199 | + <!-- version 2.8.2 --> |
| 200 | + </exclusion> |
131 | 201 | </exclusions> |
132 | 202 | </dependency> |
133 | 203 | <dependency> |
|
139 | 209 | <groupId>io.grpc</groupId> |
140 | 210 | <artifactId>grpc-all</artifactId> |
141 | 211 | </exclusion> |
| 212 | + <exclusion> |
| 213 | + <groupId>com.google.protobuf</groupId> |
| 214 | + <artifactId>protobuf-java</artifactId> |
| 215 | + <!-- version 3.0.0 --> |
| 216 | + </exclusion> |
| 217 | + <exclusion> |
| 218 | + <groupId>com.google.api.grpc</groupId> |
| 219 | + <artifactId>grpc-google-common-protos</artifactId> |
| 220 | + <!-- version 0.1.5 --> |
| 221 | + </exclusion> |
142 | 222 | </exclusions> |
143 | 223 | </dependency> |
144 | 224 | </dependencies> |
|
0 commit comments