组织ID: |
org.apache.sling |
项目ID: |
org.apache.sling.junit.teleporter |
版本: |
1.0.12 |
最后修改时间: |
2019-11-01 04:09:55 |
包类型: |
jar |
标题: |
Apache Sling JUnit Tests Teleporter |
描述: |
Client-side implementation of the Teleporter mechanism for server-side JUnit tests |
大小: |
36.73KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.junit.teleporter</artifactId>
<version>1.0.12</version>
</dependency>
|
Gradle引入代码: |
org.apache.sling:org.apache.sling.junit.teleporter:1.0.12
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>28</version>
<relativePath />
</parent>
<artifactId>org.apache.sling.junit.teleporter</artifactId>
<version>1.0.12</version>
<packaging>jar</packaging>
<name>Apache Sling JUnit Tests Teleporter</name>
<description>Client-side implementation of the Teleporter mechanism for server-side JUnit tests</description>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>reserve-network-port</id>
<goals>
<goal>reserve-network-port</goal>
</goals>
<phase>process-resources</phase>
<configuration>
<portNames>
<portName>http.port</portName>
</portNames>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<http.port>${http.port}</http.port>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.tinybundles</groupId>
<artifactId>tinybundles</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-analyzer</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.junit.core</artifactId>
<version>1.0.23</version>
</dependency>
<!-- JSR 353 (JSON-P 1.0) implementation -->
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
<version>1.0.0</version>
</dependency>
<!-- JSR 353 API -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-json_1.0_spec</artifactId>
<version>1.0-alpha-1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>1.57</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.clients</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.junit.teleporter-1.0.12</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.junit.teleporter-1.0.12</developerConnection>
<url>https://svn.apache.org/viewvc/sling/tags/org.apache.sling.junit.teleporter-1.0.12</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
org.apache.sling.testing.teleporter.client.ClientSideTeleporter.class
META-INF/maven/org.apache.sling/org.apache.sling.junit.teleporter/pom.xml
META-INF/LICENSE
org.apache.sling.testing.teleporter.client.MultipartAdapter.class
org.apache.sling.testing.teleporter.client.ClassResourceVisitor$Processor.class
org.apache.sling.testing.teleporter.client.DefaultPropertyBasedCustomizer.class
org.apache.sling.testing.teleporter.client.TeleporterHttpClient$SimpleHttpResponse.class
org.apache.sling.testing.teleporter.client.ClassResourceVisitor.class
org.apache.sling.testing.teleporter.client.ExponentialBackoffDelay.class
META-INF/maven/org.apache.sling/org.apache.sling.junit.teleporter/pom.properties
META-INF/NOTICE
org.apache.sling.testing.teleporter.client.DependencyAnalyzer.class
org.apache.sling.testing.teleporter.client.TeleporterHttpClient.class
org.apache.sling.testing.teleporter.client.ClientSideTeleporter$1.class
org.apache.sling.testing.teleporter.client.ClientSideTeleporter$2.class
org.apache.sling.testing.teleporter.client.ClientSideTeleporter$3.class
|
依赖Jar: |
tinybundles-2.0.0.jar
/org.ops4j.pax.tinybundles/tinybundles/2.0.0
查看tinybundles所有版本文件
maven-dependency-analyzer-1.6.jar
/org.apache.maven.shared/maven-dependency-analyzer/1.6
查看maven-dependency-analyzer所有版本文件
org.apache.sling.junit.core-1.0.23.jar
/org.apache.sling/org.apache.sling.junit.core/1.0.23
查看org.apache.sling.junit.core所有版本文件
johnzon-core-1.0.0.jar
/org.apache.johnzon/johnzon-core/1.0.0
查看johnzon-core所有版本文件
geronimo-json_1.0_spec-1.0-alpha-1.jar
/org.apache.geronimo.specs/geronimo-json_1.0_spec/1.0-alpha-1
查看geronimo-json_1.0_spec所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
commons-lang3-3.4.jar
/org.apache.commons/commons-lang3/3.4
查看commons-lang3所有版本文件
wiremock-1.57.jar
/com.github.tomakehurst/wiremock/1.57
查看wiremock所有版本文件
mockito-all-1.10.19.jar
/org.mockito/mockito-all/1.10.19
查看mockito-all所有版本文件
org.apache.sling.testing.clients-1.0.1.jar
/org.apache.sling/org.apache.sling.testing.clients/1.0.1
查看org.apache.sling.testing.clients所有版本文件
|