Skip to content

Commit

Permalink
Fix java-functions.version in xmpp source / sink modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Nov 29, 2024
1 parent b5557cd commit bd5f8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/sink/xmpp-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion applications/source/xmpp-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bd5f8a2

Please sign in to comment.