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

Commit bb62fb8

Browse files
committed
cleanup namespace
1 parent 6ea0113 commit bb62fb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop"
3+
xmlns:tx="http://www.springframework.org/schema/tx"
44
xmlns:context="http://www.springframework.org/schema/context"
5-
xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
5+
xsi:schemaLocation="
66
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
7-
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
7+
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
88
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">
99

1010
<tx:annotation-driven />

0 commit comments

Comments
 (0)