Skip to content

Commit

Permalink
Merge pull request #131 from Checkmarx/bug/support-12-2023
Browse files Browse the repository at this point in the history
fixing dependency compatibility support
  • Loading branch information
OrShamirCM authored Apr 8, 2024
2 parents 12458c0 + c9e17a5 commit bf7071f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.osgi.services,
com.google.guava,
org.eclipse.e4.ui.di,
javax.inject
jakarta.inject.jakarta.inject-api;bundle-version="1.0.5"
Automatic-Module-Name: com.checkmarx.eclipse
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.core.resources
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,11 @@
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>1.0.5</version>
</dependency>
</dependencies>
</project>

0 comments on commit bf7071f

Please sign in to comment.