diff options
author | Tobias Roeser <[email protected]> | 2012-11-22 20:35:24 +0100 |
---|---|---|
committer | Tobias Roeser <[email protected]> | 2012-11-22 20:35:24 +0100 |
commit | d300b008406770e2e660165976e4de17ed2a0539 (patch) | |
tree | 963029eccdf58c75937b9ce1771080dfebe87b79 /api | |
parent | 265276d985615c155521a659989b74d289da786d (diff) |
Bumped asm version to fix issues with scala class files.
Diffstat (limited to 'api')
-rwxr-xr-x | api/pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/api/pom.xml b/api/pom.xml index c3229bd..4a1808e 100755 --- a/api/pom.xml +++ b/api/pom.xml @@ -14,6 +14,21 @@ <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> @@ -60,4 +75,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> |