Skip to content

Commit

Permalink
Remove dependency on cyclonedx-core-java
Browse files Browse the repository at this point in the history
All CycloneDX related communication is done through Protocol Buffers, the Java library is not used anymore.

Signed-off-by: Niklas <[email protected]>
  • Loading branch information
nscuro authored Oct 17, 2023
1 parent ba410de commit 7795a54
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<lib.confluent-parallel-consumer.version>0.5.2.7</lib.confluent-parallel-consumer.version>
<lib.conscrypt.version>2.5.2</lib.conscrypt.version>
<lib.cvss-calculator.version>1.4.2</lib.cvss-calculator.version>
<lib.cyclonedx-java.version>7.3.2</lib.cyclonedx-java.version>
<lib.failsafe.version>3.3.2</lib.failsafe.version>
<lib.greenmail.version>2.0.0</lib.greenmail.version>
<lib.java-uuid-generator.version>4.3.0</lib.java-uuid-generator.version>
Expand Down Expand Up @@ -143,12 +142,6 @@
<version>${lib.confluent-parallel-consumer.version}</version>
</dependency>

<dependency>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-core-java</artifactId>
<version>${lib.cyclonedx-java.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
Expand Down

0 comments on commit 7795a54

Please sign in to comment.