|
69 | 69 |
|
70 | 70 | <properties> |
71 | 71 | <apiguardian.version>1.1.1</apiguardian.version> |
| 72 | + <archunit.version>0.23.1</archunit.version> |
72 | 73 | <asciidoctor-maven-plugin.version>2.1.0</asciidoctor-maven-plugin.version> |
73 | 74 | <asciidoctorj-diagram.version>2.1.0</asciidoctorj-diagram.version> |
74 | | - |
75 | 75 | <byte-buddy.version>1.11.0</byte-buddy.version> |
76 | 76 | <cdi>3.0.1</cdi> |
77 | 77 | <checkstyle.skip>${skipTests}</checkstyle.skip> |
|
86 | 86 | <java-module-name>spring.data.neo4j</java-module-name> |
87 | 87 | <java.version>17</java.version> |
88 | 88 | <jaxb.version>2.3.1</jaxb.version> |
89 | | - <jqassistant-dashboard-plugin.version>1.10.0</jqassistant-dashboard-plugin.version> |
90 | | - <jqassistant.plugin.git.version>1.8.0</jqassistant.plugin.git.version> |
91 | | - <jqassistant.plugin.version>1.10.1</jqassistant.plugin.version> |
92 | | - <jqassistant.version>1.10.1</jqassistant.version> |
93 | 89 | <junit-cc-testcontainer>2021.0.1</junit-cc-testcontainer> |
94 | 90 | <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version> |
95 | 91 | <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
|
230 | 226 | <type>pom</type> |
231 | 227 | <scope>import</scope> |
232 | 228 | </dependency> |
| 229 | + <dependency> |
| 230 | + <groupId>com.tngtech.archunit</groupId> |
| 231 | + <artifactId>archunit</artifactId> |
| 232 | + <version>${archunit.version}</version> |
| 233 | + </dependency> |
233 | 234 | </dependencies> |
234 | 235 | </dependencyManagement> |
235 | 236 |
|
|
437 | 438 | </exclusion> |
438 | 439 | </exclusions> |
439 | 440 | </dependency> |
| 441 | + <dependency> |
| 442 | + <groupId>com.tngtech.archunit</groupId> |
| 443 | + <artifactId>archunit</artifactId> |
| 444 | + <scope>test</scope> |
| 445 | + </dependency> |
440 | 446 | </dependencies> |
441 | 447 |
|
442 | 448 | <repositories> |
|
482 | 488 | <expandEmptyElements>false</expandEmptyElements> |
483 | 489 | </configuration> |
484 | 490 | </plugin> |
485 | | - <plugin> |
486 | | - <groupId>com.buschmais.jqassistant</groupId> |
487 | | - <artifactId>jqassistant-maven-plugin</artifactId> |
488 | | - <version>${jqassistant.version}</version> |
489 | | - <dependencies> |
490 | | - <dependency> |
491 | | - <groupId>de.kontext-e.jqassistant.plugin</groupId> |
492 | | - <artifactId>jqassistant.plugin.git</artifactId> |
493 | | - <version>${jqassistant.plugin.git.version}</version> |
494 | | - </dependency> |
495 | | - <dependency> |
496 | | - <groupId>org.jqassistant.contrib.plugin</groupId> |
497 | | - <artifactId>jqassistant-dashboard-plugin</artifactId> |
498 | | - <version>${jqassistant-dashboard-plugin.version}</version> |
499 | | - </dependency> |
500 | | - </dependencies> |
501 | | - <configuration> |
502 | | - <rulesDirectory>etc/jqassistant</rulesDirectory> |
503 | | - <skip>${skipArchitectureTests}</skip> |
504 | | - </configuration> |
505 | | - </plugin> |
506 | 491 | <plugin> |
507 | 492 | <groupId>org.jacoco</groupId> |
508 | 493 | <artifactId>jacoco-maven-plugin</artifactId> |
|
712 | 697 | </archive> |
713 | 698 | </configuration> |
714 | 699 | </plugin> |
715 | | - <plugin> |
716 | | - <groupId>com.buschmais.jqassistant</groupId> |
717 | | - <artifactId>jqassistant-maven-plugin</artifactId> |
718 | | - <executions> |
719 | | - <execution> |
720 | | - <id>jqassistant-scan</id> |
721 | | - <phase>verify</phase> |
722 | | - <goals> |
723 | | - <goal>scan</goal> |
724 | | - </goals> |
725 | | - <configuration> |
726 | | - <scanProperties> |
727 | | - <jqassistant.plugin.jacoco.filename>jacoco.xml</jqassistant.plugin.jacoco.filename> |
728 | | - </scanProperties> |
729 | | - <scanIncludes> |
730 | | - <scanInclude> |
731 | | - <path>${project.basedir}/.git</path> |
732 | | - </scanInclude> |
733 | | - <scanInclude> |
734 | | - <path>${project.reporting.outputDirectory}/jacoco</path> |
735 | | - </scanInclude> |
736 | | - </scanIncludes> |
737 | | - </configuration> |
738 | | - </execution> |
739 | | - <execution> |
740 | | - <id>jqassistant-analyze</id> |
741 | | - <goals> |
742 | | - <goal>analyze</goal> |
743 | | - </goals> |
744 | | - <configuration> |
745 | | - <failOnSeverity>MINOR</failOnSeverity> |
746 | | - <groups> |
747 | | - <group>default</group> |
748 | | - <group>jqassistant-dashboard:Default</group> |
749 | | - </groups> |
750 | | - </configuration> |
751 | | - </execution> |
752 | | - </executions> |
753 | | - </plugin> |
754 | 700 | <plugin> |
755 | 701 | <groupId>org.apache.maven.plugins</groupId> |
756 | 702 | <artifactId>maven-compiler-plugin</artifactId> |
|
0 commit comments