source: core/trunk/lib/ch.netzschmiede.flarmradar.lib.upgrade/pom.xml @ 114

Last change on this file since 114 was 114, checked in by smoser, 13 years ago

#69

File size: 1.1 KB
Line 
1<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">
2        <parent>
3                <groupId>flarmradar</groupId>
4                <artifactId>ch.netzschmiede.flarmradar.all</artifactId>
5                <version>1.0.0-SNAPSHOT</version>
6        </parent>
7        <modelVersion>4.0.0</modelVersion>
8        <artifactId>ch.netzschmiede.flarmradar.lib.upgrade</artifactId>
9        <name>ch.netzschmiede.flarmradar.lib.upgrade</name>
10        <description>A wrapper library around liquibase (www.liquibase.org)</description>
11
12        <dependencies>
13                <dependency>
14                        <groupId>flarmradar</groupId>
15                        <artifactId>ch.netzschmiede.flarmradar.lib.log</artifactId>
16                </dependency>
17                <dependency>
18                        <groupId>org.liquibase</groupId>
19                        <artifactId>liquibase-core</artifactId>
20                </dependency>
21                <dependency>
22                        <groupId>commons-lang</groupId>
23                        <artifactId>commons-lang</artifactId>
24                </dependency>
25                <dependency>
26                        <groupId>com.h2database</groupId>
27                        <artifactId>h2</artifactId>
28                        <version>1.3.168</version>
29                        <scope>test</scope>
30                </dependency>
31        </dependencies>
32</project>
Note: See TracBrowser for help on using the repository browser.