Skip to content

Commit 52b3bd3

Browse files
veloclaude
andcommitted
Fix netty-tcnative dependency resolution by adding os-maven-plugin
Add os-maven-plugin extension to resolve ${os.detected.classifier} property needed for netty-tcnative dependency in benchmark module. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9d8e987 commit 52b3bd3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,13 @@
512512

513513
<build>
514514
<defaultGoal>clean install</defaultGoal>
515+
<extensions>
516+
<extension>
517+
<groupId>kr.motd.maven</groupId>
518+
<artifactId>os-maven-plugin</artifactId>
519+
<version>1.7.1</version>
520+
</extension>
521+
</extensions>
515522
<pluginManagement>
516523
<plugins>
517524
<plugin>

0 commit comments

Comments
 (0)