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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4- <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >com.checkmarx.ast.eclipse</groupId >
7- <artifactId >checkmarx-eclipse-plugin</artifactId >
8- <version >1.0.0-SNAPSHOT</version >
9- </parent >
10- <artifactId >com.checkmarx.eclipse.plugin</artifactId >
11- <packaging >eclipse-plugin</packaging >
2+ <project
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+ xmlns=" http://maven.apache.org/POM/4.0.0"
5+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" >
6+ <modelVersion >4.0.0</modelVersion >
7+ <parent >
8+ <groupId >com.checkmarx.ast.eclipse</groupId >
9+ <artifactId >checkmarx-eclipse-plugin</artifactId >
10+ <version >1.0.0-SNAPSHOT</version >
11+ </parent >
12+ <artifactId >com.checkmarx.eclipse.plugin</artifactId >
13+ <packaging >eclipse-plugin</packaging >
14+ <dependencies >
15+ <dependency >
16+ <groupId >com.fasterxml.jackson.core</groupId >
17+ <artifactId >jackson-databind</artifactId >
18+ <version >2.17.0</version >
19+ </dependency >
20+ </dependencies >
21+ <build >
22+ <plugins >
23+ <plugin >
24+ <groupId >org.eclipse.tycho</groupId >
25+ <artifactId >tycho-packaging-plugin</artifactId >
26+ <configuration >
27+ <pomDependencies >consider</pomDependencies >
28+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
32+
1233</project >
You can’t perform that action at this time.
0 commit comments