File tree Expand file tree Collapse file tree 8 files changed +11
-5
lines changed
spring-boot-deployment-tests
spring-boot-integration-tests/spring-boot-gradle-tests
java/org/springframework/boot/gradle
resources/boot-run-resources
spring-boot-sample-integration/src/main/resources
spring-boot-sample-parent-context/src/main/resources Expand file tree Collapse file tree 8 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1818 </organization >
1919 <properties >
2020 <main .basedir>${basedir} /..</main .basedir>
21+ <java .version>1.7</java .version>
2122 </properties >
2223 <modules >
2324 <module >spring-boot-deployment-test-tomee</module >
Original file line number Diff line number Diff line change 3030 <artifactId >spring-boot-dependency-tools</artifactId >
3131 <scope >test</scope >
3232 </dependency >
33+ <dependency >
34+ <groupId >org.springframework.boot</groupId >
35+ <artifactId >spring-boot</artifactId >
36+ <scope >test</scope >
37+ </dependency >
3338 </dependencies >
3439 <repositories >
3540 <repository >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 33 xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
44 xmlns:int=" http://www.springframework.org/schema/integration"
55 xmlns:int-file=" http://www.springframework.org/schema/integration/file"
6- xsi:schemaLocation=" http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd
7- http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file.xsd
6+ xsi:schemaLocation=" http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-4.1 .xsd
7+ http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file-4.1 .xsd
88 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
99
1010 <int-file : inbound-channel-adapter channel =" input" directory =" target/input" filename-pattern =" *" >
Original file line number Diff line number Diff line change 33 xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
44 xmlns:int=" http://www.springframework.org/schema/integration"
55 xmlns:int-file=" http://www.springframework.org/schema/integration/file"
6- xsi:schemaLocation=" http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd
7- http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file.xsd
6+ xsi:schemaLocation=" http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-4.1 .xsd
7+ http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file-4.1 .xsd
88 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
99
1010 <int-file : inbound-channel-adapter channel =" input" directory =" target/input" filename-pattern =" *" >
11- <int : poller fixed-rate =" 500" />
11+ <int : poller fixed-rate =" 500" />
1212 </int-file : inbound-channel-adapter >
1313
1414 <int : service-activator input-channel =" input" ref =" sampleEndpoint" output-channel =" output" />
You can’t perform that action at this time.
0 commit comments