Skip to content

Commit e4eb12b

Browse files
committed
fix: jstl dependency conflict
#2054
1 parent 6361048 commit e4eb12b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

pom-dependency-tree.txt

Lines changed: 1 addition & 3 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
@@ -78,8 +78,6 @@ ai.elimu:webapp:war:2.6.111-SNAPSHOT
7878
| \- org.java-websocket:Java-WebSocket:jar:1.3.8:compile
7979
+- com.googlecode.texhyphj:texhyphj:jar:1.2:compile
8080
+- net.dongliu:apk-parser:jar:2.6.10:compile
81-
+- jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:3.0.0:compile
82-
| \- jakarta.el:jakarta.el-api:jar:5.0.0:compile
8381
+- org.glassfish.web:jakarta.servlet.jsp.jstl:jar:3.0.1:compile
8482
+- org.hibernate.orm:hibernate-core:jar:6.1.7.Final:compile
8583
| +- jakarta.transaction:jakarta.transaction-api:jar:2.0.0:compile

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,6 @@
432432
<version>2.6.10</version>
433433
</dependency>
434434

435-
<dependency>
436-
<groupId>jakarta.servlet.jsp.jstl</groupId>
437-
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
438-
<version>3.0.0</version>
439-
</dependency>
440435
<dependency>
441436
<groupId>org.glassfish.web</groupId>
442437
<artifactId>jakarta.servlet.jsp.jstl</artifactId>

0 commit comments

Comments
 (0)