|
17 | 17 |
|
18 | 18 | <!-- Plugin Name --> |
19 | 19 | <name>Vigilnz Security</name> |
20 | | - <description>Vigilnz Security Plugin integrates security scanning capabilities into Jenkins. Run CVE, SAST, SBOM, and other security scans as part of your CI/CD pipeline.</description> |
| 20 | + <description>Vigilnz Security Plugin integrates security scanning capabilities into Jenkins. Run CVE, SAST, SBOM, |
| 21 | + and other security scans as part of your CI/CD pipeline. |
| 22 | + </description> |
21 | 23 | <url>https://github.com/${gitHubRepo}</url> |
22 | 24 | <licenses> |
23 | 25 | <license> |
|
32 | 34 | <tag>${scmTag}</tag> |
33 | 35 | <url>https://github.com/${gitHubRepo}</url> |
34 | 36 | </scm> |
35 | | - |
36 | | - <developers> |
37 | | - <developer> |
38 | | - <id>vigilnz</id> |
39 | | - <name>Vigilnz Team</name> |
40 | | - |
41 | | - </developer> |
42 | | - </developers> |
| 37 | + |
| 38 | + <!-- <developers>--> |
| 39 | + <!-- <developer>--> |
| 40 | + <!-- <id>vigilnz</id>--> |
| 41 | + <!-- <name>Vigilnz Team</name>--> |
| 42 | + <!-- <email>[email protected]</email>--> |
| 43 | + <!-- </developer>--> |
| 44 | + <!-- </developers>--> |
43 | 45 |
|
44 | 46 | <properties> |
45 | 47 | <revision>1.0</revision> |
46 | | - <changelist></changelist> |
| 48 | + <changelist>999999-SNAPSHOT</changelist> |
47 | 49 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
48 | 50 | <jenkins.baseline>2.516</jenkins.baseline> |
49 | 51 | <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
|
52 | 54 | <spotless.check.skip>false</spotless.check.skip> |
53 | 55 | <ban-junit4-imports.skip>false</ban-junit4-imports.skip> |
54 | 56 | <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts> |
55 | | - <hpi.bundledArtifacts>jackson-annotations,jackson-core,jackson-databind</hpi.bundledArtifacts> |
56 | 57 | </properties> |
57 | 58 |
|
58 | 59 | <dependencyManagement> |
59 | 60 | <dependencies> |
60 | 61 | <dependency> |
61 | 62 | <groupId>io.jenkins.tools.bom</groupId> |
62 | 63 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
63 | | - <version>5659.vecf9e2dc5a_ed</version> |
| 64 | + <version>5750.vec44cb_c78352</version> |
64 | 65 | <type>pom</type> |
65 | 66 | <scope>import</scope> |
66 | 67 | </dependency> |
|
87 | 88 | <dependency> |
88 | 89 | <groupId>org.jenkins-ci.plugins</groupId> |
89 | 90 | <artifactId>credentials</artifactId> |
90 | | - <version>1337.v60b_d7b_c7b_c9f</version> |
| 91 | + <!-- <version>1337.v60b_d7b_c7b_c9f</version>--> |
91 | 92 | </dependency> |
92 | 93 |
|
93 | 94 | <!-- Pipeline Step API --> |
|
112 | 113 | <scope>provided</scope> |
113 | 114 | </dependency> |
114 | 115 |
|
| 116 | + <!-- <dependency>--> |
| 117 | + <!-- <groupId>com.fasterxml.jackson.core</groupId>--> |
| 118 | + <!-- <artifactId>jackson-databind</artifactId>--> |
| 119 | + <!-- <version>2.20.1</version>--> |
| 120 | + <!-- </dependency>--> |
| 121 | + |
115 | 122 | <dependency> |
116 | | - <groupId>com.fasterxml.jackson.core</groupId> |
117 | | - <artifactId>jackson-databind</artifactId> |
118 | | - <version>2.20.1</version> |
| 123 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 124 | + <artifactId>jackson2-api</artifactId> |
119 | 125 | </dependency> |
120 | 126 |
|
121 | 127 | </dependencies> |
|
0 commit comments