diff options
author | Niamh Core <niamh.core@est.tech> | 2021-10-29 14:36:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-29 14:36:48 +0000 |
commit | 5ae0e346118103b31f409188c4c3010933f6bde2 (patch) | |
tree | d6fe7e8c3fb4cd9601e9de3f6e55ad4d8e675b1c /cps-ri/pom.xml | |
parent | fd713b2f104ae5ddd449e82263e6fbfbc4d49c71 (diff) | |
parent | b143c512a2a9c7c066c03de1b74b9c72c8d1c37a (diff) |
Merge "Remove org.jetbrains.annotations dependency"
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index b7aa4193d1..8d860b0041 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -100,10 +100,6 @@ <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
- <dependency>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </dependency>
<!-- T E S T D E P E N D E N C I E S -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
|