forked from pool/apache-commons-lang3
- Remove the junit bom dependency for now as it breaks the build of other packages like log4j. * Add apache-commons-lang3-junit-bom.patch OBS-URL: https://build.opensuse.org/request/show/943068 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-lang3?expand=0&rev=29
24 lines
645 B
Diff
24 lines
645 B
Diff
Index: commons-lang3-3.12.0-src/pom.xml
|
|
===================================================================
|
|
--- commons-lang3-3.12.0-src.orig/pom.xml
|
|
+++ commons-lang3-3.12.0-src/pom.xml
|
|
@@ -513,18 +513,6 @@
|
|
</contributor>
|
|
</contributors>
|
|
|
|
- <dependencyManagement>
|
|
- <dependencies>
|
|
- <dependency>
|
|
- <groupId>org.junit</groupId>
|
|
- <artifactId>junit-bom</artifactId>
|
|
- <version>5.7.1</version>
|
|
- <type>pom</type>
|
|
- <scope>import</scope>
|
|
- </dependency>
|
|
- </dependencies>
|
|
- </dependencyManagement>
|
|
-
|
|
<!-- Lang should depend on very little -->
|
|
<dependencies>
|
|
<!-- testing -->
|