boot/pom.xml
changeset 884 af690d50d7d6
parent 856 fd947f8643c1
child 922 6f4cce1be532
     1.1 --- a/boot/pom.xml	Mon Sep 08 17:24:35 2014 +0200
     1.2 +++ b/boot/pom.xml	Sat Nov 29 22:25:40 2014 +0100
     1.3 @@ -36,6 +36,8 @@
     1.4        <groupId>org.ow2.asm</groupId>
     1.5        <artifactId>asm</artifactId>
     1.6        <type>jar</type>
     1.7 +      <scope>provided</scope>
     1.8 +      <optional>true</optional>
     1.9      </dependency>
    1.10      <dependency>
    1.11        <groupId>org.testng</groupId>