Project

General

Profile

« Previous | Next » 

Revision 8333

Added by Jing Tao over 10 years ago

1.Remved the dependency on solr-core since the metacat-common alreay has the dependency.
2.Excluded the slf4j-log jar files since we are using slf4j-log4j jar file.

View differences:

pom.xml
244 244
    		<groupId>org.apache.wicket</groupId>
245 245
    		<artifactId>wicket-core</artifactId>
246 246
			<version>6.7.0</version>
247
			<exclusions>
248
                <exclusion>
249
                  <groupId>org.slf4j</groupId>
250
                  <artifactId>slf4j-api</artifactId>
251
                </exclusion>
252
            </exclusions>
247 253
		</dependency>
248 254
		<dependency>
249 255
			<groupId>postgresql</groupId>
250 256
			<artifactId>postgresql</artifactId>
251 257
			<version>8.0-312.jdbc3</version>
252 258
		</dependency>
253
		<dependency>
259
		<!-- <dependency>
254 260
			<groupId>org.apache.solr</groupId>
255 261
			<artifactId>solr-core</artifactId>
256 262
			<version>3.4.0</version>
257
		</dependency>
263
		</dependency>-->
258 264
		<dependency>
259 265
			<groupId>org.apache.solr</groupId>
260 266
			<artifactId>solr-solrj</artifactId>
......
264 270
		        	<groupId>junit</groupId>
265 271
					<artifactId>junit</artifactId>
266 272
		        </exclusion>
273
		        <exclusion>
274
                  <groupId>org.slf4j</groupId>
275
                  <artifactId>slf4j-jdk</artifactId>
276
                </exclusion>
267 277
			</exclusions>
268 278
		</dependency>
269 279
		<dependency>

Also available in: Unified diff