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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2273 - (show annotations)
Tue Mar 12 16:05:37 2013 UTC (11 years, 11 months ago) by alfonx
File MIME type: text/xml
File size: 3639 byte(s)
Upgrade auf JUnit 4.11 (vorher 4.8.2). 
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 <!-- Da unten der log4j klram vom solr rausfliegt, müssen wir hier etwas
21 definieren. -->
22 <groupId>log4j</groupId>
23 <artifactId>log4j</artifactId>
24 <version>1.2.14</version>
25 </dependency>
26
27 <dependency>
28 <artifactId>solr-core</artifactId>
29 <groupId>org.apache.solr</groupId>
30 <version>4.1.0</version>
31 <type>jar</type>
32 <exclusions>
33 <exclusion>
34 <artifactId>httpclient</artifactId>
35 <groupId>org.apache.httpcomponents</groupId>
36 </exclusion>
37 <exclusion>
38 <artifactId>lucene-analyzers-morfologik</artifactId>
39 <groupId>org.apache.lucene</groupId>
40 </exclusion>
41 <exclusion>
42 <artifactId>commons-lang</artifactId>
43 <groupId>commons-lang</groupId>
44 </exclusion>
45 <exclusion>
46 <artifactId>solr-solrj</artifactId>
47 <groupId>org.apache.solr</groupId>
48 </exclusion>
49 <exclusion>
50 <artifactId>commons-cli</artifactId>
51 <groupId>commons-cli</groupId>
52 </exclusion>
53 <exclusion>
54 <artifactId>lucene-analyzers-phonetic</artifactId>
55 <groupId>org.apache.lucene</groupId>
56 </exclusion>
57 <exclusion>
58 <artifactId>lucene-suggest</artifactId>
59 <groupId>org.apache.lucene</groupId>
60 </exclusion>
61 <exclusion>
62 <artifactId>lucene-memory</artifactId>
63 <groupId>org.apache.lucene</groupId>
64 </exclusion>
65 <exclusion>
66 <artifactId>lucene-queries</artifactId>
67 <groupId>org.apache.lucene</groupId>
68 </exclusion>
69 <exclusion>
70 <artifactId>wstx-asl</artifactId>
71 <groupId>org.codehaus.woodstox</groupId>
72 </exclusion>
73 <exclusion>
74 <artifactId>lucene-grouping</artifactId>
75 <groupId>org.apache.lucene</groupId>
76 </exclusion>
77 <exclusion>
78 <artifactId>commons-codec</artifactId>
79 <groupId>commons-codec</groupId>
80 </exclusion>
81 <exclusion>
82 <artifactId>lucene-spatial</artifactId>
83 <groupId>org.apache.lucene</groupId>
84 </exclusion>
85 <exclusion>
86 <artifactId>lucene-analyzers-kuromoji</artifactId>
87 <groupId>org.apache.lucene</groupId>
88 </exclusion>
89 <exclusion>
90 <artifactId>commons-io</artifactId>
91 <groupId>commons-io</groupId>
92 </exclusion>
93 <exclusion>
94 <artifactId>lucene-queryparser</artifactId>
95 <groupId>org.apache.lucene</groupId>
96 </exclusion>
97 <exclusion>
98 <artifactId>guava</artifactId>
99 <groupId>com.google.guava</groupId>
100 </exclusion>
101 <exclusion>
102 <artifactId>httpmime</artifactId>
103 <groupId>org.apache.httpcomponents</groupId>
104 </exclusion>
105 <exclusion>
106 <artifactId>lucene-analyzers-common</artifactId>
107 <groupId>org.apache.lucene</groupId>
108 </exclusion>
109 <exclusion>
110 <artifactId>commons-fileupload</artifactId>
111 <groupId>commons-fileupload</groupId>
112 </exclusion>
113 <exclusion>
114 <artifactId>lucene-misc</artifactId>
115 <groupId>org.apache.lucene</groupId>
116 </exclusion>
117 <exclusion>
118 <artifactId>lucene-highlighter</artifactId>
119 <groupId>org.apache.lucene</groupId>
120 </exclusion>
121 </exclusions>
122 </dependency>
123
124 </dependencies>
125
126 </project>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26