Skip to content

Commit

Permalink
Merge pull request #109 from CoreMedia/toko/CMS-23457/Update-PF4J
Browse files Browse the repository at this point in the history
  • Loading branch information
marcrohlfs authored Sep 12, 2023
2 parents 6119611 + 6f5d518 commit 667c8e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions headless-server-commerce-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<cms.version>2307.1</cms.version>
<graphiql-spring-boot-starter.version>11.1.0</graphiql-spring-boot-starter.version>
<jetty.version>10.0.16</jetty.version>
<pf4j.version>3.10.0</pf4j.version>
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
<sortpom-maven-plugin.version>3.3.0</sortpom-maven-plugin.version>
<springfox.version>3.0.0</springfox.version>
Expand Down Expand Up @@ -211,6 +212,11 @@
<artifactId>json</artifactId>
<version>${json.version}</version>
</dependency>
<dependency>
<groupId>org.pf4j</groupId>
<artifactId>pf4j</artifactId>
<version>${pf4j.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
Expand Down

0 comments on commit 667c8e1

Please sign in to comment.