integration-tests
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.amadeus.session</groupId>
<artifactId>integration-tests</artifactId>
<version>0.4.15</version>
</dependency><project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.amadeus.session</groupId>
<artifactId>integration-tests</artifactId>
<parent>
<groupId>com.amadeus</groupId>
<artifactId>session</artifactId>
<version>0.4.15</version>
</parent>
<packaging>pom</packaging>
<name>integration-tests</name>
<description>Various integration tests.</description>
<modules>
<module>agent-tests</module>
<module>arquillian-tests</module>
</modules>
</project>