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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2274 - (show annotations)
Tue Mar 12 16:12:36 2013 UTC (11 years, 11 months ago) by alfonx
File MIME type: text/xml
File size: 3418 byte(s)
Neuste, zusammenpassende versionen von log4j und slf-via-log4j

		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.17</version>
		</dependency>
		
<!-- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: 
			Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder 
			for further details. -->
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>1.7.2</version>
		</dependency>		
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>httpclient</artifactId>
27 <groupId>org.apache.httpcomponents</groupId>
28 </exclusion>
29 <exclusion>
30 <artifactId>lucene-analyzers-morfologik</artifactId>
31 <groupId>org.apache.lucene</groupId>
32 </exclusion>
33 <exclusion>
34 <artifactId>commons-lang</artifactId>
35 <groupId>commons-lang</groupId>
36 </exclusion>
37 <exclusion>
38 <artifactId>solr-solrj</artifactId>
39 <groupId>org.apache.solr</groupId>
40 </exclusion>
41 <exclusion>
42 <artifactId>commons-cli</artifactId>
43 <groupId>commons-cli</groupId>
44 </exclusion>
45 <exclusion>
46 <artifactId>lucene-analyzers-phonetic</artifactId>
47 <groupId>org.apache.lucene</groupId>
48 </exclusion>
49 <exclusion>
50 <artifactId>lucene-suggest</artifactId>
51 <groupId>org.apache.lucene</groupId>
52 </exclusion>
53 <exclusion>
54 <artifactId>lucene-memory</artifactId>
55 <groupId>org.apache.lucene</groupId>
56 </exclusion>
57 <exclusion>
58 <artifactId>lucene-queries</artifactId>
59 <groupId>org.apache.lucene</groupId>
60 </exclusion>
61 <exclusion>
62 <artifactId>wstx-asl</artifactId>
63 <groupId>org.codehaus.woodstox</groupId>
64 </exclusion>
65 <exclusion>
66 <artifactId>lucene-grouping</artifactId>
67 <groupId>org.apache.lucene</groupId>
68 </exclusion>
69 <exclusion>
70 <artifactId>commons-codec</artifactId>
71 <groupId>commons-codec</groupId>
72 </exclusion>
73 <exclusion>
74 <artifactId>lucene-spatial</artifactId>
75 <groupId>org.apache.lucene</groupId>
76 </exclusion>
77 <exclusion>
78 <artifactId>lucene-analyzers-kuromoji</artifactId>
79 <groupId>org.apache.lucene</groupId>
80 </exclusion>
81 <exclusion>
82 <artifactId>commons-io</artifactId>
83 <groupId>commons-io</groupId>
84 </exclusion>
85 <exclusion>
86 <artifactId>lucene-queryparser</artifactId>
87 <groupId>org.apache.lucene</groupId>
88 </exclusion>
89 <exclusion>
90 <artifactId>guava</artifactId>
91 <groupId>com.google.guava</groupId>
92 </exclusion>
93 <exclusion>
94 <artifactId>httpmime</artifactId>
95 <groupId>org.apache.httpcomponents</groupId>
96 </exclusion>
97 <exclusion>
98 <artifactId>lucene-analyzers-common</artifactId>
99 <groupId>org.apache.lucene</groupId>
100 </exclusion>
101 <exclusion>
102 <artifactId>commons-fileupload</artifactId>
103 <groupId>commons-fileupload</groupId>
104 </exclusion>
105 <exclusion>
106 <artifactId>lucene-misc</artifactId>
107 <groupId>org.apache.lucene</groupId>
108 </exclusion>
109 <exclusion>
110 <artifactId>lucene-highlighter</artifactId>
111 <groupId>org.apache.lucene</groupId>
112 </exclusion>
113 </exclusions>
114 </dependency>
115
116 </dependencies>
117
118 </project>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26