You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2012/05/29 18:47:55 UTC

svn commit: r1343840 - /buildr/trunk/spec/java/pom_spec.rb

Author: boisvert
Date: Tue May 29 16:47:54 2012
New Revision: 1343840

URL: http://svn.apache.org/viewvc?rev=1343840&view=rev
Log:
Revert "Provide local POMs to allow spec to run without network access."
(These POMs conflict with other specs with all specs are run together)

This reverts commit 36146cd5b8de53e7eb220d6603c445d7267336ae.

Modified:
    buildr/trunk/spec/java/pom_spec.rb

Modified: buildr/trunk/spec/java/pom_spec.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/java/pom_spec.rb?rev=1343840&r1=1343839&r2=1343840&view=diff
==============================================================================
--- buildr/trunk/spec/java/pom_spec.rb (original)
+++ buildr/trunk/spec/java/pom_spec.rb Tue May 29 16:47:54 2012
@@ -59,20 +59,6 @@ XML
   </dependencies>
 </project>
 XML
-
-    write artifact("javax.mail:mail:pom:1.0").pom.to_s, <<-XML
-<project>
-  <artifactId>mail</artifactId>
-  <groupId>javax.mail</groupId>
-</project>
-XML
-
-    write artifact("org.example:foo:pom:2.0").pom.to_s, <<-XML
-<project>
-  <artifactId>foo</artifactId>
-  <groupId>org.example</groupId>
-</project>
-XML
   end
 
   it 'should respect exclusions when computing transitive dependencies' do