forked from loafle/openapi-generator-original
* 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:
committed by
William Cheng
parent
16e3226c8a
commit
ebf4efe3ea
@@ -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
|
||||
Reference in New Issue
Block a user