组织ID: |
org.apache.sling |
项目ID: |
org.apache.sling.testing.paxexam |
版本: |
3.0.0 |
最后修改时间: |
2019-08-11 21:48:28 |
包类型: |
jar |
标题: |
Apache Sling Testing PaxExam |
描述: |
Test support for use with Pax Exam. |
大小: |
34.28KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.paxexam</artifactId>
<version>3.0.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.sling:org.apache.sling.testing.paxexam:3.0.0
|
下载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-bundle-parent</artifactId>
<version>35</version>
<relativePath />
</parent>
<artifactId>org.apache.sling.testing.paxexam</artifactId>
<version>3.0.0</version>
<name>Apache Sling Testing PaxExam</name>
<description>Test support for use with Pax Exam.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sling.java.version>8</sling.java.version>
<org.ops4j.pax.exam.version>4.13.1</org.ops4j.pax.exam.version>
</properties>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-paxexam.git</url>
<tag>org.apache.sling.testing.paxexam-3.0.0</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-baseline-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemProperties>
<property>
<name>bundle.filename</name>
<value>${basedir}/target/${project.build.finalName}.jar</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- javax -->
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<scope>provided</scope>
</dependency>
<!-- OSGi -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.cmpn</artifactId>
<scope>provided</scope>
</dependency>
<!-- Apache Felix -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>6.0.3</version>
<scope>test</scope>
</dependency>
<!-- OPS4J Pax -->
<dependency>
<groupId>org.ops4j.pax.tinybundles</groupId>
<artifactId>tinybundles</artifactId>
<version>3.0.0</version>
</dependency>
<!-- logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<!-- testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-cm</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-forked</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit4</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-link-mvn</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.sling.testing.paxexam.SlingVersionResolver.class
org.apache.sling.testing.paxexam.package-info.class
META-INF/LICENSE
org.apache.sling.testing.paxexam.SlingOptions.class
org.apache.sling.testing.paxexam.TestSupport.class
META-INF/DEPENDENCIES
META-INF/NOTICE
templates/SlingOptions.hbs
templates/SlingVersionResolver.hbs
META-INF/maven/org.apache.sling/org.apache.sling.testing.paxexam/pom.xml
META-INF/maven/org.apache.sling/org.apache.sling.testing.paxexam/pom.properties
|
依赖Jar: |
org.apache.felix.framework-6.0.3.jar
/org.apache.felix/org.apache.felix.framework/6.0.3
查看org.apache.felix.framework所有版本文件
tinybundles-3.0.0.jar
/org.ops4j.pax.tinybundles/tinybundles/3.0.0
查看tinybundles所有版本文件
pax-exam-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam/${org.ops4j.pax.exam.version}
查看pax-exam所有版本文件
pax-exam-cm-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam-cm/${org.ops4j.pax.exam.version}
查看pax-exam-cm所有版本文件
pax-exam-container-forked-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam-container-forked/${org.ops4j.pax.exam.version}
查看pax-exam-container-forked所有版本文件
pax-exam-junit4-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam-junit4/${org.ops4j.pax.exam.version}
查看pax-exam-junit4所有版本文件
pax-exam-link-mvn-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam-link-mvn/${org.ops4j.pax.exam.version}
查看pax-exam-link-mvn所有版本文件
|