Skip to content

Commit

Permalink
chore: Fix some sample dependencies (#4440)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Oct 17, 2024
1 parent 5fa39ca commit 8c4ed7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions samples/akka-http-quickstart-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<artifactId>akka-actor-typed_${scala.binary.version}</artifactId>
<version>${akka.version}</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-pki_${scala.binary.version}</artifactId>
<version>${akka.version}</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_${scala.binary.version}</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion samples/akka-http-quickstart-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ lazy val root = (project in file(".")).
"com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion,
"com.typesafe.akka" %% "akka-actor-typed" % akkaVersion,
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
"ch.qos.logback" % "logback-classic" % "1.2.11",
"com.typesafe.akka" %% "akka-pki" % akkaVersion,
"ch.qos.logback" % "logback-classic" % "1.5.7",

"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
"com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test,
Expand Down

0 comments on commit 8c4ed7c

Please sign in to comment.