odis-connection-sql
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.odis</groupId>
<artifactId>odis-connection-sql</artifactId>
<version>0.0.2</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.ow2.odis</groupId>
<artifactId>OdisConnectionSql</artifactId>
<version>0.0.2</version>
</parent>
<groupId>org.ow2.odis</groupId>
<artifactId>odis-connection-sql</artifactId>
<name>${pom.artifactId}</name>
<version>0.0.2</version>
<description>Plugin OdisConnectionSql du framework Odis
</description>
<packaging>jar</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0</version>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.ow2.odis</groupId>
<artifactId>odis-core</artifactId>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>org.ow2.odis</groupId>
<artifactId>junit-utils</artifactId>
<version>0.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.odis</groupId>
<artifactId>odis-test</artifactId>
<version>0.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>