2 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 |
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
4 |
|
|
|
<groupId>de.schmitzm</groupId> |
|
5 |
<artifactId>schmitzm-core</artifactId> |
<artifactId>schmitzm-core</artifactId> |
|
<version>2.7-SNAPSHOT</version> |
|
6 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
7 |
|
|
8 |
<parent> |
<parent> |
9 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
10 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
11 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
12 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
13 |
</parent> |
</parent> |
14 |
|
|
16 |
<url>http://maven.apache.org</url> |
<url>http://maven.apache.org</url> |
17 |
|
|
18 |
<dependencies> |
<dependencies> |
19 |
|
|
20 |
|
<dependency> |
21 |
|
<groupId>com.eaio.stringsearch</groupId> |
22 |
|
<artifactId>stringsearch</artifactId> |
23 |
|
<version>2</version> |
24 |
|
</dependency> |
25 |
|
|
26 |
<dependency> |
<dependency> |
27 |
<groupId>javax.media</groupId> |
<groupId>javax.media</groupId> |
28 |
<artifactId>jai_core</artifactId> |
<artifactId>jai_core</artifactId> |
64 |
<scope>compile</scope> |
<scope>compile</scope> |
65 |
</dependency> |
</dependency> |
66 |
|
|
67 |
<!-- <dependency> --> |
<!-- <dependency> --> |
68 |
<!-- <groupId>org.supercsv</groupId> --> |
<!-- <groupId>org.supercsv</groupId> --> |
69 |
<!-- <artifactId>supercsv</artifactId> --> |
<!-- <artifactId>supercsv</artifactId> --> |
70 |
<!-- <version>1.52</version> --> |
<!-- <version>1.52</version> --> |
71 |
<!-- </dependency> --> |
<!-- </dependency> --> |
72 |
|
|
73 |
<dependency> |
<dependency> |
74 |
<groupId>com.toedter</groupId> |
<groupId>com.toedter</groupId> |
77 |
<type>jar</type> |
<type>jar</type> |
78 |
<scope>compile</scope> |
<scope>compile</scope> |
79 |
</dependency> |
</dependency> |
80 |
|
|
81 |
<dependency> |
<dependency> |
82 |
<groupId>net.jini</groupId> |
<groupId>net.jini</groupId> |
83 |
<artifactId>jini-ext</artifactId> |
<artifactId>jini-ext</artifactId> |
105 |
den gp export --> |
den gp export --> |
106 |
<groupId>commons-lang</groupId> |
<groupId>commons-lang</groupId> |
107 |
<artifactId>commons-lang</artifactId> |
<artifactId>commons-lang</artifactId> |
108 |
<version>2.3</version> |
<version>2.6</version> |
109 |
<!-- <version>2.4</version> --> |
<!-- <version>2.4</version> --> |
110 |
<type>jar</type> |
<type>jar</type> |
111 |
<scope>compile</scope> |
<scope>compile</scope> |
112 |
</dependency> |
</dependency> |
113 |
|
|
114 |
|
<dependency> |
115 |
|
<artifactId>solr-core</artifactId> |
116 |
|
<groupId>org.apache.solr</groupId> |
117 |
|
<version>4.1.0</version> |
118 |
|
<type>jar</type> |
119 |
|
<exclusions> |
120 |
|
<exclusion> |
121 |
|
<artifactId>jcl-over-slf4j</artifactId> |
122 |
|
<groupId>org.slf4j</groupId> |
123 |
|
</exclusion> |
124 |
|
<exclusion> |
125 |
|
<artifactId>slf4j-jdk14</artifactId> |
126 |
|
<groupId>org.slf4j</groupId> |
127 |
|
</exclusion> |
128 |
|
<exclusion> |
129 |
|
<artifactId>slf4j-api</artifactId> |
130 |
|
<groupId>org.slf4j</groupId> |
131 |
|
</exclusion> |
132 |
|
</exclusions> |
133 |
|
</dependency> |
134 |
|
|
135 |
</dependencies> |
</dependencies> |
136 |
|
|
137 |
<build> |
<build> |
|
<plugins> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<version>2.3.2</version> |
|
|
<configuration> |
|
|
<source>1.6</source> |
|
|
<target>1.6</target> |
|
|
<excludes> |
|
|
<exclude>**/.svn</exclude> |
|
|
</excludes> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugins> |
|
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> |