pushing fix for orbit jard into annotations

This commit is contained in:
Jesse McConnell 2012-01-31 17:46:44 -06:00
parent 46cd49323c
commit ce2ad79fd3
1 changed files with 4 additions and 6 deletions

View File

@ -75,14 +75,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<version>1.1.1</version>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.annotation</artifactId>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<version>3.1</version>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>org.objectweb.asm</artifactId>
</dependency>
</dependencies>
</project>