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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2252 by alfonx, Sun Feb 24 20:10:35 2013 UTC revision 2253 by alfonx, Sun Feb 24 20:16:17 2013 UTC
# Line 34  Line 34 
34                                          <artifactId>slf4j-api</artifactId>                                          <artifactId>slf4j-api</artifactId>
35                                          <groupId>org.slf4j</groupId>                                          <groupId>org.slf4j</groupId>
36                                  </exclusion>                                  </exclusion>
37                                    <exclusion>
38                                            <artifactId>httpclient</artifactId>
39                                            <groupId>org.apache.httpcomponents</groupId>
40                                    </exclusion>
41                                    <exclusion>
42                                            <artifactId>lucene-analyzers-morfologik</artifactId>
43                                            <groupId>org.apache.lucene</groupId>
44                                    </exclusion>
45                                    <exclusion>
46                                            <artifactId>commons-lang</artifactId>
47                                            <groupId>commons-lang</groupId>
48                                    </exclusion>
49                                    <exclusion>
50                                            <artifactId>solr-solrj</artifactId>
51                                            <groupId>org.apache.solr</groupId>
52                                    </exclusion>
53                                    <exclusion>
54                                            <artifactId>commons-cli</artifactId>
55                                            <groupId>commons-cli</groupId>
56                                    </exclusion>
57                                    <exclusion>
58                                            <artifactId>lucene-analyzers-phonetic</artifactId>
59                                            <groupId>org.apache.lucene</groupId>
60                                    </exclusion>
61                                    <exclusion>
62                                            <artifactId>lucene-suggest</artifactId>
63                                            <groupId>org.apache.lucene</groupId>
64                                    </exclusion>
65                                    <exclusion>
66                                            <artifactId>lucene-memory</artifactId>
67                                            <groupId>org.apache.lucene</groupId>
68                                    </exclusion>
69                                    <exclusion>
70                                            <artifactId>lucene-queries</artifactId>
71                                            <groupId>org.apache.lucene</groupId>
72                                    </exclusion>
73                                    <exclusion>
74                                            <artifactId>wstx-asl</artifactId>
75                                            <groupId>org.codehaus.woodstox</groupId>
76                                    </exclusion>
77                                    <exclusion>
78                                            <artifactId>lucene-grouping</artifactId>
79                                            <groupId>org.apache.lucene</groupId>
80                                    </exclusion>
81                                    <exclusion>
82                                            <artifactId>commons-codec</artifactId>
83                                            <groupId>commons-codec</groupId>
84                                    </exclusion>
85                                    <exclusion>
86                                            <artifactId>lucene-spatial</artifactId>
87                                            <groupId>org.apache.lucene</groupId>
88                                    </exclusion>
89                                    <exclusion>
90                                            <artifactId>lucene-analyzers-kuromoji</artifactId>
91                                            <groupId>org.apache.lucene</groupId>
92                                    </exclusion>
93                                    <exclusion>
94                                            <artifactId>commons-io</artifactId>
95                                            <groupId>commons-io</groupId>
96                                    </exclusion>
97                                    <exclusion>
98                                            <artifactId>lucene-queryparser</artifactId>
99                                            <groupId>org.apache.lucene</groupId>
100                                    </exclusion>
101                                    <exclusion>
102                                            <artifactId>guava</artifactId>
103                                            <groupId>com.google.guava</groupId>
104                                    </exclusion>
105                                    <exclusion>
106                                            <artifactId>httpmime</artifactId>
107                                            <groupId>org.apache.httpcomponents</groupId>
108                                    </exclusion>
109                                    <exclusion>
110                                            <artifactId>lucene-core</artifactId>
111                                            <groupId>org.apache.lucene</groupId>
112                                    </exclusion>
113                                    <exclusion>
114                                            <artifactId>lucene-analyzers-common</artifactId>
115                                            <groupId>org.apache.lucene</groupId>
116                                    </exclusion>
117                                    <exclusion>
118                                            <artifactId>commons-fileupload</artifactId>
119                                            <groupId>commons-fileupload</groupId>
120                                    </exclusion>
121                                    <exclusion>
122                                            <artifactId>lucene-misc</artifactId>
123                                            <groupId>org.apache.lucene</groupId>
124                                    </exclusion>
125                                    <exclusion>
126                                            <artifactId>lucene-highlighter</artifactId>
127                                            <groupId>org.apache.lucene</groupId>
128                                    </exclusion>
129                          </exclusions>                          </exclusions>
130                  </dependency>                  </dependency>
131    

Legend:
Removed from v.2252  
changed lines
  Added in v.2253

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26