Skip to content

Commit

Permalink
Removing google guava -> Not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Aug 21, 2024
1 parent 9a66bb0 commit cfa058b
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions java-ee-bom/java-ee-orthogonal/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.cuioss</groupId>
Expand All @@ -12,8 +13,6 @@
<properties>
<version.slf4j>2.0.16</version.slf4j>
<version.owasp.sanitizer>20240325.1</version.owasp.sanitizer>
<!-- Override transitive from owasp sanitizer -->
<version.guava>33.3.0-jre</version.guava>
<version.prettytime>5.0.9.Final</version.prettytime>
<version.jandex>3.2.2</version.jandex>
<version.caffeine>3.1.8</version.caffeine>
Expand Down Expand Up @@ -60,36 +59,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Sadly needed by owasp-java-html-sanitizer-->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${version.guava}</version>
<scope>runtime</scope>
<!-- Taming guava transitives -->
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
Expand Down

0 comments on commit cfa058b

Please sign in to comment.