removed lombok dependency

This commit is contained in:
2018-04-14 11:32:32 +02:00
parent 2badffe64b
commit 32197e1c7b
2 changed files with 0 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ 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"
libraryDependencies += "javax" % "javaee-api" % "7.0" % "provided"
//libraryDependencies += "javax" % "javaee-api" % "7.0 "