4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-core</artifactId> |
<artifactId>schmitzm-core</artifactId> |
7 |
<version>2.6-SNAPSHOT</version> |
<version>2.7-SNAPSHOT</version> |
8 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
9 |
|
|
10 |
<parent> |
<parent> |
11 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
12 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
13 |
<version>2.6-SNAPSHOT</version> |
<version>2.7-SNAPSHOT</version> |
14 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
15 |
</parent> |
</parent> |
16 |
|
|
25 |
<type>jar</type> |
<type>jar</type> |
26 |
<scope>compile</scope> |
<scope>compile</scope> |
27 |
</dependency> |
</dependency> |
28 |
|
|
29 |
<dependency> |
<dependency> |
30 |
<groupId>javax.jnlp</groupId> |
<groupId>javax.jnlp</groupId> |
31 |
<artifactId>jnlp</artifactId> |
<artifactId>jnlp</artifactId> |
43 |
</dependency> |
</dependency> |
44 |
|
|
45 |
<dependency> |
<dependency> |
46 |
<!-- NOT USE 2.0.1 for now... --> |
<!-- NOT USE 2.0.1 for now... --> |
47 |
<groupId>commons-io</groupId> |
<groupId>commons-io</groupId> |
48 |
<artifactId>commons-io</artifactId> |
<artifactId>commons-io</artifactId> |
49 |
<version>1.4</version> |
<version>1.4</version> |
52 |
</dependency> |
</dependency> |
53 |
|
|
54 |
<dependency> |
<dependency> |
55 |
|
<groupId>org.supercsv</groupId> |
56 |
|
<artifactId>supercsv</artifactId> |
57 |
|
<version>1.52</version> |
58 |
|
</dependency> |
59 |
|
|
60 |
|
<dependency> |
61 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
62 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
63 |
<version>3.7.4</version> |
<version>3.7.4</version> |
64 |
<classifier>swing</classifier> |
<classifier>swing</classifier> |
65 |
<scope>compile</scope> |
<scope>compile</scope> |
66 |
</dependency> |
</dependency> |
67 |
|
|
68 |
<dependency> |
<dependency> |
69 |
<groupId>com.toedter</groupId> |
<groupId>com.toedter</groupId> |
70 |
<artifactId>jcalendar</artifactId> |
<artifactId>jcalendar</artifactId> |
95 |
<scope>compile</scope> |
<scope>compile</scope> |
96 |
</dependency> |
</dependency> |
97 |
|
|
98 |
<!-- |
<!-- <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> |
99 |
<dependency> |
<version>2.6.12</version> <scope>test</scope> </dependency> <dependency> |
100 |
<groupId>net.sourceforge.jexcelapi</groupId> |
<groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.7</version> |
101 |
<artifactId>jxl</artifactId> |
<type>jar</type> <scope>test</scope> </dependency> --> |
|
<version>2.6.12</version> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<groupId>org.apache.poi</groupId> |
|
|
<artifactId>poi</artifactId> |
|
|
<version>3.7</version> |
|
|
<type>jar</type> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
--> |
|
102 |
<dependency> |
<dependency> |
103 |
<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene den gp export --> |
<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene |
104 |
|
den gp export --> |
105 |
<groupId>commons-lang</groupId> |
<groupId>commons-lang</groupId> |
106 |
<artifactId>commons-lang</artifactId> |
<artifactId>commons-lang</artifactId> |
107 |
<version>2.3</version> |
<version>2.3</version> |
108 |
<!-- <version>2.4</version>--> |
<!-- <version>2.4</version> --> |
109 |
<type>jar</type> |
<type>jar</type> |
110 |
<scope>compile</scope> |
<scope>compile</scope> |
111 |
</dependency> |
</dependency> |
116 |
<plugin> |
<plugin> |
117 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
118 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
119 |
<version>2.2</version> |
<version>2.3.2</version> |
120 |
<configuration> |
<configuration> |
121 |
<source>1.6</source> |
<source>1.6</source> |
122 |
<target>1.6</target> |
<target>1.6</target> |
123 |
<excludes> |
<excludes> |
124 |
<exclude>**/.svn</exclude> ??? |
<exclude>**/.svn</exclude> |
125 |
</excludes> |
</excludes> |
126 |
</configuration> |
</configuration> |
127 |
</plugin> |
</plugin> |
128 |
</plugins> |
</plugins> |
129 |
|
|
130 |
</build> |
</build> |
131 |
|
|
132 |
|
|
133 |
<profiles> |
<profiles> |
134 |
<profile> |
<profile> |
135 |
<id>resourceOperationRemove</id> |
<id>resourceOperationRemove</id> |
165 |
</build> |
</build> |
166 |
</profile> |
</profile> |
167 |
</profiles> |
</profiles> |
168 |
|
|
169 |
|
|
170 |
</project> |
</project> |