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:34 UTC

[openmeetings] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 23af3ce  [OPENMEETINGS-1954] vulnerable deppendencies are excluded
23af3ce is described below

commit 23af3ce147e4a433ae6fd9eec2cc689691584412
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 6539adc..938a039 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,6 +635,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>