Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Homer2019-05-21 19:17:22 +0000
committerTony Homer2019-05-29 21:46:35 +0000
commit4d035915ec778e497e51b056e199cba9fe8bac12 (patch)
tree43045886986bee6cb78f1840af0bbabe53751762 /pom.xml
parent2fb483e104fcfdd42144ad5c6e7c253471741128 (diff)
downloadm2e-core-4d035915ec778e497e51b056e199cba9fe8bac12.tar.gz
m2e-core-4d035915ec778e497e51b056e199cba9fe8bac12.tar.xz
m2e-core-4d035915ec778e497e51b056e199cba9fe8bac12.zip
Bug 547338 - Update to guava 24.1.1+
fix CVE-2018-10237 added Orbit 2019-06 M3 repo CQ: 19822 Change-Id: I85cc8cd8f37c9abb7914ec2a5e42d5ae034c74a9 Signed-off-by: Tony Homer <tony.homer@intel.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fc6c8aec..54b228ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,11 @@
<layout>p2</layout>
<url>http://download.eclipse.org/cbi/updates/license</url>
</repository>
+ <repository>
+ <id>Orbit 2019-06 M3</id>
+ <layout>p2</layout>
+ <url>https://download.eclipse.org/tools/orbit/downloads/drops/S20190521195709/repository/</url>
+ </repository>
</repositories>
<pluginRepositories>

Back to the top