Skip to content

fix: new java format dependencies and linter fix #768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 9, 2021
Next Next commit
java format with deps
  • Loading branch information
TimurSadykov committed Nov 5, 2021
commit d821dcc33362ba6af39f9d6ec839b4acb0a1b75a
2 changes: 2 additions & 0 deletions google-oauth-client-appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.40.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-appengine</artifactId>
<version>1.40.1</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<dependencies>
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<artifactId>google-java-format-all-deps</artifactId>
<version>1.12.0</version>
</dependency>
</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions google-oauth-client-java6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.40.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.40.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions google-oauth-client-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.40.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
1 change: 1 addition & 0 deletions google-oauth-client-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.40.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 2 additions & 0 deletions google-oauth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.40.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.40.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<dependencies>
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<artifactId>google-java-format-all-deps</artifactId>
<version>1.12.0</version>
</dependency>
</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions samples/dailymotion-cmdline-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.40.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.40.1</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 2 additions & 0 deletions samples/keycloak-pkce-cmdline-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.40.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.40.1</version>
</dependency>
</dependencies>
<properties>
Expand Down