Skip to content

Commit de01fc0

Browse files
committed
chore: udpate integration on unit
Signed-off-by: Otavio Santana <[email protected]>
1 parent a19b750 commit de01fc0

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<mockito.verson>4.11.0</mockito.verson>
3333
<assertj.version>3.24.2</assertj.version>
3434
<junit.version>5.9.2</junit.version>
35-
<jmolecules.version>1.9.0</jmolecules.version>
3635
</properties>
3736

3837
<dependencies>
@@ -71,14 +70,10 @@
7170
<scope>compile</scope>
7271
</dependency>
7372
<dependency>
74-
<groupId>org.jmolecules</groupId>
75-
<artifactId>jmolecules-ddd</artifactId>
76-
<version>${jmolecules.version}</version>
77-
</dependency>
78-
<dependency>
79-
<groupId>org.jmolecules</groupId>
80-
<artifactId>jmolecules-layered-architecture</artifactId>
81-
<version>${jmolecules.version}</version>
73+
<groupId>org.jmolecules.integrations</groupId>
74+
<artifactId>jmolecules-archunit</artifactId>
75+
<version>0.23.0</version>
76+
<scope>test</scope>
8277
</dependency>
8378
</dependencies>
8479

0 commit comments

Comments
 (0)