|
30 | 30 | </scm> |
31 | 31 |
|
32 | 32 | <properties> |
33 | | - <revision>0.2.16</revision> |
| 33 | + <revision>0.3.0</revision> |
34 | 34 | <changelist>999999-SNAPSHOT</changelist> |
35 | 35 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
36 | 36 | <jenkins.baseline>2.504</jenkins.baseline> |
|
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>io.jenkins.plugins</groupId> |
64 | | - <artifactId>gson-api</artifactId> |
| 64 | + <artifactId>jackson3-api</artifactId> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>io.jenkins.plugins</groupId> |
|
72 | 72 | <artifactId>oras-java-sdk</artifactId> |
73 | 73 | <version>${revision}</version> |
74 | 74 | <exclusions> |
| 75 | + <!-- provided by jackson3 API plugin --> |
| 76 | + <exclusion> |
| 77 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 78 | + <artifactId>jackson-annotations</artifactId> |
| 79 | + </exclusion> |
75 | 80 | <!-- provided by commons-compress API plugin --> |
76 | 81 | <exclusion> |
77 | 82 | <groupId>com.github.luben</groupId> |
78 | 83 | <artifactId>zstd-jni</artifactId> |
79 | 84 | </exclusion> |
80 | | - <exclusion> |
81 | | - <groupId>com.google.code.gson</groupId> |
82 | | - <artifactId>gson</artifactId> |
83 | | - </exclusion> |
84 | | - <!-- provided by gson API plugin --> |
85 | | - <exclusion> |
86 | | - <groupId>com.google.code.gson</groupId> |
87 | | - <artifactId>gson</artifactId> |
88 | | - </exclusion> |
89 | 85 | <!-- provided by commons-compress API plugin --> |
90 | 86 | <exclusion> |
91 | 87 | <groupId>org.apache.commons</groupId> |
|
106 | 102 | <groupId>org.slf4j</groupId> |
107 | 103 | <artifactId>slf4j-api</artifactId> |
108 | 104 | </exclusion> |
| 105 | + <!-- provided by jackson3 API plugin --> |
| 106 | + <exclusion> |
| 107 | + <groupId>tools.jackson.core</groupId> |
| 108 | + <artifactId>jackson-core</artifactId> |
| 109 | + </exclusion> |
| 110 | + <!-- provided by jackson3 API plugin --> |
| 111 | + <exclusion> |
| 112 | + <groupId>tools.jackson.core</groupId> |
| 113 | + <artifactId>jackson-databind</artifactId> |
| 114 | + </exclusion> |
109 | 115 | </exclusions> |
110 | 116 | </dependency> |
111 | 117 | <dependency> |
|
0 commit comments