Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 41259365cb832f8f2626881709f71136 > files > 4

tycho-extras-0.16.0-3.fc18.src.rpm

diff --git a/tycho-p2-extras-plugin/pom.xml b/tycho-p2-extras-plugin/pom.xml
index b1f97ed..2721b8d 100644
--- a/tycho-p2-extras-plugin/pom.xml
+++ b/tycho-p2-extras-plugin/pom.xml
@@ -46,8 +46,8 @@
 			<version>${project.version}</version>
 		</dependency>
 
-        <dependency>
             <!--
+        <dependency>
                 Workaround 387848 and 348394.
 
                 Ideally, we want to be able to run unit/integration tests in three distinct environments
@@ -65,7 +65,6 @@
                   from remote repositories.
                 - new snapshots/releases <pluginRepository> in test pom.xml files gives test project access to
                   tycho-core artifacts
-             -->
             <groupId>org.apache.maven</groupId>
             <artifactId>apache-maven</artifactId>
             <version>${maven-version}</version>
@@ -73,6 +72,7 @@
             <type>tar.gz</type>
             <scope>provided</scope>
         </dependency>
+             -->
 	</dependencies>
 
 	<build>