try to stop maven from downloading the internet...

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1523515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-09-15 23:05:36 +00:00
parent 4b1a7ebc7c
commit a97e0b69df
1 changed files with 6 additions and 0 deletions

View File

@ -290,6 +290,12 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>4.1</version>
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>