Skip to content

Commit

Permalink
Removes Spring xml for Metrics.
Browse files Browse the repository at this point in the history
Adds fcrepo-http-api test-jar to fix failing integration test (to pull in the missing jersey-multipart dependency)
  • Loading branch information
Edwin Shin committed Jun 12, 2013
1 parent 23a3011 commit 69fb903
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 48 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -168,6 +168,13 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>javax</groupId>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/spring/master.xml
Expand Up @@ -13,7 +13,6 @@
<import resource="classpath:/spring/optional_modules.xml"/>
<import resource="classpath:/spring/rest.xml"/>
<import resource="classpath:/spring/transactions.xml"/>
<import resource="classpath:/spring/metrics_reporting.xml"/>
<import resource="classpath:/spring/policy_driven_storage.xml"/>

</beans>
47 changes: 0 additions & 47 deletions src/main/resources/spring/metrics_reporting.xml

This file was deleted.

0 comments on commit 69fb903

Please sign in to comment.