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> |
32 |
<type>jar</type> |
<type>jar</type> |
33 |
<scope>compile</scope> |
<scope>compile</scope> |
34 |
</dependency> |
</dependency> |
35 |
|
|
36 |
<dependency> |
<dependency> |
37 |
<groupId>javax.jnlp</groupId> |
<groupId>javax.jnlp</groupId> |
38 |
<artifactId>jnlp</artifactId> |
<artifactId>jnlp</artifactId> |
50 |
</dependency> |
</dependency> |
51 |
|
|
52 |
<dependency> |
<dependency> |
53 |
<!-- NOT USE 2.0.1 for now... --> |
<!-- NOT USE 2.0.1 for now... --> |
54 |
<groupId>commons-io</groupId> |
<groupId>commons-io</groupId> |
55 |
<artifactId>commons-io</artifactId> |
<artifactId>commons-io</artifactId> |
56 |
<version>1.4</version> |
<version>1.4</version> |
61 |
<dependency> |
<dependency> |
62 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
63 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
64 |
<version>3.7.4</version> |
<version>3.7.4</version> |
65 |
<classifier>swing</classifier> |
<classifier>swing</classifier> |
66 |
<scope>compile</scope> |
<scope>compile</scope> |
67 |
</dependency> |
</dependency> |
68 |
|
|
69 |
|
<!-- <dependency> --> |
70 |
|
<!-- <groupId>org.supercsv</groupId> --> |
71 |
|
<!-- <artifactId>supercsv</artifactId> --> |
72 |
|
<!-- <version>1.52</version> --> |
73 |
|
<!-- </dependency> --> |
74 |
|
|
75 |
<dependency> |
<dependency> |
76 |
<groupId>com.toedter</groupId> |
<groupId>com.toedter</groupId> |
77 |
<artifactId>jcalendar</artifactId> |
<artifactId>jcalendar</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> |
|
|
|
|
105 |
<dependency> |
<dependency> |
106 |
<groupId>org.apache.poi</groupId> |
<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene |
107 |
<artifactId>poi</artifactId> |
den gp export --> |
|
<version>3.7</version> |
|
|
<type>jar</type> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
--> |
|
|
<dependency> |
|
|
<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene den gp export --> |
|
108 |
<groupId>commons-lang</groupId> |
<groupId>commons-lang</groupId> |
109 |
<artifactId>commons-lang</artifactId> |
<artifactId>commons-lang</artifactId> |
110 |
<version>2.3</version> |
<version>2.3</version> |
111 |
<!-- <version>2.4</version>--> |
<!-- <version>2.4</version> --> |
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> |
124 |
<plugins> |
|
125 |
<plugin> |
<pluginManagement> |
126 |
<groupId>org.apache.maven.plugins</groupId> |
<plugins> |
127 |
<artifactId>maven-compiler-plugin</artifactId> |
<!--This plugin's configuration is used to store Eclipse m2e settings |
128 |
<version>2.3.2</version> |
only. It has no influence on the Maven build itself. --> |
129 |
<configuration> |
<plugin> |
130 |
<source>1.6</source> |
<groupId>org.eclipse.m2e</groupId> |
131 |
<target>1.6</target> |
<artifactId>lifecycle-mapping</artifactId> |
132 |
<excludes> |
<version>1.0.0</version> |
133 |
<exclude>**/.svn</exclude> |
<configuration> |
134 |
</excludes> |
<lifecycleMappingMetadata> |
135 |
</configuration> |
<pluginExecutions> |
136 |
</plugin> |
<pluginExecution> |
137 |
</plugins> |
<pluginExecutionFilter> |
138 |
|
<groupId> |
139 |
|
org.codehaus.mojo |
140 |
|
</groupId> |
141 |
|
<artifactId> |
142 |
|
exec-maven-plugin |
143 |
|
</artifactId> |
144 |
|
<versionRange> |
145 |
|
[1.2,) |
146 |
|
</versionRange> |
147 |
|
<goals> |
148 |
|
<goal>java</goal> |
149 |
|
</goals> |
150 |
|
</pluginExecutionFilter> |
151 |
|
<action> |
152 |
|
<ignore></ignore> |
153 |
|
</action> |
154 |
|
</pluginExecution> |
155 |
|
</pluginExecutions> |
156 |
|
</lifecycleMappingMetadata> |
157 |
|
</configuration> |
158 |
|
</plugin> |
159 |
|
</plugins> |
160 |
|
</pluginManagement> |
161 |
|
|
162 |
|
|
163 |
</build> |
</build> |
164 |
|
|
165 |
|
<repositories> |
166 |
|
<repository> |
167 |
|
<id>eaio.com</id> |
168 |
|
<url>http://eaio.com/maven2</url> |
169 |
|
</repository> |
170 |
|
</repositories> |
171 |
|
|
172 |
<profiles> |
<profiles> |
173 |
<profile> |
<profile> |
174 |
<id>resourceOperationRemove</id> |
<id>resourceOperationRemove</id> |
204 |
</build> |
</build> |
205 |
</profile> |
</profile> |
206 |
</profiles> |
</profiles> |
207 |
|
|
208 |
|
|
209 |
</project> |
</project> |