Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
introduced core test module for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Mar 1, 2022
1 parent fc8609f commit 7821d67
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
</properties>

<dependencies>
<dependency>
<groupId>com.buschmais.jqassistant.core</groupId>
<artifactId>test</artifactId>
</dependency>
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>common</artifactId>
<version>${jqa-plugin-common.version}</version>
</dependency>
<dependency>
<groupId>com.buschmais.jqassistant.core</groupId>
<artifactId>scanner</artifactId>
</dependency>
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>java</artifactId>
Expand All @@ -70,14 +70,6 @@
<artifactId>maven3</artifactId>
<version>${jqa-maven3-plugin.version}</version>
</dependency>
<dependency>
<groupId>com.buschmais.jqassistant.core</groupId>
<artifactId>report</artifactId>
</dependency>
<dependency>
<groupId>com.buschmais.jqassistant.core</groupId>
<artifactId>plugin</artifactId>
</dependency>
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>common</artifactId>
Expand Down

0 comments on commit 7821d67

Please sign in to comment.