/[schmitzm]/trunk/schmitzm-regex/pom.xml
ViewVC logotype

Contents of /trunk/schmitzm-regex/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2244 - (show annotations)
Sun Feb 24 19:44:23 2013 UTC (12 years ago) by alfonx
Original Path: trunk/schmitzm-regexcache/pom.xml
File MIME type: text/xml
File size: 1367 byte(s)


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 <groupId>com.eaio.stringsearch</groupId>
21 <artifactId>stringsearch</artifactId>
22 <version>2</version>
23 </dependency>
24
25 <dependency>
26 <artifactId>solr-core</artifactId>
27 <groupId>org.apache.solr</groupId>
28 <version>4.1.0</version>
29 <type>jar</type>
30 <exclusions>
31 <exclusion>
32 <artifactId>jcl-over-slf4j</artifactId>
33 <groupId>org.slf4j</groupId>
34 </exclusion>
35 <exclusion>
36 <artifactId>slf4j-jdk14</artifactId>
37 <groupId>org.slf4j</groupId>
38 </exclusion>
39 <exclusion>
40 <artifactId>slf4j-api</artifactId>
41 <groupId>org.slf4j</groupId>
42 </exclusion>
43 </exclusions>
44 </dependency>
45
46 </dependencies>
47
48
49 <repositories>
50 <repository>
51 <id>eaio.com</id>
52 <url>http://eaio.com/maven2</url>
53 </repository>
54 </repositories>
55
56
57
58 </project>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26