[Git][java-team/google-auth-java][master] Adding dependencies in parent POM to ensure their proper versioning in the oauth2_http module

Olek Wojnar (@olek) gitlab at salsa.debian.org
Mon Jul 19 01:24:17 BST 2021



Olek Wojnar pushed to branch master at Debian Java Maintainers / google-auth-java


Commits:
002f7e01 by Pierre Gruet at 2021-07-18T20:22:22-04:00
Adding dependencies in parent POM to ensure their proper versioning in the oauth2_http module

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/adding_version_of_http_client_for_oauth2.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+google-auth-java (0.18.0-2) UNRELEASED; urgency=medium
+
+  * Team upload
+  * Adding missing version number of two dependencies in the pom of oauth2_http
+    (Closes: #988144)
+
+ -- Pierre Gruet <pgt at debian.org>  Thu, 06 May 2021 17:46:59 +0200
+
 google-auth-java (0.18.0-1) unstable; urgency=high
 
   * New upstream release


=====================================
debian/patches/adding_version_of_http_client_for_oauth2.patch
=====================================
@@ -0,0 +1,27 @@
+Description: adding version information for two oauth2 dependencies
+ The dependencies google-http-client and google-http-client-jackson2 of
+ oauth2_http have no version number in the pom. I add them as dependencies in
+ the parent pom so that their version number is inherited.
+Author: Pierre Gruet <pgt at debian.org>
+Forwarded: no
+Last-Update: 2021-05-06
+
+--- a/pom.xml
++++ b/pom.xml
+@@ -121,6 +121,16 @@
+         <version>${project.version}</version>
+         <type>test-jar</type>
+       </dependency>
++      <dependency>
++      <groupId>com.google.http-client</groupId>
++      <artifactId>google-http-client</artifactId>
++      <version>${project.google.http.version}</version>
++    </dependency>
++    <dependency>
++      <groupId>com.google.http-client</groupId>
++      <artifactId>google-http-client-jackson2</artifactId>
++      <version>${project.google.http.version}</version>
++    </dependency>
+     </dependencies>
+   </dependencyManagement>
+ 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 verbose-build.patch
 no-appengine.patch
 use-default-debian-versions.patch
+adding_version_of_http_client_for_oauth2.patch



View it on GitLab: https://salsa.debian.org/java-team/google-auth-java/-/commit/002f7e01e847c88173e482908b2ff6b8c98a05e8

-- 
View it on GitLab: https://salsa.debian.org/java-team/google-auth-java/-/commit/002f7e01e847c88173e482908b2ff6b8c98a05e8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210719/e3952c4d/attachment.htm>


More information about the pkg-java-commits mailing list