1
0
apache-commons-lang3/apache-commons-lang3-junit-bom.patch
David Anes 982ec89dfe Accepting request 943068 from home:pmonrealgonzalez:branches:Java:packages
- 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
2021-12-29 15:24:10 +00:00

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 -->