Skip to content

Commit

Permalink
Merge pull request #1436 from jhipster/skip_ci-javax_annotation
Browse files Browse the repository at this point in the history
Fix unknown enum constant javax.annotation.meta.When.MAYBE
  • Loading branch information
DanielFran authored Sep 17, 2023
2 parents 4a6805e + 417a2de commit 1226eef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jhipster-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<mongock.version>5.3.4</mongock.version>
<neo4j-migrations.version>2.5.3</neo4j-migrations.version>
<redisson.version>3.23.4</redisson.version>
<spotbugs-annotations.version>4.7.3</spotbugs-annotations.version>
<spring-cloud.version>2022.0.4</spring-cloud.version>
<springdocs.version>2.2.0</springdocs.version>
<testcontainers.version>1.19.0</testcontainers.version>
Expand Down Expand Up @@ -519,6 +520,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>${spotbugs-annotations.version}</version>
</dependency>

<!-- BOM imports last so we (could) selectively override dependencies above -->
<dependency>
Expand Down
5 changes: 5 additions & 0 deletions jhipster-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 1226eef

Please sign in to comment.