Ignore:
Timestamp:
07/06/15 10:59:02 (9 years ago)
Author:
sherbold
Message:
  • SimpleSOAPEventType now maintain a repository with potential test data and allow random selection of a request body based on all observed calls to an operation of the same receiver with the same client
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-http/pom.xml

    r1945 r1984  
    3535            <version>${project.parent.version}</version> 
    3636        </dependency> 
     37        <dependency> 
     38                <groupId>org.apache.commons</groupId> 
     39                <artifactId>commons-collections4</artifactId> 
     40                <version>4.0</version> 
     41        </dependency> 
    3742    </dependencies> 
    3843    <build> 
Note: See TracChangeset for help on using the changeset viewer.