Skip to content

Commit 30242a9

Browse files
committed
refactor: remove unused e-mail controller
elimu-ai/wiki#194
1 parent 6361048 commit 30242a9

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed

pom-dependency-tree.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ai.elimu:webapp:war:2.6.111-SNAPSHOT
1+
ai.elimu:webapp:war:2.6.112-SNAPSHOT
22
+- ai.elimu:model:jar:model-2.0.118:compile
33
| \- com.google.code.gson:gson:jar:2.13.1:compile
44
| \- com.google.errorprone:error_prone_annotations:jar:2.38.0:compile
@@ -20,11 +20,6 @@ ai.elimu:webapp:war:2.6.111-SNAPSHOT
2020
+- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.24.3:runtime
2121
| \- org.slf4j:slf4j-api:jar:2.0.16:compile
2222
+- commons-lang:commons-lang:jar:2.6:compile
23-
+- commons-validator:commons-validator:jar:1.9.0:compile
24-
| +- commons-beanutils:commons-beanutils:jar:1.9.4:compile
25-
| +- commons-digester:commons-digester:jar:2.1:compile
26-
| +- commons-logging:commons-logging:jar:1.3.2:compile
27-
| \- commons-collections:commons-collections:jar:3.2.2:compile
2823
+- org.apache.commons:commons-csv:jar:1.14.0:compile
2924
| +- commons-io:commons-io:jar:2.18.0:compile
3025
| \- commons-codec:commons-codec:jar:1.18.0:compile

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,6 @@
372372
<artifactId>commons-lang</artifactId>
373373
<version>2.6</version>
374374
</dependency>
375-
<dependency>
376-
<groupId>commons-validator</groupId>
377-
<artifactId>commons-validator</artifactId>
378-
<version>1.9.0</version>
379-
</dependency>
380375
<dependency>
381376
<groupId>org.apache.commons</groupId>
382377
<artifactId>commons-csv</artifactId>

src/main/java/ai/elimu/web/content/contributor/AddEmailController.java

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

0 commit comments

Comments
 (0)