Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Nov 7, 2024
1 parent 221bec1 commit 7115ec2
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ Bundle-SymbolicName: com.salesforce.bazel.importedsource.tests
Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: Bazel Eclipse Feature
Fragment-Host: com.salesforce.bazel.importedsource;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)"
Automatic-Module-Name: com.salesforce.bazel.java.sdk.tests
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ClassPath: lib/truth-0.31.jar,
Expand Down

0 comments on commit 7115ec2

Please sign in to comment.