Skip to content

Commit

Permalink
chore: minor Java fixes (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Dec 19, 2024
1 parent d2ac3f3 commit 286c58d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions jvm-runtime/ftl-runtime/common/build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<artifactId>quarkus-junit5</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-jvm-test-framework</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/java/build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>ftl-build-parent-java</artifactId>
<packaging>pom</packaging>
<name>Ftl Kotlin Build Parent POM</name>
<name>Ftl Java Build Parent POM</name>
<description>This pom.xml can be used as a parent pom to inherit all required configuration to build a FTL Java app.</description>

<dependencies>
Expand Down

0 comments on commit 286c58d

Please sign in to comment.