diff options
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index c3ad6a2aed..bcf6c802de 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -68,6 +68,11 @@ <artifactId>postgresql</artifactId>
<version>${postgres.version}</version>
</dependency>
+ <!-- Disable SpotBug Rules -->
+ <dependency>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-annotations</artifactId>
+ </dependency>
<!-- Add Hibernate support for Postgres datatype JSONB and Postgres arrays -->
<dependency>
<groupId>io.hypersistence</groupId>
|