Mercurial > dive4elements > framework
comparison artifacts-common/pom.xml @ 102:4122dbc9711b
Added a new package artifacts-common for classes and utilities used in several packages.
artifacts/trunk@1285 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 02 Feb 2011 14:37:28 +0000 |
parents | |
children | 2f35e8a84004 |
comparison
equal
deleted
inserted
replaced
101:7fc0650f194c | 102:4122dbc9711b |
---|---|
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 <modelVersion>4.0.0</modelVersion> | |
4 | |
5 <groupId>de.intevation.artifacts.common</groupId> | |
6 <artifactId>artifacts-common</artifactId> | |
7 <version>1.0-SNAPSHOT</version> | |
8 <packaging>jar</packaging> | |
9 | |
10 <name>artifacts-common</name> | |
11 <url>http://maven.apache.org</url> | |
12 | |
13 <properties> | |
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
15 </properties> | |
16 | |
17 <dependencies> | |
18 <dependency> | |
19 <groupId>junit</groupId> | |
20 <artifactId>junit</artifactId> | |
21 <version>3.8.1</version> | |
22 <scope>test</scope> | |
23 </dependency> | |
24 <dependency> | |
25 <groupId>log4j</groupId> | |
26 <artifactId>log4j</artifactId> | |
27 <version>1.2.14</version> | |
28 </dependency> | |
29 </dependencies> | |
30 </project> |