vertigo-account-impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.vertigo</groupId>
<artifactId>vertigo-account-impl</artifactId>
<version>2.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>io.vertigo</groupId>
<artifactId>vertigo</artifactId>
<version>2.1.0</version>
</parent>
<artifactId>vertigo-account-impl</artifactId>
<packaging>jar</packaging>
<name>vertigo-account-impl</name>
<dependencies>
<dependency>
<groupId>io.vertigo</groupId>
<artifactId>vertigo-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.vertigo</groupId>
<artifactId>vertigo-commons-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.vertigo</groupId>
<artifactId>vertigo-dynamo-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.vertigo</groupId>
<artifactId>vertigo-account-api</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Tests -->
<dependency>
<groupId>io.vertigo</groupId>
<artifactId>vertigo-core</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<scope>test</scope>
</dependency>
<!-- Connections Pool -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.4</version>
<optional>true</optional><!-- C3p0DataSourceProviderPlugin -->
</dependency>
</dependencies>
</project>