Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 224e955

Browse files
committed
remove trie module
1 parent 7bed498 commit 224e955

4 files changed

Lines changed: 0 additions & 76 deletions

File tree

common-util/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ ext {
99

1010
dependencies {
1111
if (isAutoDeploy) {
12-
api project(":trie")
1312
implementation 'com.github.comroid-git.guardian-framework:mutatio:master-SNAPSHOT'
1413
} else {
15-
api project(":common-util:trie")
1614
api project(":guardian:mutatio")
1715
}
1816
}

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rootProject.name = 'common-util'
44
include(':interfaces')
55

66
// generic tools
7-
include(':trie')
87
include(':common-util')
98
include(':commandline')
109

trie/build.gradle

Lines changed: 0 additions & 18 deletions
This file was deleted.

trie/pom.xml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)