Skip to content

Commit 4c4e5c6

Browse files
committed
✨ Updated pom.xml to use fluentforms-jersey-spring-boot-starter
1 parent edc89ba commit 4c4e5c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • spring/fluentforms-sample-web-jersey-app

spring/fluentforms-sample-web-jersey-app/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<wiremock.version>3.13.1</wiremock.version>
1919
<wiremock-spring-boot.version>3.10.6</wiremock-spring-boot.version>
2020
<htmlunit.version>4.16.0</htmlunit.version>
21-
<fluentforms.spring.boot.starter.version>0.0.4-SNAPSHOT</fluentforms.spring.boot.starter.version>
21+
<fluentforms.jersey.spring.boot.starter.version>0.0.4-SNAPSHOT</fluentforms.jersey.spring.boot.starter.version>
2222
<fp.hamcrest.matchers.version>0.0.4-SNAPSHOT</fp.hamcrest.matchers.version>
2323
</properties>
2424

@@ -67,8 +67,8 @@
6767
</dependency>
6868
<dependency>
6969
<groupId>com._4point.aem.fluentforms</groupId>
70-
<artifactId>fluentforms-spring-boot-starter</artifactId>
71-
<version>${fluentforms.spring.boot.starter.version}</version>
70+
<artifactId>fluentforms-jersey-spring-boot-starter</artifactId>
71+
<version>${fluentforms.jersey.spring.boot.starter.version}</version>
7272
</dependency>
7373

7474
<!-- Testing Dependencies -->

0 commit comments

Comments
 (0)