| 组织ID: |
com.spotify |
| 项目ID: |
helios-system-tests |
| 版本: |
0.8.80 |
| 最后修改时间: |
2019-10-25 05:27:41 |
| 包类型: |
jar |
| 标题: |
Helios System Tests |
| 大小: |
181.25KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-system-tests</artifactId>
<version>0.8.80</version>
</dependency>
|
| Gradle引入代码: |
com.spotify:helios-system-tests:0.8.80
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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.80</version>
</parent>
<name>Helios System Tests</name>
<artifactId>helios-system-tests</artifactId>
<packaging>jar</packaging>
<dependencies>
<!--compile and test deps are all one since this module only contains tests-->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-services</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-testing-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-guava</artifactId>
<version>2.4.1</version>
</dependency>
<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>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.5</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>1.18.1</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</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>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-access</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>net.kencochrane.raven</groupId>
<artifactId>raven-logback</artifactId>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.8.0.Final</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
<artifactId>argparse4j</artifactId>
<version>0.4.3</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-tools</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
<build>
<testSourceDirectory>${project.basedir}/src/main/java</testSourceDirectory>
<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>
|
| Jar包内容: |
META-INF/MANIFEST.MF
agent-upgrades-task-file-test/task-config.json
com.spotify.helios.system.CliDeploymentTest$3.class
com.spotify.helios.system.DnsServerTest.class
com.spotify.helios.system.VolumeTest.class
com.spotify.helios.system.JobWatchTest$1.class
com.spotify.helios.system.CliDeploymentTest$4.class
com.spotify.helios.system.SystemTestBase$9.class
com.spotify.helios.system.ServiceRegistrationTestBase$1.class
com.spotify.helios.system.CliDeploymentTest$2.class
com.spotify.helios.system.LoggingTestWatcher.class
com.spotify.helios.system.ClusterDeploymentTest$1.class
com.spotify.helios.system.EnvironmentVariableTest$1$1.class
com.spotify.helios.system.MultiplePortJobTest.class
com.spotify.helios.system.ZooKeeperHeliosFailoverTest.class
com.spotify.helios.system.SystemTestBase$11.class
com.spotify.helios.system.CliJobCreationTest$1.class
com.spotify.helios.system.ConfigFileJobCreationTest.class
com.spotify.helios.system.ResourcesTest.class
com.spotify.helios.system.ZooKeeperClusterIdTest.class
com.spotify.helios.system.ClusterDeploymentTest$2.class
com.spotify.helios.system.MasterRespondsWithNoZKTest$1.class
com.spotify.helios.system.CliDeploymentTest$6.class
com.spotify.helios.system.AgentRestartTest$2.class
com.spotify.helios.system.AgentRestartTest.class
com.spotify.helios.system.SystemTestBase$4.class
com.spotify.helios.system.SystemTestBase$14.class
com.spotify.helios.system.FlappingTest.class
com.spotify.helios.system.EnvironmentVariableTest$1.class
com.spotify.helios.system.MultipleHostsTest$1.class
com.spotify.helios.system.ZooKeeperRestoreTest.class
com.spotify.helios.system.MasterRespondsWithNoZKTest.class
com.spotify.helios.system.PortCollisionJobTest.class
com.spotify.helios.system.JobExpirationTest$1.class
com.spotify.helios.system.JobListTest.class
com.spotify.helios.system.CliDeploymentTest$5.class
com.spotify.helios.system.SystemTestBase$3.class
com.spotify.helios.system.VersionResponseFilterTest.class
com.spotify.helios.system.SystemTestBase$8$1.class
com.spotify.helios.system.NamespaceTest.class
com.spotify.helios.system.TerminationTest.class
com.spotify.helios.system.ZooKeeperHeliosFailoverTest$1.class
com.spotify.helios.system.SystemTestBase$2.class
com.spotify.helios.system.ZooKeeperNamespacingTest.class
com.spotify.helios.system.CliJobCreationTest.class
com.spotify.helios.system.VersionResponseFilterTest$1.class
com.spotify.helios.system.EnvironmentVariableTest.class
com.spotify.helios.system.ZooKeeperClusterIdTest$1.class
com.spotify.helios.system.CliMasterListTest$1.class
com.spotify.helios.system.ClusterDeploymentTest.class
com.spotify.helios.system.SyslogRedirectionTest.class
com.spotify.helios.system.MasterServiceRegistrationTest.class
com.spotify.helios.system.JobWatchExactTest.class
com.spotify.helios.system.ZooKeeperCuratorFailoverTest.class
com.spotify.helios.system.VolumeTest$1.class
com.spotify.helios.system.JobWatchExactTest$1.class
com.spotify.helios.system.MasterResolutionFailureMessageTest.class
com.spotify.helios.system.SystemTestBase$1.class
com.spotify.helios.system.JobListTest$1.class
com.spotify.helios.system.SystemTestBase$5.class
com.spotify.helios.system.CliDeploymentTest.class
com.spotify.helios.system.UndeployFilteringTest.class
com.spotify.helios.system.SystemTestBase$10.class
com.spotify.helios.system.ImageMissingTest.class
com.spotify.helios.system.QueryFailureTest.class
com.spotify.helios.system.AgentStateDirConflictTest.class
com.spotify.helios.system.MultipleJobsTest.class
com.spotify.helios.system.DeploymentTest.class
com.spotify.helios.system.AgentZooKeeperDownTolerationTest.class
com.spotify.helios.system.SystemTestBase$13.class
com.spotify.helios.system.JobWatchTest.class
com.spotify.helios.system.MasterRespondsWithNoZKTest$MockCuratorClientFactory.class
com.spotify.helios.system.SystemTestBase$12.class
com.spotify.helios.system.JobHistoryTest.class
com.spotify.helios.system.PredefinedPortImageDeploymentTest.class
com.spotify.helios.system.AgentRestartTest$1.class
com.spotify.helios.system.JobExpirationTest.class
com.spotify.helios.system.SystemTestBase$6.class
com.spotify.helios.system.MultipleHostsTest.class
com.spotify.helios.system.SystemTestBase$15.class
com.spotify.helios.system.AgentZooKeeperDownTolerationTest$1.class
com.spotify.helios.system.SystemTestBase.class
com.spotify.helios.system.SystemTestBase$13$1.class
com.spotify.helios.system.AgentZooKeeperDownTolerationTest$2.class
com.spotify.helios.system.SystemTestBase$8.class
com.spotify.helios.system.ContainerHostNameTest.class
com.spotify.helios.system.AgentReportingTest.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
helios-services-${project.version}.jar
/com.spotify/helios-services/${project.version}
查看helios-services所有版本文件
helios-testing-common-${project.version}.jar
/com.spotify/helios-testing-common/${project.version}
查看helios-testing-common所有版本文件
dropwizard-core-0.7.1.jar
/io.dropwizard/dropwizard-core/0.7.1
查看dropwizard-core所有版本文件
jackson-jaxrs-json-provider-2.4.1.jar
/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.4.1
查看jackson-jaxrs-json-provider所有版本文件
jackson-dataformat-yaml-2.4.1.jar
/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.4.1
查看jackson-dataformat-yaml所有版本文件
jackson-datatype-guava-2.4.1.jar
/com.fasterxml.jackson.datatype/jackson-datatype-guava/2.4.1
查看jackson-datatype-guava所有版本文件
helios-client-${project.version}.jar
/com.spotify/helios-client/${project.version}
查看helios-client所有版本文件
helios-service-registration-${project.version}.jar
/com.spotify/helios-service-registration/${project.version}
查看helios-service-registration所有版本文件
commons-codec-1.8.jar
/commons-codec/commons-codec/1.8
查看commons-codec所有版本文件
httpclient-4.3.5.jar
/org.apache.httpcomponents/httpclient/4.3.5
查看httpclient所有版本文件
jersey-client-1.18.1.jar
/com.sun.jersey/jersey-client/1.18.1
查看jersey-client所有版本文件
joda-time-2.3.jar
/joda-time/joda-time/2.3
查看joda-time所有版本文件
jackson-databind-2.4.1.jar
/com.fasterxml.jackson.core/jackson-databind/2.4.1
查看jackson-databind所有版本文件
guava-17.0.jar
/com.google.guava/guava/17.0
查看guava所有版本文件
curator-recipes-2.5.0.jar
/org.apache.curator/curator-recipes/2.5.0
查看curator-recipes所有版本文件
logback-classic-1.1.2.jar
/ch.qos.logback/logback-classic/1.1.2
查看logback-classic所有版本文件
logback-core-1.1.2.jar
/ch.qos.logback/logback-core/1.1.2
查看logback-core所有版本文件
logback-access-1.1.1.jar
/ch.qos.logback/logback-access/1.1.1
查看logback-access所有版本文件
raven-logback-4.1.1.jar
/net.kencochrane.raven/raven-logback/4.1.1
查看raven-logback所有版本文件
metrics-core-2.2.0.jar
/com.yammer.metrics/metrics-core/2.2.0
查看metrics-core所有版本文件
netty-3.8.0.Final.jar
/io.netty/netty/3.8.0.Final
查看netty所有版本文件
slf4j-api-1.7.6.jar
/org.slf4j/slf4j-api/1.7.6
查看slf4j-api所有版本文件
argparse4j-0.4.3.jar
/net.sourceforge.argparse4j/argparse4j/0.4.3
查看argparse4j所有版本文件
helios-tools-${project.version}.jar
/com.spotify/helios-tools/${project.version}
查看helios-tools所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
mockito-all-1.9.5.jar
/org.mockito/mockito-all/1.9.5
查看mockito-all所有版本文件
hamcrest-library-1.3.jar
/org.hamcrest/hamcrest-library/1.3
查看hamcrest-library所有版本文件
|