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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2231 - (show annotations)
Fri Feb 15 08:07:22 2013 UTC (12 years ago) by alfonx
File MIME type: text/xml
File size: 1415 byte(s)
Die POMs von schmitzm verändert: Doppelter maven-compiler-eintrag in schmitz-parent entfernt und von einigen Plugins die versinosnummern hochgesetzt und auf mvn3 Kompatibilität umgestellt (artifactId wird von parent-pom vererbt und soll nicht mehr extra definiert werden, etc)
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-excelcsv</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-excelcsv</name>
16 <dependencies>
17 <dependency>
18 <groupId>net.sourceforge.jexcelapi</groupId>
19 <artifactId>jxl</artifactId>
20 <version>2.6.12</version>
21 </dependency>
22
23 <dependency>
24 <groupId>org.supercsv</groupId>
25 <artifactId>supercsv</artifactId>
26 <version>1.52</version>
27 </dependency>
28
29 <dependency>
30 <groupId>de.schmitzm</groupId>
31 <artifactId>schmitzm-core</artifactId>
32 <version>${project.version}</version>
33 <type>test-jar</type>
34 <scope>test</scope>
35 </dependency>
36 <dependency>
37 <groupId>de.schmitzm</groupId>
38 <artifactId>schmitzm-core</artifactId>
39 <version>${project.version}</version>
40 <type>jar</type>
41 <scope>compile</scope>
42 </dependency>
43 </dependencies>
44
45 </project>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26