File tree Expand file tree Collapse file tree
checkmarx-ast-eclipse-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 </parent >
1010 <artifactId >com.checkmarx.eclipse.plugin</artifactId >
1111 <packaging >eclipse-plugin</packaging >
12+ <dependencies >
13+ <dependency >
14+ <groupId >com.fasterxml.jackson.core</groupId >
15+ <artifactId >jackson-databind</artifactId >
16+ <version >2.17.0</version >
17+ </dependency >
18+ </dependencies >
19+ <build >
20+ <plugins >
21+
22+ <plugin >
23+ <groupId >org.apache.felix</groupId >
24+ <artifactId >maven-bundle-plugin</artifactId >
25+ <version >5.1.8</version >
26+ <extensions >true</extensions >
27+ <configuration >
28+ <instructions >
29+ <Embed-Dependency >
30+ jackson-databind,
31+ jackson-core,
32+ jackson-annotations
33+ </Embed-Dependency >
34+ <Embed-Transitive >true</Embed-Transitive >
35+ <Embed-Directory >lib</Embed-Directory >
36+ <Embed-StripVersion >false</Embed-StripVersion >
37+ </instructions >
38+ </configuration >
39+ </plugin >
40+
41+ </plugins >
42+ </build >
43+
1244</project >
You can’t perform that action at this time.
0 commit comments