/[schmitzm]/trunk/schmitzm-adresses/pom.xml
ViewVC logotype

Contents of /trunk/schmitzm-adresses/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2244 - (show annotations)
Sun Feb 24 19:44:23 2013 UTC (12 years ago) by alfonx
File MIME type: text/xml
File size: 1321 byte(s)


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 <artifactId>schmitzm-adresses</artifactId>
6 <packaging>jar</packaging>
7
8 <parent>
9 <groupId>de.schmitzm</groupId>
10 <artifactId>schmitzm-parent</artifactId>
11 <version>2.8-SNAPSHOT</version>
12 <relativePath>../schmitzm-parent/pom.xml</relativePath>
13 </parent>
14
15 <name>schmitzm-adresses</name>
16
17 <dependencies>
18 <dependency>
19 <groupId>de.schmitzm</groupId>
20 <artifactId>schmitzm-excelcsv</artifactId>
21 <version>${project.version}</version>
22 </dependency>
23 <dependency>
24 <groupId>de.schmitzm</groupId>
25 <artifactId>schmitzm-core</artifactId>
26 <version>${project.version}</version>
27 <type>test-jar</type>
28 <scope>test</scope>
29 </dependency>
30 <dependency>
31 <groupId>de.schmitzm</groupId>
32 <artifactId>schmitzm-core</artifactId>
33 <version>${project.version}</version>
34 <type>jar</type>
35 <scope>compile</scope>
36 </dependency>
37 <dependency>
38 <groupId>de.schmitzm</groupId>
39 <artifactId>schmitzm-regex</artifactId>
40 <version>${project.version}</version>
41 <type>jar</type>
42 <scope>compile</scope>
43 </dependency>
44 </dependencies>
45
46 </project>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26