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 |
|
|
18 |
<url>http://maven.apache.org</url> |
<url>http://maven.apache.org</url> |
19 |
|
|
20 |
<dependencies> |
<dependencies> |
21 |
|
|
22 |
|
<dependency> |
23 |
|
<groupId>com.eaio.stringsearch</groupId> |
24 |
|
<artifactId>stringsearch</artifactId> |
25 |
|
<version>2</version> |
26 |
|
</dependency> |
27 |
|
|
28 |
<dependency> |
<dependency> |
29 |
<groupId>javax.media</groupId> |
<groupId>javax.media</groupId> |
30 |
<artifactId>jai_core</artifactId> |
<artifactId>jai_core</artifactId> |
66 |
<scope>compile</scope> |
<scope>compile</scope> |
67 |
</dependency> |
</dependency> |
68 |
|
|
69 |
<!-- <dependency> --> |
<!-- <dependency> --> |
70 |
<!-- <groupId>org.supercsv</groupId> --> |
<!-- <groupId>org.supercsv</groupId> --> |
71 |
<!-- <artifactId>supercsv</artifactId> --> |
<!-- <artifactId>supercsv</artifactId> --> |
72 |
<!-- <version>1.52</version> --> |
<!-- <version>1.52</version> --> |
73 |
<!-- </dependency> --> |
<!-- </dependency> --> |
74 |
|
|
75 |
<dependency> |
<dependency> |
76 |
<groupId>com.toedter</groupId> |
<groupId>com.toedter</groupId> |
79 |
<type>jar</type> |
<type>jar</type> |
80 |
<scope>compile</scope> |
<scope>compile</scope> |
81 |
</dependency> |
</dependency> |
82 |
|
|
83 |
<dependency> |
<dependency> |
84 |
<groupId>net.jini</groupId> |
<groupId>net.jini</groupId> |
85 |
<artifactId>jini-ext</artifactId> |
<artifactId>jini-ext</artifactId> |
102 |
<scope>compile</scope> |
<scope>compile</scope> |
103 |
</dependency> |
</dependency> |
104 |
|
|
|
<!-- <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> --> |
|
105 |
<dependency> |
<dependency> |
106 |
<!-- 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 |
107 |
den gp export --> |
den gp export --> |
112 |
<type>jar</type> |
<type>jar</type> |
113 |
<scope>compile</scope> |
<scope>compile</scope> |
114 |
</dependency> |
</dependency> |
115 |
|
<dependency> |
116 |
|
<groupId>org.apache.solr</groupId> |
117 |
|
<artifactId>solr-core</artifactId> |
118 |
|
<version>3.6.0</version> |
119 |
|
</dependency> |
120 |
|
|
121 |
</dependencies> |
</dependencies> |
122 |
|
|
123 |
<build> |
<build> |
138 |
|
|
139 |
<pluginManagement> |
<pluginManagement> |
140 |
<plugins> |
<plugins> |
141 |
<!--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 |
142 |
|
only. It has no influence on the Maven build itself. --> |
143 |
<plugin> |
<plugin> |
144 |
<groupId>org.eclipse.m2e</groupId> |
<groupId>org.eclipse.m2e</groupId> |
145 |
<artifactId>lifecycle-mapping</artifactId> |
<artifactId>lifecycle-mapping</artifactId> |
172 |
</plugin> |
</plugin> |
173 |
</plugins> |
</plugins> |
174 |
</pluginManagement> |
</pluginManagement> |
175 |
|
|
176 |
|
|
177 |
</build> |
</build> |
178 |
|
|
179 |
|
<repositories> |
180 |
|
<repository> |
181 |
|
<id>eaio.com</id> |
182 |
|
<url>http://eaio.com/maven2</url> |
183 |
|
</repository> |
184 |
|
</repositories> |
185 |
|
|
186 |
<profiles> |
<profiles> |
187 |
<profile> |
<profile> |