Skip to content

Commit

Permalink
Fix test problems
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Nov 5, 2024
1 parent 3503fd2 commit 56a7ad4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tests/com.salesforce.bazel.sdk.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ Bundle-SymbolicName: com.salesforce.bazel.sdk.tests
Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: Bazel Eclipse Feature
Fragment-Host: com.salesforce.bazel.sdk;bundle-version="2.0.0.qualifier"
Import-Package: net.bytebuddy.agent;version="1.14.0",
org.junit;version="4.10.0",
org.junit.jupiter.api;version="5.9.3",
org.junit.jupiter.api.condition;version="5.9.3",
org.junit.jupiter.api.function;version="5.9.3",
org.junit.jupiter.api.io;version="5.9.3",
org.mockito;version="5.1.1"
Import-Package: org.junit.jupiter.api;version="[5.11.0,6.0.0)",
org.junit.jupiter.api.condition;version="[5.11.0,6.0.0)",
org.junit.jupiter.api.function;version="[5.11.0,6.0.0)",
org.junit.jupiter.api.io;version="[5.11.0,6.0.0)"
Automatic-Module-Name: com.salesforce.bazel.java.sdk.tests
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ClassPath: .

0 comments on commit 56a7ad4

Please sign in to comment.