Ignore:
Timestamp:
02/14/13 15:20:07 (11 years ago)
Author:
pharms
Message:
  • support of new HTML logging format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/pom.xml

    r938 r1069  
    5656            <artifactId>json-simple</artifactId> 
    5757            <version>1.1.1</version> 
     58        </dependency> 
     59        <dependency> 
     60            <groupId>commons-codec</groupId> 
     61            <artifactId>commons-codec</artifactId> 
     62            <version>1.7</version> 
    5863        </dependency> 
    5964    </dependencies> 
     
    118123                    <descriptors> 
    119124                        <descriptor>src/main/assembly/bin.xml</descriptor> 
     125                        <descriptor>src/main/assembly/config.xml</descriptor> 
    120126                    </descriptors> 
    121127                </configuration> 
Note: See TracChangeset for help on using the changeset viewer.