Skip to content

Commit

Permalink
Switch to Google-published turbine jars (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 authored Nov 5, 2023
1 parent 5383a7d commit d3bc0dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion j2cl-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</dependency>

<dependency>
<groupId>com.vertispan.turbine</groupId>
<groupId>com.google.turbine</groupId>
<artifactId>turbine</artifactId>
<exclusions>
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<error.prone.annotations.version>2.1.3</error.prone.annotations.version>
<jsr305.version>3.0.2</jsr305.version>
<commons.lang3.version>3.8.1</commons.lang3.version>
<google.turbine.version>v20220503-1</google.turbine.version>
<google.turbine.version>0.2.1</google.turbine.version>
<slf4j.api.version>1.7.5</slf4j.api.version>

<!-- Test goal -->
Expand Down Expand Up @@ -262,7 +262,7 @@
</dependency>

<dependency>
<groupId>com.vertispan.turbine</groupId>
<groupId>com.google.turbine</groupId>
<artifactId>turbine</artifactId>
<version>${google.turbine.version}</version>
</dependency>
Expand Down

0 comments on commit d3bc0dd

Please sign in to comment.