Description: Substituting old type "test-jar" with classifier "tests".
 Discussed on https://github.com/mtommila/apfloat/issues/13 about
 libapfloat-java, this seems to be a Debian-only issue.
Author: Pierre Gruet <pgt@debian.org>
Origin: https://sources.debian.org/src/libapfloat-java/1.10.1-1/debian/patches/managing_test_dependency.patch
Forwarded: not-needed
Last-Update: 2021-11-12

--- a/jung-graph-impl/pom.xml
+++ b/jung-graph-impl/pom.xml
@@ -20,7 +20,7 @@
 		<groupId>net.sf.jung</groupId>
 		<artifactId>jung-api</artifactId>
 		<version>${project.version}</version>
-		<type>test-jar</type>
+		<classifier>tests</classifier>
 		<scope>test</scope>
 	</dependency>
     <dependency>
