[Git][java-team/google-auth-java][master] Adding dependencies in parent POM to ensure their proper versioning in the oauth2_http module
Pierre Gruet
gitlab at salsa.debian.org
Thu May 6 16:50:33 BST 2021
Pierre Gruet pushed to branch master at Debian Java Maintainers / google-auth-java
Commits:
3d3bf6f3 by Pierre Gruet at 2021-05-06T17:49:27+02: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,10 @@
+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
+
+ -- 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/3d3bf6f31ec5feddd3ef83ed4b2c3b13b9b77e19
--
View it on GitLab: https://salsa.debian.org/java-team/google-auth-java/-/commit/3d3bf6f31ec5feddd3ef83ed4b2c3b13b9b77e19
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/20210506/359dabee/attachment.htm>
More information about the pkg-java-commits
mailing list