Skip to content

Commit

Permalink
Fix maven central dependency version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Dec 5, 2024
1 parent 6b3dd89 commit 18b6882
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.merkle.oss.magnolia</groupId>
<artifactId>magnolia-testing</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.4-SNAPSHOT</version>

<name>${project.artifactId}</name>
<description>Magnolia testing</description>
Expand Down Expand Up @@ -38,6 +38,7 @@
<properties>
<!-- mvn versions:display-property-updates -->
<magnolia.version>6.3.1</magnolia.version>
<magnolia.license.version>2.0.0</magnolia.license.version>
<jsr305.nullable.version>3.0.2</jsr305.nullable.version>
<!--Test dependency versions-->
<junit.version>5.11.1</junit.version>
Expand Down Expand Up @@ -65,13 +66,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-license</artifactId>
<version>2.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/magnolia-license-2.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down Expand Up @@ -103,6 +97,9 @@
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-license</artifactId>
<version>${magnolia.license.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/magnolia-license-2.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
Expand Down

0 comments on commit 18b6882

Please sign in to comment.