Skip to content

Commit

Permalink
use explicit groupIds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Oct 27, 2023
1 parent afa69f9 commit 0a4f599
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion filters/reuse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
<dependencies>
<!-- internal -->
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-api</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion filters/statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
<dependencies>
<!-- internal -->
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-api</artifactId>
</dependency>

Expand Down
12 changes: 6 additions & 6 deletions oracles/parallelism/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ limitations under the License.
<dependencies>
<!-- internal -->
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-cache</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-membership-oracles</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-settings</artifactId>
</dependency>

Expand Down Expand Up @@ -79,12 +79,12 @@ limitations under the License.

<!-- test -->
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-drivers-simulator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-statistics</artifactId>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 0a4f599

Please sign in to comment.