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 18
18
</organization >
19
19
<properties >
20
20
<main .basedir>${basedir} /..</main .basedir>
21
+ <java .version>1.7</java .version>
21
22
</properties >
22
23
<modules >
23
24
<module >spring-boot-deployment-test-tomee</module >
Original file line number Diff line number Diff line change 30
30
<artifactId >spring-boot-dependency-tools</artifactId >
31
31
<scope >test</scope >
32
32
</dependency >
33
+ <dependency >
34
+ <groupId >org.springframework.boot</groupId >
35
+ <artifactId >spring-boot</artifactId >
36
+ <scope >test</scope >
37
+ </dependency >
33
38
</dependencies >
34
39
<repositories >
35
40
<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 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:int=" http://www.springframework.org/schema/integration"
5
5
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
8
8
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
9
9
10
10
<int-file : inbound-channel-adapter channel =" input" directory =" target/input" filename-pattern =" *" >
Original file line number Diff line number Diff line change 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:int=" http://www.springframework.org/schema/integration"
5
5
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
8
8
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
9
9
10
10
<int-file : inbound-channel-adapter channel =" input" directory =" target/input" filename-pattern =" *" >
11
- <int : poller fixed-rate =" 500" />
11
+ <int : poller fixed-rate =" 500" />
12
12
</int-file : inbound-channel-adapter >
13
13
14
14
<int : service-activator input-channel =" input" ref =" sampleEndpoint" output-channel =" output" />
You can’t perform that action at this time.
0 commit comments