source: vlo/branches/vlo-3.0/vlo-commons/pom.xml @ 4480

Last change on this file since 4480 was 4480, checked in by twagoo, 10 years ago

Moved common classes (constants and config) and resources into new vlo-commons project

File size: 1.1 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.0-SNAPSHOT</version>
9    </parent>
10    <groupId>eu.clarin.cmdi</groupId>
11    <artifactId>vlo-commons</artifactId>
12    <version>3.0-SNAPSHOT</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>org.simpleframework</groupId>
21            <artifactId>simple-xml</artifactId>
22            <version>2.4.1</version>
23        </dependency>
24        <dependency>
25            <groupId>javax.servlet</groupId>
26            <artifactId>servlet-api</artifactId>
27            <version>2.5</version>
28            <scope>provided</scope>
29        </dependency>
30    </dependencies>
31</project>
Note: See TracBrowser for help on using the repository browser.