Skip to content

Commit 52c53a4

Browse files
committed
Switch to Google-published turbine jars
1 parent 44cbadf commit 52c53a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

j2cl-tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</dependency>
7979

8080
<dependency>
81-
<groupId>com.vertispan.turbine</groupId>
81+
<groupId>com.google.turbine</groupId>
8282
<artifactId>turbine</artifactId>
8383
<exclusions>
8484
<exclusion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<error.prone.annotations.version>2.1.3</error.prone.annotations.version>
106106
<jsr305.version>3.0.2</jsr305.version>
107107
<commons.lang3.version>3.8.1</commons.lang3.version>
108-
<google.turbine.version>v20220503-1</google.turbine.version>
108+
<google.turbine.version>0.2.1</google.turbine.version>
109109
<slf4j.api.version>1.7.5</slf4j.api.version>
110110

111111
<!-- Test goal -->
@@ -262,7 +262,7 @@
262262
</dependency>
263263

264264
<dependency>
265-
<groupId>com.vertispan.turbine</groupId>
265+
<groupId>com.google.turbine</groupId>
266266
<artifactId>turbine</artifactId>
267267
<version>${google.turbine.version}</version>
268268
</dependency>

0 commit comments

Comments
 (0)