/[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 2245 by alfonx, Sun Feb 24 19:46:07 2013 UTC revision 2253 by alfonx, Sun Feb 24 20:16:17 2013 UTC
# Line 7  Line 7 
7    
8          <parent>          <parent>
9                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
10                  <artifactId>schmitzm-parent</artifactId>                                  <artifactId>schmitzm-parent</artifactId>
11                  <version>2.8-SNAPSHOT</version>                  <version>2.8-SNAPSHOT</version>
12                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
13          </parent>          </parent>
14    
15          <name>schmitzm-regex</name>          <name>schmitzm-regex</name>
           
         <dependencies>  
16    
17                  <dependency>          <dependencies>
                         <groupId>com.eaio.stringsearch</groupId>  
                         <artifactId>stringsearch</artifactId>  
                         <version>2</version>  
                 </dependency>  
18    
19                  <dependency>                  <dependency>
20                          <artifactId>solr-core</artifactId>                          <artifactId>solr-core</artifactId>
# Line 40  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    
132          </dependencies>          </dependencies>
   
   
         <repositories>  
                 <repository>  
                         <id>eaio.com</id>  
                         <url>http://eaio.com/maven2</url>  
                 </repository>  
         </repositories>  
   
   
133    
134  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26