4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-core</artifactId> |
<artifactId>schmitzm-core</artifactId> |
7 |
<version>2.5-SNAPSHOT</version> |
<version>2.6-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.5-SNAPSHOT</version> |
<version>2.6-SNAPSHOT</version> |
14 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
15 |
</parent> |
</parent> |
16 |
|
|
43 |
</dependency> |
</dependency> |
44 |
|
|
45 |
<dependency> |
<dependency> |
46 |
|
<!-- 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> |
54 |
<dependency> |
<dependency> |
55 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
56 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
57 |
<version>3.7.3</version> |
<version>3.7.4</version> |
58 |
<classifier>swing</classifier> |
<classifier>swing</classifier> |
59 |
<scope>compile</scope> |
<scope>compile</scope> |
60 |
</dependency> |
</dependency> |
61 |
|
|
62 |
|
<dependency> |
63 |
|
<groupId>com.toedter</groupId> |
64 |
|
<artifactId>jcalendar</artifactId> |
65 |
|
<version>1.3.3</version> |
66 |
|
<type>jar</type> |
67 |
|
<scope>compile</scope> |
68 |
|
</dependency> |
69 |
|
|
70 |
<dependency> |
<dependency> |
71 |
<groupId>net.jini</groupId> |
<groupId>net.jini</groupId> |