File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
examples/springdoc-openapi-scala-2/simple Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,11 @@ lazy val `springdoc-openapi-scala-2-version`: String = ??? // specify version of
2121lazy val root = (project in file(" ." ))
2222 .settings(
2323 libraryDependencies ++= Seq (
24- // Comment out line below for local testing.
2524 " za.co.absa" %% " springdoc-openapi-scala-2" % `springdoc-openapi-scala-2-version`,
2625 " org.springdoc" % " springdoc-openapi-starter-webmvc-api" % " 2.8.14" ,
2726 " org.springframework.boot" % " spring-boot-starter-web" % " 3.5.7" ,
2827 " org.playframework" %% " play-json" % " 3.0.1"
2928 ),
30- // Uncomment and adjust line below for local testng.
31- // unmanagedJars in Compile += file("../../../library/target/2-jvm-2.12/springdoc-openapi-scala-2_2.12-0.3.3+14-97dc83a7+20251106-1725-SNAPSHOT.jar"),
3229 webappWebInfClasses := true ,
3330 inheritJarManifest := true
3431 )
You can’t perform that action at this time.
0 commit comments