added additional dependencies for testing

Former-commit-id: 9d15401c471ff20d1bac1e46073c79fac435e335
This commit is contained in:
Jeremy Long
2014-05-03 09:52:57 -04:00
parent ff9715ede7
commit 31dd4f6305

View File

@@ -662,11 +662,11 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
Additionally, these are only added when using "allTests" to Additionally, these are only added when using "allTests" to
make the build slightly faster in most cases. --> make the build slightly faster in most cases. -->
<id>False Positive Tests</id> <id>False Positive Tests</id>
<!--activation> <activation>
<property> <property>
<name>allTests</name> <name>allTests</name>
</property> </property>
</activation--> </activation>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.xmlgraphics</groupId> <groupId>org.apache.xmlgraphics</groupId>
@@ -689,6 +689,34 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<scope>provided</scope> <scope>provided</scope>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>com.ganyo</groupId>
<artifactId>gcm-server</artifactId>
<version>1.0.2</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7-b1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.7.4</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>1.6.3</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies> </dependencies>
</profile> </profile>
</profiles> </profiles>