Project

General

Profile

« Previous | Next » 

Revision 42092

Fixed bug on dnet-data-provision

View differences:

pom.xml
81 81
      <groupId>org.exist-db</groupId>
82 82
      <version>3.0.RC1</version>
83 83
    </dependency>
84

  
84 85
    <dependency>
85 86
      <artifactId>exist-index-lucene</artifactId>
86 87
      <groupId>org.exist-db</groupId>
87 88
      <version>3.0.RC1</version>
89
      <exclusions>
90
        <exclusion>
91
          <artifactId>lucene-core</artifactId>
92
          <groupId>org.apache.lucene</groupId>
93
        </exclusion>
94
        <exclusion>
95
          <artifactId>lucene-analyzers-common</artifactId>
96
          <groupId>org.apache.lucene</groupId>
97
        </exclusion>
98
        <exclusion>
99
          <artifactId>lucene-facet</artifactId>
100
          <groupId>org.apache.lucene</groupId>
101
        </exclusion>
102
        <exclusion>
103
          <artifactId>lucene-queries</artifactId>
104
          <groupId>org.apache.lucene</groupId>
105
        </exclusion>
106

  
107
      </exclusions>
88 108
    </dependency>
89 109
    <dependency>
90 110
      <artifactId>exist-index-ngram</artifactId>
......
95 115
      <artifactId>exist-index-range</artifactId>
96 116
      <groupId>org.exist-db</groupId>
97 117
      <version>3.0.RC1</version>
118
      <exclusions>
119
        <exclusion>
120
          <artifactId>lucene-core</artifactId>
121
          <groupId>org.apache.lucene</groupId>
122
        </exclusion>
123
        <exclusion>
124
          <artifactId>lucene-analyzers-common</artifactId>
125
          <groupId>org.apache.lucene</groupId>
126
        </exclusion>
127
        <exclusion>
128
          <artifactId>lucene-facet</artifactId>
129
          <groupId>org.apache.lucene</groupId>
130
        </exclusion>
131
        <exclusion>
132
          <artifactId>lucene-queries</artifactId>
133
          <groupId>org.apache.lucene</groupId>
134
        </exclusion>
135
      </exclusions>
98 136
    </dependency>
99 137
    <dependency>
100 138
      <artifactId>exist-index-sort</artifactId>

Also available in: Unified diff