dependencies
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.googlecode.aaw.badgerfish</groupId>
<artifactId>dependencies</artifactId>
<version>0.1.1</version>
</dependency><!-- Copyright © 2012, 2013 dr. ir. Jeroen M. Valk -->
<!-- This file is part of Badgerfish CPX. Badgerfish CPX is free software:
you can redistribute it and/or modify it under the terms of the GNU Lesser
General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version. Badgerfish
CPX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along
with Badgerfish CPX. If not, see <http://www.gnu.org/licenses />. -->
<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>com.googlecode.aaw.badgerfish</groupId>
<artifactId>dependencies-maven-parent</artifactId>
<version>0.1.3</version>
</parent>
<artifactId>dependencies</artifactId>
<version>0.1.1</version>
<scm>
<url>http://code.google.com/p/badgerfish/source/browse/?repo=dependencies</url>
<connection>scm:hg:https://code.google.com/p/badgerfish.dependencies/</connection>
<developerConnection>scm:hg:https://code.google.com/p/badgerfish.dependencies/</developerConnection>
</scm>
<properties>
<version.badgerfish.dependencies>${project.version}</version.badgerfish.dependencies>
</properties>
<packaging>pom</packaging>
<name>Badgerfish Dependencies</name>
<dependencies>
<dependency>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook-xsl</artifactId>
<version>1.75.1</version>
<type>zip</type>
<classifier>resources</classifier>
</dependency>
<dependency>
<groupId>saxon</groupId>
<artifactId>saxon</artifactId>
<version>6.5.3</version>
<type>jar</type>
</dependency>
</dependencies>
</project>