source: vlo/tags/vlo-3.2.2/vlo-commons/pom.xml @ 6435

Last change on this file since 6435 was 6435, checked in by Twan Goosen, 9 years ago

tagged VLO-3.2.2

File size: 1.4 KB
Line 
1<?xml version="1.0"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4    <modelVersion>4.0.0</modelVersion>
5    <parent>
6        <groupId>eu.clarin.cmdi</groupId>
7        <artifactId>vlo</artifactId>
8        <version>3.2.2</version>
9    </parent>
10    <groupId>eu.clarin.cmdi</groupId>
11    <artifactId>vlo-commons</artifactId>
12    <version>3.2.2</version>
13    <name>VLO Commons</name>
14    <url>http://maven.apache.org</url>
15    <properties>
16        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17    </properties>
18    <dependencies>
19        <dependency>
20            <groupId>javax.servlet</groupId>
21            <artifactId>servlet-api</artifactId>
22            <version>2.5</version>
23            <scope>provided</scope>
24        </dependency>
25        <dependency>
26            <groupId>org.slf4j</groupId>
27            <artifactId>slf4j-log4j12</artifactId>
28            <version>${slf4j.version}</version>
29            <scope>test</scope>
30        </dependency>
31        <dependency>
32            <groupId>xmlunit</groupId>
33            <artifactId>xmlunit</artifactId>
34            <version>1.5</version>
35            <scope>test</scope>
36            <type>xml</type>
37            <classifier>ivy</classifier>
38        </dependency>
39    </dependencies>
40</project>
Note: See TracBrowser for help on using the repository browser.