Skip to content

Commit 79135c8

Browse files
dfa1claude
andcommitted
fix(build): pin aircompressor-v3 version explicitly in core/pom.xml
When core is resolved as a transitive dep (not reactor member), Maven cannot inherit the version from parent dependencyManagement, producing a validation error. Explicit version eliminates the warning. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2f7069e commit 79135c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<dependency>
2424
<groupId>io.airlift</groupId>
2525
<artifactId>aircompressor-v3</artifactId>
26+
<version>${aircompressor.version}</version>
2627
</dependency>
2728
<dependency>
2829
<groupId>com.github.luben</groupId>

0 commit comments

Comments
 (0)