Skip to content

Commit

Permalink
Changed fcrepo-legacy-api to use CDI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Feb 16, 2013
1 parent 9f9c300 commit 1ace994
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 505 deletions.
11 changes: 8 additions & 3 deletions fcrepo-http-commons/pom.xml
Expand Up @@ -27,12 +27,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
Expand All @@ -41,7 +39,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
</dependency>

<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-openwebbeans</artifactId>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit4</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
224 changes: 0 additions & 224 deletions fcrepo-kernel/src/test/resources/foxml-example.xml

This file was deleted.

24 changes: 0 additions & 24 deletions fcrepo-kernel/src/test/resources/spring-test/eventing.xml

This file was deleted.

12 changes: 0 additions & 12 deletions fcrepo-kernel/src/test/resources/spring-test/master.xml

This file was deleted.

24 changes: 0 additions & 24 deletions fcrepo-kernel/src/test/resources/spring-test/repo.xml

This file was deleted.

0 comments on commit 1ace994

Please sign in to comment.