Download common-1.3.2.cr02.jar file

Introduction

You can download common-1.3.2.cr02.jar in this page.

License

Eclipse Public License - v 1.0

Type List

common-1.3.2.cr02.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.picketlink.idm.testsuite/common/pom.properties
META-INF/maven/org.picketlink.idm.testsuite/common/pom.xml

Pom

common-1.3.2.cr02.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/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.picketlink.idm</groupId>
    <artifactId>picketlink-idm-parent</artifactId>
    <version>1.3.2.CR02</version>
    <relativePath>../../parent</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.picketlink.idm.testsuite</groupId>
  <artifactId>common</artifactId>
  <version>1.3.2.CR02</version>
  <packaging>jar</packaging>
  <name>PicketLink IDM Testsuite Common</name>
  <url>http://labs.jboss.org/portal/jbosssecurity/</url>

  <description>PicketLink IDM Testsuite</description>

  <dependencies>
    <dependency>
      <groupId>org.picketlink.idm</groupId>
      <artifactId>picketlink-idm-cache</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.picketlink.idm</groupId>
      <artifactId>picketlink-idm-core</artifactId>
      <version>${project.version}</version>
      <classifier>tests</classifier>
      <!--<scope>test</scope>-->
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
    </dependency>
    <dependency>
      <groupId>hsqldb</groupId>
      <artifactId>hsqldb</artifactId>
      <version>1.8.0.7</version>
      <!--<scope>test</scope>-->
    </dependency>
    <dependency>
      <groupId>sun-opends</groupId>
      <artifactId>OpenDS</artifactId>
      <version>1.0.0</version>
      <!--<scope>test</scope>-->
    </dependency>
    <dependency>
      <groupId>berkeleydb</groupId>
      <artifactId>je</artifactId>
      <version>3.2.76</version>
      <!--<scope>test</scope>-->
    </dependency>

    <dependency>
      <groupId>org.jboss.unit</groupId>
      <artifactId>portal-test</artifactId>
      <version>1.2.2</version>

      <!--<scope>test</scope>-->
      <exclusions>
        <exclusion>
          <groupId>hibernate</groupId>
          <artifactId>hibernate3</artifactId>
        </exclusion>
        <exclusion>
          <groupId>apache-slide</groupId>
          <artifactId>webdavlib</artifactId>
        </exclusion>
        <exclusion>
          <groupId>apache-log4j</groupId>
          <artifactId>log4j</artifactId>
        </exclusion>
        <exclusion>
          <groupId>apache-httpclient</groupId>
          <artifactId>commons-httpclient</artifactId>
        </exclusion>
        <exclusion>
          <groupId>apache-xerces</groupId>
          <artifactId>xml-apis</artifactId>
        </exclusion>
        <exclusion>
          <groupId>sun-opends</groupId>
          <artifactId>opends-core</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

    <dependency>
      <groupId>jboss.jbossas.core-libs</groupId>
      <artifactId>jboss-local-jdbc</artifactId>
      <version>4.0.4.GA</version>
      <!--<scope>test</scope>-->
    </dependency>
    <dependency>
      <groupId>jboss.jbossas.core-libs</groupId>
      <artifactId>jboss-common-jdbc-wrapper</artifactId>
      <version>4.0.4.GA</version>
      <!--<scope>test</scope>-->
    </dependency>
    <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-logging-log4j</artifactId>
      <version>2.0.2.GA</version>
      <!--<scope>test</scope>-->
      <exclusions>
        <exclusion>
          <groupId>apache-log4j</groupId>
          <artifactId>log4j</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.sourceforge.jtds</groupId>
      <artifactId>jtds</artifactId>
      <version>1.2.2</version>
      <!--<scope>test</scope>-->
    </dependency>
  </dependencies>



  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.4.3</version>
        <configuration>
          <useFile>true</useFile>
          <systemProperties>
            <property>
              <name>dataSourceName</name>
              <value>${dataSourceName}</value>
            </property>
            <property>
              <name>directoryName</name>
              <value>${directoryName}</value>
            </property>
            <property>
              <name>trustStorePath</name>
              <value>${trustStorePath}</value>
            </property>
            <property>
              <name>trustStorePassword</name>
              <value>${trustStorePassword}</value>
            </property>
            <property>
              <name>java.util.logging.config.file</name>
              <value>../parent/logging.properties</value>
            </property>
          </systemProperties>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.2</version>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>


    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>org.picketlink.idm.testsuite</groupId>
   <artifactId>common</artifactId>
   <version>1.3.2.cr02</version>
</dependency>

Download

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



Download common-1.3.2.cr02.jar file




PreviousNext

Related