Skip to content

Commit

Permalink
Fix JENKINS-12073
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory authored and Gregory committed Dec 21, 2011
1 parent b05f56b commit 7ff6fb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -37,6 +37,7 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<xtrigger.lib.version>0.1</xtrigger.lib.version>
<envinject.plugin.version>1.1</envinject.plugin.version>
<junit.version>4.8.2</junit.version>
<mockito.version>1.8.5</mockito.version>
</properties>
Expand All @@ -49,6 +50,13 @@
<version>${xtrigger.lib.version}</version>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>envinject</artifactId>
<version>${envinject.plugin.version}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 7ff6fb3

Please sign in to comment.