Skip to content

Commit

Permalink
Added missing dependency on test
Browse files Browse the repository at this point in the history
Signed-off-by: pierantoniomerlino <[email protected]>
  • Loading branch information
pierantoniomerlino committed Feb 20, 2025
1 parent d83a245 commit e247e30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kura/test/org.eclipse.kura.ai.triton.server.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
<artifactId>perfmark-api</artifactId>
<version>0.26.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.25.3</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e247e30

Please sign in to comment.