Skip to content

Commit 22a9806

Browse files
Cleanup
1 parent 874fb22 commit 22a9806

File tree

1 file changed

+0
-3
lines changed
  • examples/springdoc-openapi-scala-2/simple

1 file changed

+0
-3
lines changed

examples/springdoc-openapi-scala-2/simple/build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ lazy val `springdoc-openapi-scala-2-version`: String = ??? // specify version of
2121
lazy 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
)

0 commit comments

Comments
 (0)