aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-09-04 20:11:24 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-09-04 20:31:43 -0400
commit90107be626a800692af6646b64c44bae058c4de6 (patch)
tree935fc738292c9bb02cf9742ed9c5bc26659eb5b0
parent76db13a97f27c295e7d6a856acc847b3a376fac2 (diff)
Exclude a vulnerable artifact - handlebars
Issue-ID: LOG-827 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: If0843dc28bd8066c5711c2c710f970d9870aa68f
-rw-r--r--pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index bd74dcc..32d11fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,12 +123,6 @@ limitations under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
- <!-- swagger dependencies -->
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>1.5.9</version>
- </dependency>
<!-- application dependencies -->
<dependency>
<groupId>org.onap.sdnc.apps.pomba</groupId>
@@ -207,6 +201,10 @@ limitations under the License.
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.jknack</groupId>
+ <artifactId>handlebars</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>