[Git][java-team/libpostgresql-jdbc-java][master] Remove more test dependencies: jupiter: Missing on older distributions.
Christoph Berg
gitlab at salsa.debian.org
Mon Aug 10 13:36:11 BST 2020
Christoph Berg pushed to branch master at Debian Java Maintainers / libpostgresql-jdbc-java
Commits:
69c016a1 by Christoph Berg at 2020-08-10T14:34:44+02:00
Remove more test dependencies: jupiter: Missing on older distributions.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/missing-test-deps
Changes:
=====================================
debian/changelog
=====================================
@@ -9,6 +9,7 @@ libpgjava (42.2.15-1) unstable; urgency=medium
* Remove missing test dependencies:
classloader-leak-test-framework: Not packaged
junit: Packaged, but mvn doesn't find it
+ jupiter: Missing on older distributions.
* Defang package-contains-ancient-file caused by 1970 README.md.
* Test both md5 and scram-sha-256 connections.
* DH 13.
=====================================
debian/patches/missing-test-deps
=====================================
@@ -5,10 +5,11 @@ junit: Packaged, but mvn doesn't find it
--- a/pom.xml
+++ b/pom.xml
-@@ -47,18 +47,6 @@
+@@ -46,42 +46,6 @@
+ <version>debian</version>
<optional>true</optional>
</dependency>
- <dependency>
+- <dependency>
- <groupId>se.jiderhamn</groupId>
- <artifactId>classloader-leak-test-framework</artifactId>
- <version>1.1.1</version>
@@ -21,6 +22,29 @@ junit: Packaged, but mvn doesn't find it
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-api</artifactId>
- <version>5.6.0</version>
+- <groupId>org.junit.jupiter</groupId>
+- <artifactId>junit-jupiter-api</artifactId>
+- <version>5.6.0</version>
+- <scope>test</scope>
+- </dependency>
+- <dependency>
+- <groupId>org.junit.jupiter</groupId>
+- <artifactId>junit-jupiter-params</artifactId>
+- <version>5.6.0</version>
+- <scope>test</scope>
+- </dependency>
+- <dependency>
+- <groupId>org.junit.jupiter</groupId>
+- <artifactId>junit-jupiter-engine</artifactId>
+- <version>5.6.0</version>
+- <scope>test</scope>
+- </dependency>
+- <dependency>
+- <groupId>org.junit.vintage</groupId>
+- <artifactId>junit-vintage-engine</artifactId>
+- <version>5.6.0</version>
+- <scope>test</scope>
+- </dependency>
+ </dependencies>
+
+ <build>
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/69c016a18c85c4f9b6c0bda1eacb88ca318dc690
--
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/69c016a18c85c4f9b6c0bda1eacb88ca318dc690
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/20200810/64f627b0/attachment.html>
More information about the pkg-java-commits
mailing list