SOLR-1972: Maven configuration: add metrics-core dependency to solr-core POM

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1403610 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-10-30 03:45:02 +00:00
parent 03ed8213cb
commit 4156f1daa2
2 changed files with 9 additions and 0 deletions

View File

@ -149,6 +149,11 @@
<artifactId>guava</artifactId>
<version>r05</version>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>

View File

@ -196,6 +196,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
</dependencies>
<build>
<sourceDirectory>${module-path}</sourceDirectory>