Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
thmarx authored Jan 14, 2025
1 parent 822a488 commit a0b1de8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cms.version>7.4.2</cms.version>
<modules.version>1.0.0</modules.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

Expand All @@ -34,10 +35,10 @@
<version>${cms.version}</version>
</dependency>
<dependency>
<groupId>com.condation.cms.module.framework</groupId>
<groupId>com.condation.modules.framework</groupId>
<artifactId>modules-api</artifactId>
<scope>provided</scope>
<version>${cms.version}</version>
<version>${modules.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a0b1de8

Please sign in to comment.