Skip to content

Commit

Permalink
[#21] fixes a test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kortanul authored and slawekjaranowski committed Nov 12, 2017
1 parent 1e513be commit add134c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/it/systemProcess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,13 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<repositories>
<!-- Prevent resolving ASC files for `org.codehaus.cargo:empty-jar` from Maven Central -->
<repository>
<id>central</id>
<url>http://repo.maven.apache.org/maven2</url>
<releases>
<enabled>false</enabled>
</releases>

<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<!-- NOTE: This version does not actually exist in the wild. It was created from
`empty-jar-1.6.5` for this test. -->
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>empty-jar</artifactId>
<version>1.6.5</version>
<version>0.0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/../../../src/test/resources/empty-jar-0.0.1.jar</systemPath>
</dependency>
Expand Down

0 comments on commit add134c

Please sign in to comment.