Skip to content

Commit

Permalink
temporarily pin google-oauth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Riliane committed Oct 17, 2023
1 parent e69c5cd commit 9172ced
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency> <!-- until it is back in the parent -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>google-oauth-plugin</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -154,11 +159,6 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-text-api</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud.graphite</groupId>
<artifactId>gcp-client</artifactId>
Expand Down

0 comments on commit 9172ced

Please sign in to comment.