| 组织ID: |
org.apache.sling |
| 项目ID: |
org.apache.sling.paxexam.util |
| 版本: |
1.0.2 |
| 最后修改时间: |
2019-10-24 08:20:57 |
| 包类型: |
jar |
| 标题: |
Apache Sling Pax Exam Utilities |
| 描述: |
Utilities that make it easier to test Sling code with Pax Exam.
See this module's tests for usage examples.
|
| 大小: |
15.05KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.paxexam.util</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle引入代码: |
org.apache.sling:org.apache.sling.paxexam.util:1.0.2
|
| 下载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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>16</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.paxexam.util</artifactId>
<version>1.0.2</version>
<packaging>jar</packaging>
<name>Apache Sling Pax Exam Utilities</name>
<description>
Utilities that make it easier to test Sling code with Pax Exam.
See this module's tests for usage examples.
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<exam.version>3.0.3</exam.version>
<url.version>1.5.2</url.version>
<pax.exam.log.level>INFO</pax.exam.log.level>
</properties>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.paxexam.util-1.0.2</connection>
<developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.paxexam.util-1.0.2</developerConnection>
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.paxexam.util-1.0.2</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>${basedir}</directory>
<includes>
<include>derby.log</include>
<include>jackrabbit/**</include>
<include>coverage.ec</include>
</includes>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>pax.exam.log.level</name>
<value>${pax.exam.log.level}</value>
</property>
<property>
<name>java.protocol.handler.pkgs</name>
<value>org.ops4j.pax.url</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>4.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-native</artifactId>
<version>${exam.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit4</artifactId>
<version>${exam.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-link-mvn</artifactId>
<version>${exam.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
<version>${url.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>4.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>maven-launchpad-plugin</artifactId>
<version>2.2.0</version>
<type>maven-plugin</type>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad.api</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
<version>2.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.api</artifactId>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.settings</artifactId>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
org.apache.sling.paxexam.util.SlingPaxOptions.class
META-INF/maven/org.apache.sling/org.apache.sling.paxexam.util/pom.xml
META-INF/maven/org.apache.sling/org.apache.sling.paxexam.util/pom.properties
|
| 依赖Jar: |
org.osgi.compendium-4.2.0.jar
/org.osgi/org.osgi.compendium/4.2.0
查看org.osgi.compendium所有版本文件
pax-exam-container-native-${exam.version}.jar
/org.ops4j.pax.exam/pax-exam-container-native/${exam.version}
查看pax-exam-container-native所有版本文件
pax-exam-junit4-${exam.version}.jar
/org.ops4j.pax.exam/pax-exam-junit4/${exam.version}
查看pax-exam-junit4所有版本文件
pax-exam-link-mvn-${exam.version}.jar
/org.ops4j.pax.exam/pax-exam-link-mvn/${exam.version}
查看pax-exam-link-mvn所有版本文件
pax-url-aether-${url.version}.jar
/org.ops4j.pax.url/pax-url-aether/${url.version}
查看pax-url-aether所有版本文件
org.apache.felix.framework-4.2.1.jar
/org.apache.felix/org.apache.felix.framework/4.2.1
查看org.apache.felix.framework所有版本文件
maven-launchpad-plugin-2.2.0.jar
/org.apache.sling/maven-launchpad-plugin/2.2.0
查看maven-launchpad-plugin所有版本文件
org.apache.sling.launchpad.api-1.1.0.jar
/org.apache.sling/org.apache.sling.launchpad.api/1.1.0
查看org.apache.sling.launchpad.api所有版本文件
org.apache.sling.api-2.4.2.jar
/org.apache.sling/org.apache.sling.api/2.4.2
查看org.apache.sling.api所有版本文件
org.apache.sling.jcr.api-2.1.0.jar
/org.apache.sling/org.apache.sling.jcr.api/2.1.0
查看org.apache.sling.jcr.api所有版本文件
org.apache.sling.settings-1.3.0.jar
/org.apache.sling/org.apache.sling.settings/1.3.0
查看org.apache.sling.settings所有版本文件
jcr-2.0.jar
/javax.jcr/jcr/2.0
查看jcr所有版本文件
|