Download helios-testing-common-0.8.0.jar file

Introduction

You can download helios-testing-common-0.8.0.jar in this page.

License

Open Source

Type List

helios-testing-common-0.8.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.spotify/helios-testing-common/pom.properties
META-INF/maven/com.spotify/helios-testing-common/pom.xml
META-INF/services/com.spotify.helios.serviceregistration.ServiceRegistrarFactory
com.spotify.helios.ChildProcesses.class
com.spotify.helios.MockServiceRegistrarFactory.class
com.spotify.helios.MockServiceRegistrarRegistry.class
com.spotify.helios.Parallelized.class
com.spotify.helios.Polling.class
com.spotify.helios.TemporaryPorts.class
com.spotify.helios.ZooKeeperClusterTestManager.class
com.spotify.helios.ZooKeeperStandaloneServerManager.class
com.spotify.helios.ZooKeeperTestManager.class
logback-access.xml
logback-test.xml

Pom

helios-testing-common-0.8.0.pom file content.

<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.8.0</version>
  </parent>

  <name>Helios Testing Common Library</name>
  <artifactId>helios-testing-common</artifactId>
  <packaging>jar</packaging>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>

  <dependencies>
    <dependency>
      <groupId>com.spotify</groupId>
      <artifactId>helios-client</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.spotify</groupId>
      <artifactId>helios-service-registration</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>2.0.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.4</version>
    </dependency>
    <dependency>
      <groupId>org.apache.curator</groupId>
      <artifactId>curator-recipes</artifactId>
      <version>2.5.0</version>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
        </exclusion>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.jnr</groupId>
      <artifactId>jnr-posix</artifactId>
      <version>3.0.1</version>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.2.1</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.9.1</version>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.spotify</groupId>
   <artifactId>helios-testing-common</artifactId>
   <version>0.8.0</version>
</dependency>

Download

If you think the following helios-testing-common-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download helios-testing-common-0.8.0.jar file




PreviousNext

Related