Skip to content

Commit

Permalink
fixed pom
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Jan 26, 2025
1 parent 56823e3 commit 8fe28ed
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,20 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-base-parent</artifactId>
<artifactId>mmm-scanner-parent</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- own modules -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-ascii</artifactId>
<artifactId>mmm-text-ascii</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-text-hyphenation</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8fe28ed

Please sign in to comment.