File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8080 <dependency >
8181 <groupId >org.json4s</groupId >
8282 <artifactId >json4s-ext_2.10</artifactId >
83- <version >3.2.4 </version >
83+ <version >${json4s-version} </version >
8484 <scope >compile</scope >
8585 </dependency >
8686 <dependency >
8787 <groupId >org.json4s</groupId >
8888 <artifactId >json4s-native_2.10</artifactId >
89- <version >3.2.4 </version >
89+ <version >${json4s-version} </version >
9090 <scope >compile</scope >
9191 </dependency >
9292 <dependency >
9393 <groupId >org.json4s</groupId >
9494 <artifactId >json4s-jackson_2.10</artifactId >
95- <version >3.2.4 </version >
95+ <version >${json4s-version} </version >
9696 <scope >compile</scope >
9797 </dependency >
9898 <dependency >
Original file line number Diff line number Diff line change 347347 <module >modules/swagger-jersey-jaxrs</module >
348348 <module >modules/swagger-jersey2-jaxrs</module >
349349 <module >modules/swagger-servlet</module >
350+ <module >modules/swagger-utils</module >
350351 <module >modules/swagger-oauth2-auth-server</module >
351352 </modules >
352353 <reporting >
501502 <jackson-version >2.1.5</jackson-version >
502503 <jackson-scala-version >2.1.5</jackson-scala-version >
503504 <logback-version >1.0.1</logback-version >
505+ <json4s-version >3.2.5</json4s-version >
504506
505507 <junit-version >4.8.1</junit-version >
506508 <maven-plugin-version >1.0.0</maven-plugin-version >
509511 <scala-test-version >1.9</scala-test-version >
510512 <jetty-version >8.1.11.v20130520</jetty-version >
511513 <servlet-api-version >2.5</servlet-api-version >
512- <scala-maven-plugin-version >3.1.0 </scala-maven-plugin-version >
514+ <scala-maven-plugin-version >3.1.5 </scala-maven-plugin-version >
513515 </properties >
514516</project >
You can’t perform that action at this time.
0 commit comments