[DS-785] SWORD deposits fail when ingest events are fired if Discovery event consumer is configured

git-svn-id: http://scm.dspace.org/svn/repo/dspace/branches/dspace-1_7_x@6176 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Kim Shepherd
2011-03-23 07:11:41 +00:00
parent edb6a8a86f
commit 1bbea4dbc4
2 changed files with 16 additions and 0 deletions

View File

@@ -45,8 +45,19 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-api</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-services-impl</artifactId>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-api-lang</artifactId>

View File

@@ -81,6 +81,11 @@
<!--
Listener to initialise DSpace configuration and clean up the application
-->
<listener>
<listener-class>
org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener
</listener-class>
</listener>
<listener>
<listener-class>
org.dspace.app.util.DSpaceContextListener