Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-05-23 11:34:45 +0000
committerIgor Fedorenko2014-05-23 11:34:45 +0000
commit1a21d443634c5e195a2bda3b6b24994f5580927b (patch)
treeb984f46d3702ea4b3a549fe137b7936d2c53acea /pom.xml
parent89936fcafdea238984a96f81e60ffde241590f7d (diff)
downloadm2e-core-1a21d443634c5e195a2bda3b6b24994f5580927b.tar.gz
m2e-core-1a21d443634c5e195a2bda3b6b24994f5580927b.tar.xz
m2e-core-1a21d443634c5e195a2bda3b6b24994f5580927b.zip
435616 don't bundle guava with m2e repository
Change-Id: I3fa96ef06ae85e1b43b9054dae9b388804ed690d Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 70a8b0f3..282042e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,13 +71,6 @@
<layout>p2</layout>
<url>http://download.eclipse.org/cbi/updates/license</url>
</repository>
- <repository>
- <!-- 430714 used to locate guava 15 -->
- <!-- TODO remove when compatible guava version is available from ${eclipse-repo.url} -->
- <id>orbit</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/tools/orbit/downloads/drops/S20140227085123/repository/</url>
- </repository>
</repositories>
<pluginRepositories>

Back to the top