[virtualcommons-svn] commit/foraging: 2 new changesets
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2012-01-30 22:18:38
|
2 new commits in foraging: https://bitbucket.org/virtualcommons/foraging/changeset/dae8c773bb86/ changeset: dae8c773bb86 branch: stable user: alllee date: 2012-01-30 23:15:08 summary: fixing unclosed tag affected #: 1 file diff -r baa828ddf2ce45f129bcb5cb63e1eeb3db6ee0da -r dae8c773bb862fe939d491ab69117c4c7aad9c88 pom.xml --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,7 @@ <releases><enabled>false</enabled></releases><snapshots><enabled>true</enabled></snapshots></repository> + </repositories><dependencies><dependency><groupId>javax.jnlp</groupId> https://bitbucket.org/virtualcommons/foraging/changeset/208944912a66/ changeset: 208944912a66 branch: stable user: alllee date: 2012-01-30 23:18:23 summary: adding junit dependency back in, appears to not get inherited from csidex properly? should investigate later. affected #: 1 file diff -r dae8c773bb862fe939d491ab69117c4c7aad9c88 -r 208944912a665cf2995a816eadfd815b3f23dc15 pom.xml --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,12 @@ <version>1.6.0_30</version></dependency><dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.10</version> + <scope>test</scope> + </dependency> + <dependency><groupId>edu.asu.commons</groupId><artifactId>csidex</artifactId><version>0.3-SNAPSHOT</version> Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |