Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up OSGi exports
  • Loading branch information
acoburn authored and Andrew Woods committed Jun 12, 2015
1 parent 7591601 commit a5b7037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions fcrepo-http-api/pom.xml
Expand Up @@ -232,8 +232,7 @@
org.fcrepo.http.commons.domain.ldp,
org.fcrepo.http.commons.responses,
org.fcrepo.http.commons.session,
org.fcrepo.connector.filesystem,
org.modeshape.connector.filesystem
org.fcrepo.connector.file
</Import-Package>
</instructions>
</configuration>
Expand Down
Expand Up @@ -18,7 +18,7 @@
<context:component-scan base-package="org.fcrepo"/>

<bean name="modeshapeRepofactory"
class="org.fcrepo.kernel.spring.ModeShapeRepositoryFactoryBean">
class="org.fcrepo.kernel.impl.spring.ModeShapeRepositoryFactoryBean">
<property name="repositoryConfiguration" value="${fcrepo.modeshape.configuration:config/minimal-default/repository.json}"/>
</bean>

Expand Down

0 comments on commit a5b7037

Please sign in to comment.