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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2327 - (show annotations)
Thu Jun 6 11:44:51 2013 UTC (11 years, 8 months ago) by alfonx
File MIME type: text/xml
File size: 1322 byte(s)
test commit rights
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
6 <artifactId>schmitzm-adresses</artifactId>
7 <packaging>jar</packaging>
8
9 <parent>
10 <groupId>de.schmitzm</groupId>
11 <artifactId>schmitzm-parent</artifactId>
12 <version>2.8-SNAPSHOT</version>
13 <relativePath>../schmitzm-parent/pom.xml</relativePath>
14 </parent>
15
16 <name>schmitzm-adresses</name>
17
18 <dependencies>
19 <dependency>
20 <groupId>de.schmitzm</groupId>
21 <artifactId>schmitzm-excelcsv</artifactId>
22 <version>${project.version}</version>
23 </dependency>
24 <dependency>
25 <groupId>de.schmitzm</groupId>
26 <artifactId>schmitzm-core</artifactId>
27 <version>${project.version}</version>
28 <type>test-jar</type>
29 <scope>test</scope>
30 </dependency>
31 <dependency>
32 <groupId>de.schmitzm</groupId>
33 <artifactId>schmitzm-core</artifactId>
34 <version>${project.version}</version>
35 <type>jar</type>
36 <scope>compile</scope>
37 </dependency>
38 <dependency>
39 <groupId>de.schmitzm</groupId>
40 <artifactId>schmitzm-regex</artifactId>
41 <version>${project.version}</version>
42 <type>jar</type>
43 <scope>compile</scope>
44 </dependency>
45 </dependencies>
46
47 </project>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26