File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 133
133
<fluidoVersion >${maven-fluido-skin.version}</fluidoVersion >
134
134
<modelloNamespaceRuleVersion >2.1.0</modelloNamespaceRuleVersion >
135
135
<modelloNamespaceReportVersion >2.0.0</modelloNamespaceReportVersion >
136
+ <byteBuddyVersion >1.14.11</byteBuddyVersion >
136
137
<scmpublish .content>${project.build.directory} /staging/versions</scmpublish .content>
137
138
<!-- mono-module doesn't require site:stage for scm-publish -->
138
139
<project .build.outputTimestamp>2023-11-17T00:00:27Z</project .build.outputTimestamp>
328
329
<artifactId >plexus-archiver</artifactId >
329
330
<version >4.9.1</version >
330
331
</dependency >
332
+
333
+ <!-- JDK 21 support -->
334
+ <dependency >
335
+ <groupId >net.bytebuddy</groupId >
336
+ <artifactId >byte-buddy</artifactId >
337
+ <version >${byteBuddyVersion} </version >
338
+ </dependency >
339
+ <dependency >
340
+ <groupId >net.bytebuddy</groupId >
341
+ <artifactId >byte-buddy-agent</artifactId >
342
+ <version >${byteBuddyVersion} </version >
343
+ </dependency >
331
344
</dependencies >
332
345
</dependencyManagement >
333
346
You can’t perform that action at this time.
0 commit comments