diff options
Diffstat (limited to 'models-tosca/pom.xml')
-rw-r--r-- | models-tosca/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/models-tosca/pom.xml b/models-tosca/pom.xml index 2764662a2..ba9011d57 100644 --- a/models-tosca/pom.xml +++ b/models-tosca/pom.xml @@ -71,6 +71,13 @@ </dependency> <dependency> + <groupId>org.ow2.asm</groupId> + <artifactId>asm</artifactId> + <version>8.0.1</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> |