blob: d70d5b763e95338fcc6c9bbe45204d5aa2e1f15c [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. 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>
<pomVersion>3</pomVersion>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-examples</artifactId>
<name>Jackrabbit Examples</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>
<logo>http://www.apache.org/images/asf_logo_wide.png</logo>
</organization>
<inceptionYear>2005</inceptionYear>
<package>org.apache.jackrabbit.examples.*</package>
<logo>/images/jackrabbitlogo.gif</logo>
<description>
The Jackrabbit Examples package contains example code for illustrating
both general JCR API usage and specific Jackrabbit features.
</description>
<shortDescription>Example code for JCR and Jackrabbit</shortDescription>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/examples</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/examples</developerConnection>
<url>http://svn.apache.org/viewcvs</url>
</repository>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<!-- Compile dependencies -->
<dependency>
<groupId>jsr170</groupId>
<artifactId>jcr</artifactId>
<version>1.0</version>
<url>http://jcp.org/en/jsr/detail?id=170</url>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- Runtime dependencies needed by Jackrabbit -->
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>1.3.4</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jta</artifactId>
<version>1.0-M1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.0</version>
<url>http://www.slf4j.org/download.html</url>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
</dependency>
<dependency>
<groupId>lucene</groupId>
<artifactId>lucene</artifactId>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
</build>
</project>