File tree Expand file tree Collapse file tree 4 files changed +36
-17
lines changed
samples/client/petstore/scala Expand file tree Collapse file tree 4 files changed +36
-17
lines changed Original file line number Diff line number Diff line change 28
28
.lib
29
29
atlassian-ide-plugin.xml
30
30
.DS_Store
31
+ * ~
Original file line number Diff line number Diff line change 188
188
</dependency >
189
189
</dependencies >
190
190
<profiles >
191
+ <profile >
192
+ <id >scala_2.11</id >
193
+ <properties >
194
+ <scala-version >2.11.2</scala-version >
195
+ <scala-short-version >2.11</scala-short-version >
196
+ <swagger-core-version >1.3.10</swagger-core-version >
197
+ <scala-test-version >2.2.2</scala-test-version >
198
+ </properties >
199
+ </profile >
191
200
<profile >
192
201
<id >scala_2.10</id >
202
+ <activation >
203
+ <activeByDefault >true</activeByDefault >
204
+ </activation >
193
205
<properties >
194
206
<scala-version >2.10.3</scala-version >
195
207
<scala-short-version >2.10</scala-short-version >
196
- <swagger-core-version >1.3.2 </swagger-core-version >
208
+ <swagger-core-version >1.3.10 </swagger-core-version >
197
209
<scala-test-version >2.1.2</scala-test-version >
198
210
</properties >
199
211
</profile >
200
212
<profile >
201
213
<id >scala_2.9.1</id >
202
- <activation >
203
- <activeByDefault >true</activeByDefault >
204
- </activation >
205
214
<properties >
206
215
<scala-version >2.9.1-1</scala-version >
207
216
<scala-short-version >2.9.1</scala-short-version >
208
- <swagger-core-version >1.1.0 </swagger-core-version >
209
- <scala-test-version >1.6.1 </scala-test-version >
217
+ <swagger-core-version >1.3.1 </swagger-core-version >
218
+ <scala-test-version >1.9.2 </scala-test-version >
210
219
</properties >
211
220
</profile >
212
221
</profiles >
215
224
<junit-version >4.8.1</junit-version >
216
225
<maven-plugin .version>1.0.0</maven-plugin .version>
217
226
<junit-version >4.8.1</junit-version >
218
- <scala-maven-plugin-version >3.1.5 </scala-maven-plugin-version >
227
+ <scala-maven-plugin-version >3.2.0 </scala-maven-plugin-version >
219
228
</properties >
220
229
</project >
221
230
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class PetApiTest extends FlatSpec with Matchers {
30
30
Category (1 , " sold" ),
31
31
" dragon" ,
32
32
(for (i <- (1 to 10 )) yield " http://foo.com/photo/" + i).toList,
33
- (for (i <- (1 to 5 )) yield Tag (i, " tag-" + i)).toList,
33
+ (for (i <- (1 to 5 )) yield com.wordnik.petstore.model. Tag (i, " tag-" + i)).toList,
34
34
" lost"
35
35
)
36
36
@@ -55,7 +55,7 @@ class PetApiTest extends FlatSpec with Matchers {
55
55
Category (1 , " sold" ),
56
56
" programmer" ,
57
57
(for (i <- (1 to 10 )) yield " http://foo.com/photo/" + i).toList,
58
- (for (i <- (1 to 5 )) yield Tag (i, " tag-" + i)).toList,
58
+ (for (i <- (1 to 5 )) yield com.wordnik.petstore.model. Tag (i, " tag-" + i)).toList,
59
59
" confused"
60
60
)
61
61
@@ -101,4 +101,4 @@ class PetApiTest extends FlatSpec with Matchers {
101
101
case None => fail(" didn't find pets by tag" )
102
102
}
103
103
}
104
- }
104
+ }
Original file line number Diff line number Diff line change 188
188
</dependency >
189
189
</dependencies >
190
190
<profiles >
191
+ <profile >
192
+ <id >scala_2.11</id >
193
+ <properties >
194
+ <scala-version >2.11.2</scala-version >
195
+ <scala-short-version >2.11</scala-short-version >
196
+ <swagger-core-version >1.3.10</swagger-core-version >
197
+ <scala-test-version >2.2.2</scala-test-version >
198
+ </properties >
199
+ </profile >
191
200
<profile >
192
201
<id >scala_2.10</id >
202
+ <activation >
203
+ <activeByDefault >true</activeByDefault >
204
+ </activation >
193
205
<properties >
194
206
<scala-version >2.10.3</scala-version >
195
207
<scala-short-version >2.10</scala-short-version >
196
- <swagger-core-version >1.3.2 </swagger-core-version >
208
+ <swagger-core-version >1.3.10 </swagger-core-version >
197
209
<scala-test-version >2.1.2</scala-test-version >
198
210
</properties >
199
211
</profile >
200
212
<profile >
201
213
<id >scala_2.9.1</id >
202
- <activation >
203
- <activeByDefault >true</activeByDefault >
204
- </activation >
205
214
<properties >
206
215
<scala-version >2.9.1-1</scala-version >
207
216
<scala-short-version >2.9.1</scala-short-version >
208
- <swagger-core-version >1.1.0 </swagger-core-version >
209
- <scala-test-version >1.6.1 </scala-test-version >
217
+ <swagger-core-version >1.3.1 </swagger-core-version >
218
+ <scala-test-version >1.9.2 </scala-test-version >
210
219
</properties >
211
220
</profile >
212
221
</profiles >
215
224
<junit-version >4.8.1</junit-version >
216
225
<maven-plugin .version >1.0.0</maven-plugin .version >
217
226
<junit-version >4.8.1</junit-version >
218
- <scala-maven-plugin-version >3.1.5 </scala-maven-plugin-version >
227
+ <scala-maven-plugin-version >3.2.0 </scala-maven-plugin-version >
219
228
</properties >
220
229
</project >
You can’t perform that action at this time.
0 commit comments