Parent Directory
|
Revision Log
Dependency zu "eaio-string-search" entfernt...
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 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> |
4 | |
5 | <artifactId>schmitzm-regex</artifactId> |
6 | <packaging>jar</packaging> |
7 | |
8 | <parent> |
9 | <groupId>de.schmitzm</groupId> |
10 | <artifactId>schmitzm-parent</artifactId> |
11 | <version>2.8-SNAPSHOT</version> |
12 | <relativePath>../schmitzm-parent/pom.xml</relativePath> |
13 | </parent> |
14 | |
15 | <name>schmitzm-regex</name> |
16 | |
17 | <dependencies> |
18 | |
19 | <dependency> |
20 | <artifactId>solr-core</artifactId> |
21 | <groupId>org.apache.solr</groupId> |
22 | <version>4.1.0</version> |
23 | <type>jar</type> |
24 | <exclusions> |
25 | <exclusion> |
26 | <artifactId>jcl-over-slf4j</artifactId> |
27 | <groupId>org.slf4j</groupId> |
28 | </exclusion> |
29 | <exclusion> |
30 | <artifactId>slf4j-jdk14</artifactId> |
31 | <groupId>org.slf4j</groupId> |
32 | </exclusion> |
33 | <exclusion> |
34 | <artifactId>slf4j-api</artifactId> |
35 | <groupId>org.slf4j</groupId> |
36 | </exclusion> |
37 | </exclusions> |
38 | </dependency> |
39 | |
40 | </dependencies> |
41 | |
42 | </project> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |