4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-core</artifactId> |
<artifactId>schmitzm-core</artifactId> |
7 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-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.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
14 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
15 |
</parent> |
</parent> |
16 |
|
|
52 |
</dependency> |
</dependency> |
53 |
|
|
54 |
<dependency> |
<dependency> |
|
<groupId>org.supercsv</groupId> |
|
|
<artifactId>supercsv</artifactId> |
|
|
<version>1.52</version> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
55 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
56 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
57 |
<version>3.7.4</version> |
<version>3.7.4</version> |
59 |
<scope>compile</scope> |
<scope>compile</scope> |
60 |
</dependency> |
</dependency> |
61 |
|
|
62 |
|
<!-- <dependency> --> |
63 |
|
<!-- <groupId>org.supercsv</groupId> --> |
64 |
|
<!-- <artifactId>supercsv</artifactId> --> |
65 |
|
<!-- <version>1.52</version> --> |
66 |
|
<!-- </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 |
|
|
|
<!-- <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> |
|
|
<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> --> |
|
98 |
<dependency> |
<dependency> |
99 |
<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene |
<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene |
100 |
den gp export --> |
den gp export --> |
105 |
<type>jar</type> |
<type>jar</type> |
106 |
<scope>compile</scope> |
<scope>compile</scope> |
107 |
</dependency> |
</dependency> |
108 |
|
<dependency> |
109 |
|
<groupId>org.apache.solr</groupId> |
110 |
|
<artifactId>solr-core</artifactId> |
111 |
|
<version>3.6.0</version> |
112 |
|
</dependency> |
113 |
|
|
114 |
</dependencies> |
</dependencies> |
115 |
|
|
116 |
<build> |
<build> |
131 |
|
|
132 |
<pluginManagement> |
<pluginManagement> |
133 |
<plugins> |
<plugins> |
134 |
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
<!--This plugin's configuration is used to store Eclipse m2e settings |
135 |
|
only. It has no influence on the Maven build itself. --> |
136 |
<plugin> |
<plugin> |
137 |
<groupId>org.eclipse.m2e</groupId> |
<groupId>org.eclipse.m2e</groupId> |
138 |
<artifactId>lifecycle-mapping</artifactId> |
<artifactId>lifecycle-mapping</artifactId> |