html4j-maven-plugin/pom.xml
branchpreprocess
changeset 489 a585b9c9a75b
parent 486 d463a2c42649
child 535 349f6c9278bb
     1.1 --- a/html4j-maven-plugin/pom.xml	Fri Jan 24 08:24:33 2014 +0100
     1.2 +++ b/html4j-maven-plugin/pom.xml	Fri Jan 24 10:18:40 2014 +0100
     1.3 @@ -60,11 +60,16 @@
     1.4            <version>3.0.2</version>
     1.5            <type>jar</type>
     1.6        </dependency>
     1.7 -    <dependency>
     1.8 -      <groupId>org.testng</groupId>
     1.9 -      <artifactId>testng</artifactId>
    1.10 -      <scope>test</scope>
    1.11 -      <type>jar</type>
    1.12 -    </dependency>
    1.13 +      <dependency>
    1.14 +          <groupId>org.ow2.asm</groupId> 
    1.15 +          <artifactId>asm</artifactId>
    1.16 +          <type>jar</type>
    1.17 +      </dependency>
    1.18 +      <dependency>
    1.19 +          <groupId>org.testng</groupId>
    1.20 +          <artifactId>testng</artifactId>
    1.21 +          <scope>test</scope>
    1.22 +          <type>jar</type>
    1.23 +      </dependency>
    1.24    </dependencies>
    1.25  </project>