added map webservice

fixed syncDB EJB method
This commit is contained in:
2017-09-06 23:32:10 +02:00
parent bc9413b1cb
commit 671f74231a
7 changed files with 200 additions and 127 deletions

View File

@@ -9,7 +9,7 @@ scalaVersion := "2.12.2"
libraryDependencies += "org.tukaani" % "xz" % "1.6"
libraryDependencies += "org.apache.commons" % "commons-compress" % "1.14"
libraryDependencies += "org.projectlombok" % "lombok" % "1.16.18" % "provided"
libraryDependencies += "org.projectlombok" % "lombok" % "1.16.18"
libraryDependencies += "javax" % "javaee-api" % "7.0" % "provided"
//libraryDependencies += "javax" % "javaee-api" % "7.0 "
@@ -42,6 +42,8 @@ artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
artifact.name + "-" + module.revision + "." + artifact.extension
}
//javacOptions += "-g"
val wildflyUsername = SettingKey[String]("wildfly-username", "The account username to use to connect to wildfly with jboss-cli.sh")
val wildflyPassword = SettingKey[String]("wildfly-password", "The account password to use to connect to wildfly with jboss-cli.sh")
val wildflyURL = SettingKey[String]("wildfly-url", "The username to use to connect to wildfly with jboss-cli.sh")