Fix issue #6867 : The apiPackage option was ignored (#7316)

* Fix issue #6867 : The apiPackage option is ignored in the template for Java Play Framework.

* use openjdk7 in travis to ensure it works with jdk7
This commit is contained in:
Jean-François Côté
2018-01-10 00:15:49 -05:00
committed by William Cheng
parent 16e3226c8a
commit ebf4efe3ea
45 changed files with 3301 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
name := """swagger-java-playframework"""
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayJava)
scalaVersion := "2.12.2"
libraryDependencies += "org.webjars" % "swagger-ui" % "3.1.5"
libraryDependencies += "javax.validation" % "validation-api" % "1.1.0.Final"
libraryDependencies += guice