Skip to content

Commit

Permalink
Add APMLogService Bean definition for testing context
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-ma-leonardo committed Nov 19, 2019
1 parent fff1192 commit 2668c6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<bean id="canoniserProvider" class="org.apromore.canoniser.provider.impl.CanoniserProviderImpl" p:canoniserSet-ref="canonisers"/>
<bean id="deploymentProvider" class="org.apromore.plugin.deployment.provider.impl.DeploymentPluginProviderImpl"/>
<bean id="annotationProcessorProvider" class="org.apromore.annotation.provider.impl.AnnotationProcessorProviderImpl"/>
<bean id="apmLogService" class="org.apromore.apmlog.impl.APMLogServiceImpl"/>

<!-- Mock Providers -->
<bean id="mockDeploymentProvider" class="org.apromore.plugin.deployment.MockDeploymentPluginProvider" />
Expand Down

0 comments on commit 2668c6b

Please sign in to comment.