Skip to content

Commit 2eb0d53

Browse files
authored
Merge pull request #367 from ssmusoke/bug-fixes
Revert dependency setting for aijar-tools in the omod/pom.xml that was breaking builds
2 parents 21cd5b3 + 9204136 commit 2eb0d53

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

omod/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
<artifactId>${project.parent.artifactId}-api</artifactId>
2727
<version>${project.parent.version}</version>
2828
</dependency>
29-
30-
<dependency>
31-
<groupId>${project.parent.groupId}</groupId>
32-
<artifactId>${project.parent.artifactId}-tools</artifactId>
33-
<version>${project.parent.version}</version>
34-
</dependency>
3529

3630
<dependency>
3731
<groupId>${project.parent.groupId}</groupId>

0 commit comments

Comments
 (0)