fix: link derived events to raw frames

This commit is contained in:
lingniu
2026-07-01 18:08:11 +08:00
parent c8dac638b2
commit c8abc721e1
3 changed files with 46 additions and 8 deletions

View File

@@ -20,6 +20,10 @@
<groupId>com.lingniu.ingest</groupId>
<artifactId>ingest-codec-common</artifactId>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>ingest-facts</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>