Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 6ea0113

Browse files
committed
exclude subpackage which was introduced testing issue #1
1 parent 550fbf4 commit 6ea0113

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/resources/com/davidkarlsen/commonstransaction/spring/CommonsTransactionPlatformTransactionManagerIntegrationTest-context.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
<tx:annotation-driven />
1111

12-
<context:component-scan base-package="com.davidkarlsen.commonstransaction.spring" />
12+
<context:component-scan base-package="com.davidkarlsen.commonstransaction.spring">
13+
<context:exclude-filter type="aspectj" expression="com.davidkarlsen.commonstransaction.spring.*..*" />
14+
</context:component-scan>
1315

1416
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />
1517

0 commit comments

Comments
 (0)