Skip to content

Commit 55d376f

Browse files
authored
Update README.adoc: deps instead of imports from POM
1 parent ff8da5f commit 55d376f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ However, it is easy to adopt this showcase to other architecture styles like htt
1010
== Why does Archunit improve my project?
1111

1212
ArchUnit is a java library which can be easily adopted to the needs of your project. The code is simple to understand through high readability. Custom warnings when rules are violated help the developers to understand which architechtural rule has been broken. You can use the given blueprint from this project using the basic devonfw-architecture to specify and add your own architectural rules with only a small or no effort.
13-
The given blueprint can be adapted to your project through copying the https://github.com/devonfw-sample/archunit/tree/master/src/test/java/com/devonfw/sample/archunit[test] folder, together with the needed imports from the https://github.com/devonfw-sample/archunit/blob/master/pom.xml[pom.xml].
13+
The given blueprint can be adapted to your project through copying the https://github.com/devonfw-sample/archunit/tree/master/src/test/java/com/devonfw/sample/archunit[test] folder, together with the needed dependencies from the https://github.com/devonfw-sample/archunit/blob/master/pom.xml[pom.xml].
1414

1515
== Blueprint for architecture validation
1616

0 commit comments

Comments
 (0)