prequel_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gu</groupId>
<artifactId>prequel_2.10</artifactId>
<version>0.3.12</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gu</groupId>
<artifactId>prequel_2.10</artifactId>
<packaging>jar</packaging>
<description>prequel</description>
<version>0.3.12</version>
<name>prequel</name>
<organization>
<name>com.gu</name>
</organization>
<url>http://github.com/james-rodgers/prequel</url>
<licenses>
<license>
<name>wtfpl</name>
<url>http://www.wtfpl.net/txt/copying/</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/james-rodgers/prequel.git</url>
<connection>scm:git:https://github.com/james-rodgers/prequel.git</connection>
</scm>
<developers>
<developer>
<id>james-rodgers</id>
<name>James Rodgers</name>
<url>http://github.com/james-rodgers</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>1.9.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>