Skip to content

Commit

Permalink
More ObjectResolver fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 28, 2018
1 parent f87ffe0 commit a9711e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
http://www.springframework.org/schema/context/spring-context-3.0.xsd"
default-lazy-init="false" default-autowire="byName">

<bean id="repoObjectResolver" class="com.evolveum.midpoint.test.RepoObjectResolver" />
<bean id="repoSimpleObjectResolver" class="com.evolveum.midpoint.test.RepoSimpleObjectResolver" />

<bean name="midpointConfiguration" class="com.evolveum.midpoint.init.StartupConfiguration" init-method="init">
<constructor-arg value="./target/midpoint-home" />
Expand Down

0 comments on commit a9711e4

Please sign in to comment.