File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,4 @@ dependencies {
49
49
50
50
}
51
51
52
- appengine. httpPort = reservePorts(1 )[0 ]
53
-
54
- def reservePorts (int count ) {
55
- def sockets = []
56
- for (int i in 1 .. count) {
57
- sockets << new ServerSocket (0 )
58
- }
59
- def result = sockets* . localPort
60
- sockets* . close()
61
- result
62
- }
52
+ appengineRun. onlyIf { ! gradle. taskGraph. hasTask(appengineFunctionalTest) }
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.springframework.security</groupId >
5
5
<artifactId >spring-security-samples-gae-xml</artifactId >
6
- <version >4.0.2 .CI-SNAPSHOT</version >
6
+ <version >4.0.3 .CI-SNAPSHOT</version >
7
7
<packaging >war</packaging >
8
8
<name >spring-security-samples-gae-xml</name >
9
9
<description >spring-security-samples-gae-xml</description >
65
65
<dependency >
66
66
<groupId >org.springframework.security</groupId >
67
67
<artifactId >spring-security-core</artifactId >
68
- <version >4.0.2 .CI-SNAPSHOT</version >
68
+ <version >4.0.3 .CI-SNAPSHOT</version >
69
69
<scope >compile</scope >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >org.springframework.security</groupId >
73
73
<artifactId >spring-security-web</artifactId >
74
- <version >4.0.2 .CI-SNAPSHOT</version >
74
+ <version >4.0.3 .CI-SNAPSHOT</version >
75
75
<scope >compile</scope >
76
76
</dependency >
77
77
<dependency >
139
139
<dependency >
140
140
<groupId >org.springframework.security</groupId >
141
141
<artifactId >spring-security-config</artifactId >
142
- <version >4.0.2 .CI-SNAPSHOT</version >
142
+ <version >4.0.3 .CI-SNAPSHOT</version >
143
143
<scope >runtime</scope >
144
144
</dependency >
145
145
<dependency >
146
146
<groupId >org.springframework.security</groupId >
147
147
<artifactId >spring-security-taglibs</artifactId >
148
- <version >4.0.2 .CI-SNAPSHOT</version >
148
+ <version >4.0.3 .CI-SNAPSHOT</version >
149
149
<scope >runtime</scope >
150
150
</dependency >
151
151
<dependency >
You can’t perform that action at this time.
0 commit comments