| Title: |
Helios Integration Tests |
| Group ID: |
com.spotify |
| Artifact ID: |
helios-integration-tests |
| Version: |
0.9.132 |
| Last modified: |
30.05.2017 18:42 |
| Packaging: |
jar |
| Name: |
Helios Integration Tests |
|
|
| Size: |
2.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/spotify/helios-integration-tests/0.9.132/helios-integration-tests-0.9.132.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.spotify</groupId>
<artifactId>helios-parent</artifactId>
<version>0.9.132</version>
</parent>
<name>Helios Integration Tests</name>
<artifactId>helios-integration-tests</artifactId>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-system-tests</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-testing</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<masterImage>${project.parent.basedir}/helios-services/target/test-classes/master-image.json</masterImage>
<agentImage>${project.parent.basedir}/helios-services/target/test-classes/agent-image.json</agentImage>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-integration-tests</artifactId>
<version>0.9.132</version>
</dependency>
|
| Gradle: |
com.spotify:helios-integration-tests:0.9.132 |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|