Fix java-functions.version in xmpp source / sink modules.

This commit is contained in:
Corneil du Plessis
2024-11-29 14:05:21 +02:00
parent b5557cdefb
commit bd5f8a2f2f
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-function-test-support</artifactId>
<version>${project.version}</version>
<version>${java-functions.version}</version>
<scope>test</scope>
</dependency>

View File

@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-function-test-support</artifactId>
<version>${project.version}</version>
<version>${java-functions.version}</version>
<scope>test</scope>
</dependency>
<dependency>