Skip to content

Commit 66e89db

Browse files
revert wrapper update (#155)
* revert wrapper update * update dependencies * update
1 parent b76064a commit 66e89db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

checkmarx-ast-eclipse-plugin/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/>
1212
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/>
1313
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
14-
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.0.17.jar"/>
14+
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.0.16.jar"/>
1515
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.13.4.2.jar"/>
1616
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
1717
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>

checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.ui,
1010
org.eclipse.ui.ide,
1111
org.eclipse.jgit,
1212
org.eclipse.e4.core.services,
13-
org.eclipse.osgi.services,
13+
org.eclipse.osgi.services;resolution:=optional,
1414
com.google.guava,
1515
org.eclipse.e4.ui.di,
1616
jakarta.inject.jakarta.inject-api;bundle-version="1.0.5"
@@ -25,7 +25,7 @@ Bundle-ClassPath: lib/slf4j-simple-1.7.5.jar,
2525
lib/jackson-annotations-2.12.4.jar,
2626
lib/jackson-core-2.12.4.jar,
2727
lib/commons-lang3-3.12.0.jar,
28-
lib/ast-cli-java-wrapper-2.0.17.jar,
28+
lib/ast-cli-java-wrapper-2.0.16.jar,
2929
lib/jackson-databind-2.13.4.2.jar,
3030
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,
3131
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,

checkmarx-ast-eclipse-plugin/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bin.includes = plugin.xml,\
88
lib/jackson-annotations-2.12.4.jar,\
99
lib/jackson-core-2.12.4.jar,\
1010
lib/commons-lang3-3.12.0.jar,\
11-
lib/ast-cli-java-wrapper-2.0.17.jar,\
11+
lib/ast-cli-java-wrapper-2.0.16.jar,\
1212
lib/jackson-databind-2.13.4.2.jar,\
1313
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,\
1414
.,\

checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.0.17.jar renamed to checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.0.16.jar

85.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)