Skip to content

Commit 8e19720

Browse files
committed
Upgrade to jMolecules BOM 2025.0.0.
Fixes GH-2702.
1 parent 783b43f commit 8e19720

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

parent/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@
113113
<jakarta-annotation-api>2.0.0</jakarta-annotation-api>
114114
<jaxb>3.0.1</jaxb>
115115
<jacoco>0.8.14</jacoco>
116-
<jmolecules>2.0.0-RC2</jmolecules>
117-
<jmolecules-integration>0.30.0</jmolecules-integration>
116+
<jmolecules>2025.0.0</jmolecules>
118117
<jmh>1.37</jmh>
119118
<jsonpath>2.6.0</jsonpath>
120119
<junit>6.0.0</junit>
@@ -1115,6 +1114,14 @@
11151114
</exclusions>
11161115
</dependency>
11171116

1117+
<dependency>
1118+
<groupId>org.jmolecules</groupId>
1119+
<artifactId>jmolecules-bom</artifactId>
1120+
<version>${jmolecules}</version>
1121+
<type>pom</type>
1122+
<scope>import</scope>
1123+
</dependency>
1124+
11181125
<dependency>
11191126
<groupId>com.fasterxml.jackson.core</groupId>
11201127
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)