Skip to content

Commit

Permalink
Remove unneeded dependencies in commons-parent-pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoncek committed Aug 14, 2023
1 parent 0e84912 commit 558fa76
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions patches/commons-parent-pom/0002-Remove-unneeded-dependencies.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
From da440d238224d101855c7e29ddedf7a5b788d9e8 Mon Sep 17 00:00:00 2001
From: Marian Koncek <marian.koncek@mailbox.org>
Date: Mon, 14 Aug 2023 11:59:25 +0200
Subject: [PATCH] Remove unneeded dependencies

Forwarded: not-needed
---
pom.xml | 37 -------------------------------------
1 file changed, 37 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13d5fde..8d26d0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,13 +431,6 @@

<dependencyManagement>
<dependencies>
- <dependency>
- <groupId>org.junit</groupId>
- <artifactId>junit-bom</artifactId>
- <version>${commons.junit.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
</dependencies>
</dependencyManagement>

@@ -829,36 +822,6 @@
</dependency>
</dependencies>
</plugin>
- <plugin>
- <groupId>org.cyclonedx</groupId>
- <artifactId>cyclonedx-maven-plugin</artifactId>
- <version>${commons.cyclonedx.version}</version>
- <executions>
- <execution>
- <id>make-bom</id>
- <phase>package</phase>
- <goals>
- <goal>makeAggregateBom</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <outputName>${project.artifactId}-${project.version}-bom</outputName>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.spdx</groupId>
- <artifactId>spdx-maven-plugin</artifactId>
- <version>${commons.spdx.version}</version>
- <executions>
- <execution>
- <id>build-spdx</id>
- <goals>
- <goal>createSPDX</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javancss-maven-plugin</artifactId>
--
2.41.0

0 comments on commit 558fa76

Please sign in to comment.