|
1 |
| -version := "1.0.0" |
2 |
| - |
3 |
| -name := "swagger-scala-client" |
4 |
| - |
5 |
| -organization := "io.swagger" |
6 |
| - |
7 |
| -scalaVersion := "2.11.8" |
| 1 | +version := "1.0.0" |
| 2 | +name := "swagger-scala-client" |
| 3 | +organization := "io.swagger" |
| 4 | +scalaVersion := "2.11.12" |
8 | 5 |
|
9 | 6 | libraryDependencies ++= Seq(
|
10 |
| - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.4.2", |
11 |
| - "com.sun.jersey" % "jersey-core" % "1.19", |
12 |
| - "com.sun.jersey" % "jersey-client" % "1.19", |
13 |
| - "com.sun.jersey.contribs" % "jersey-multipart" % "1.19", |
| 7 | + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.2", |
| 8 | + "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.2", |
| 9 | + "com.sun.jersey" % "jersey-core" % "1.19.4", |
| 10 | + "com.sun.jersey" % "jersey-client" % "1.19.4", |
| 11 | + "com.sun.jersey.contribs" % "jersey-multipart" % "1.19.4", |
14 | 12 | "org.jfarcand" % "jersey-ahc-client" % "1.0.5",
|
15 | 13 | "io.swagger" % "swagger-core" % "1.5.8",
|
16 |
| - "joda-time" % "joda-time" % "2.2", |
17 |
| - "org.joda" % "joda-convert" % "1.2", |
18 |
| - "org.scalatest" %% "scalatest" % "2.2.4" % "test", |
19 |
| - "junit" % "junit" % "4.8.1" % "test", |
| 14 | + "joda-time" % "joda-time" % "2.9.9", |
| 15 | + "org.joda" % "joda-convert" % "1.9.2", |
| 16 | + "org.scalatest" %% "scalatest" % "3.0.4" % "test", |
| 17 | + "junit" % "junit" % "4.12" % "test", |
20 | 18 | "com.wordnik.swagger" %% "swagger-async-httpclient" % "0.3.5"
|
21 | 19 | )
|
22 | 20 |
|
|
0 commit comments