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

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

#13

File size: 1003 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3        <parent>
4                <groupId>flarmradar</groupId>
5                <artifactId>ch.netzschmiede.flarmradar.all</artifactId>
6                <version>0.0.1-SNAPSHOT</version>
7        </parent>
8        <modelVersion>4.0.0</modelVersion>
9        <artifactId>ch.netzschmiede.flarmradar.lib.upgrade</artifactId>
10        <name>ch.netzschmiede.flarmradar.lib.upgrade</name>
11        <description>A wrapper library around liquibase (www.liquibase.org)</description>
12
13        <dependencies>
14                <dependency>
15                        <groupId>org.liquibase</groupId>
16                        <artifactId>liquibase-core</artifactId>
17                </dependency>
18                <dependency>
19                        <groupId>commons-lang</groupId>
20                        <artifactId>commons-lang</artifactId>
21                </dependency>
22                <dependency>
23                        <groupId>com.h2database</groupId>
24                        <artifactId>h2</artifactId>
25                        <version>1.3.168</version>
26                        <scope>test</scope>
27                </dependency>
28        </dependencies>
29</project>
Note: See TracBrowser for help on using the repository browser.