diff options
author | Tobias Roeser <[email protected]> | 2012-11-28 19:04:39 +0100 |
---|---|---|
committer | Tobias Roeser <[email protected]> | 2012-11-28 19:04:39 +0100 |
commit | 1a94dc19c8fee70e65c8e6a5a875911675739fd7 (patch) | |
tree | d4a294a3de7c517ed7c05d67968c2b267232ef7f /api/pom.xml | |
parent | 1f9e95b5a0dd0d6ee6d575b51c4a24fa64273e1a (diff) |
Revert "Bumped asm version to fix issues with scala class files."
This reverts commit d300b008406770e2e660165976e4de17ed2a0539.
Diffstat (limited to 'api/pom.xml')
-rwxr-xr-x | api/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/api/pom.xml b/api/pom.xml index 8de7805..60fceff 100755 --- a/api/pom.xml +++ b/api/pom.xml @@ -14,21 +14,6 @@ <relativePath>../pom.xml</relativePath> </parent> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - <version>2.2.3</version> - </dependency> - <dependency> - <groupId>asm</groupId> - <artifactId>asm-commons</artifactId> - <version>2.2.3</version> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> <groupId>com.google.code.findbugs</groupId> |