Skip to content

Commit

Permalink
try to fix plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 10, 2024
1 parent 1ab8468 commit 42cdd91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugin-tester-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def scalaBinaryVersion = "${scalaVersion.major}.${scalaVersion.minor}"
dependencies {
implementation "org.apache.pekko:pekko-http-cors_${scalaBinaryVersion}:1.1.0"
implementation "org.scala-lang:scala-library:${scalaFullVersion}"
implementation 'com.google.protobuf:protobuf-java:4.28.2'
testImplementation "org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.1.2"
testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.19"
testImplementation "org.scalatestplus:junit-4-13_${scalaBinaryVersion}:3.2.19.0"
Expand Down
5 changes: 5 additions & 0 deletions plugin-tester-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
<artifactId>pekko-http-cors_2.12</artifactId>
<version>${pekko.http.version}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.28.2</version>
</dependency>

<dependency>
<groupId>org.apache.pekko</groupId>
Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* This file is part of the Apache Pekko project, derived from Akka.
*/

resolvers ++= Resolver.sonatypeOssRepos("snapshots")

enablePlugins(BuildInfoPlugin)

val sbtProtocV = "1.0.7"
Expand Down

0 comments on commit 42cdd91

Please sign in to comment.