Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Adobe-Consulting-Services/acs-aem-commons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 393787669222e8913dc61c8f3ef134f3eb99267e
Choose a base ref
..
head repository: Adobe-Consulting-Services/acs-aem-commons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8833320bb77a642b271139fa08283b39854ff544
Choose a head ref
Showing with 18 additions and 0 deletions.
  1. +18 −0 oakpal-checks/pom.xml
18 changes: 18 additions & 0 deletions oakpal-checks/pom.xml
Original file line number Diff line number Diff line change
@@ -299,6 +299,24 @@
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<scope>compile</scope>
<exclusions>
<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>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Test Dependencies -->