Skip to content

Commit

Permalink
For some reason these plugin deps are needed w/ -DperformRelease=true
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/tags/jruby-1_0_0RC1@3662 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
nicksieger committed May 16, 2007
1 parent 5f2c4c6 commit 2827f24
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions maven/jruby-complete/pom.xml
Expand Up @@ -206,6 +206,18 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down
12 changes: 12 additions & 0 deletions maven/jruby/pom.xml
Expand Up @@ -113,6 +113,18 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 2827f24

Please sign in to comment.