File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11name := " ksql-jdbc-driver"
22
3- version := " 1.1-SNAPSHOT "
3+ version := " 1.1"
44
55initialize := {
66 assert(Integer .parseInt(sys.props(" java.specification.version" ).split(" \\ ." )(1 )) >= 8 , " Java 8 or above required" )
@@ -16,7 +16,7 @@ libraryDependencies += "io.confluent.ksql" % "ksql-rest-app" % "5.3.0"
1616libraryDependencies += " org.apache.kafka" %% " kafka" % " 2.3.0" % " test"
1717libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.8" % " test"
1818libraryDependencies += " org.scalamock" %% " scalamock-scalatest-support" % " 3.6.0" % " test"
19- libraryDependencies += " javax.ws.rs" % " javax.ws.rs-api" % " 2.1.1" artifacts ( Artifact (" javax.ws.rs-api" , " jar" , " jar" ) )
19+ libraryDependencies += " javax.ws.rs" % " javax.ws.rs-api" % " 2.1.1" artifacts Artifact (" javax.ws.rs-api" , " jar" , " jar" )
2020
2121assemblyMergeStrategy in assembly := {
2222 case PathList (" javax" , " inject" , xs@_* ) => MergeStrategy .first
You can’t perform that action at this time.
0 commit comments