You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/12/27 04:59:03 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1954] vulnerable deppendencies are excluded

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 2e527c5  [OPENMEETINGS-1954] vulnerable deppendencies are excluded
2e527c5 is described below

commit 2e527c53015006405f5f0d48a7de429f380aebe3
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu Dec 27 11:58:50 2018 +0700

    [OPENMEETINGS-1954] vulnerable deppendencies are excluded
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 60d8b13..0005a7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -633,6 +633,14 @@
 						<groupId>org.slf4j</groupId>
 						<artifactId>slf4j-log4j12</artifactId>
 					</exclusion>
+					<exclusion> <!-- TIKA-2801 -->
+						<groupId>com.google.guava</groupId>
+						<artifactId>guava</artifactId>
+					</exclusion>
+					<exclusion> <!-- TIKA-2801 -->
+						<groupId>com.google.protobuf</groupId>
+						<artifactId>protobuf-java</artifactId>
+					</exclusion>
 				</exclusions>
 			</dependency>
 			<dependency>