Revision 7ecce5f4 pom.xml

b/pom.xml
299 299
      <version>0.9.3</version>
300 300
    </dependency>
301 301

  
302
    <!--    <dependency>
303
      <groupId>com.yammer.metrics</groupId>
304
      <artifactId>metrics-core</artifactId>
305
      <version>2.0.0-BETA18-SNAPSHOT</version>
306
    </dependency>-->
307
<!--
308
    <dependency>
309
      <groupId>org.apache.lucene</groupId>
310
      <artifactId>lucene-core</artifactId>
311
      <version>3.5.0</version>
312
    </dependency>-->
313

  
314 302
    <dependency>
315 303
      <groupId>com.google.guava</groupId>
316 304
      <artifactId>guava</artifactId>
......
318 306
    </dependency>
319 307

  
320 308
    <dependency>
321
      <groupId>org.apache.solr</groupId>
322
      <artifactId>solr-core</artifactId>
323
      <version>3.5.0</version>
324
      <exclusions>
325

  
326
        <exclusion>
327
          <groupId>org.apache.lucene</groupId>
328
          <artifactId>lucene-analyzers</artifactId>
329
        </exclusion>
330

  
331
        <exclusion>
332
          <groupId>org.apache.lucene</groupId>
333
          <artifactId>lucene-highlighter</artifactId>
334
        </exclusion>
335

  
336
        <exclusion>
337
          <groupId>org.apache.lucene</groupId>
338
          <artifactId>lucene-memory</artifactId>
339
        </exclusion>
340

  
341
        <exclusion>
342
          <groupId>org.apache.lucene</groupId>
343
          <artifactId>lucene-misc</artifactId>
344
        </exclusion>
345

  
346
        <exclusion>
347
          <groupId>org.apache.lucene</groupId>
348
          <artifactId>lucene-queries</artifactId>
349
        </exclusion>
350

  
351
        <exclusion>
352
          <groupId>org.apache.lucene</groupId>
353
          <artifactId>lucene-spatial</artifactId>
354
        </exclusion>
355

  
356
        <exclusion>
357
          <groupId>org.apache.lucene</groupId>
358
          <artifactId>lucene-spellchecker</artifactId>
359
        </exclusion>
360

  
361
        <exclusion>
362
          <groupId>org.apache.lucene</groupId>
363
          <artifactId>lucene-grouping</artifactId>
364
        </exclusion>
365

  
366
        <exclusion>
367
          <groupId>org.apache.solr</groupId>
368
          <artifactId>solr-commons-csv</artifactId>
369
        </exclusion>
370

  
371
        <exclusion>
372
          <groupId>org.apache.solr</groupId>
373
          <artifactId>solr-noggit</artifactId>
374
        </exclusion>
375

  
376
        <exclusion>
377
          <groupId>org.apache.solr</groupId>
378
          <artifactId>solr-solrj</artifactId>
379
        </exclusion>
380

  
381
        <exclusion>
382
          <groupId>commons-fileupload</groupId>
383
          <artifactId>commons-fileupload</artifactId>
384
        </exclusion>
385

  
386
        <exclusion>
387
          <groupId>commons-httpclient</groupId>
388
          <artifactId>commons-httpclient</artifactId>
389
        </exclusion>
390

  
391
        <exclusion>
392
          <groupId>org.slf4j</groupId>
393
          <artifactId>jcl-over-slf4j</artifactId>
394
        </exclusion>
395

  
396
        <exclusion>
397
          <groupId>javax.servlet</groupId>
398
          <artifactId>servlet-api</artifactId>
399
        </exclusion>
400
      </exclusions>
401
    </dependency>
402

  
403
    <dependency>
404 309
      <groupId>com.github.scopt</groupId>
405 310
      <artifactId>scopt_${scala.version}</artifactId>
406 311
      <version>2.0.1</version>

Also available in: Unified diff