Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions pom-dependency-tree.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ai.elimu:webapp:war:2.6.111-SNAPSHOT
ai.elimu:webapp:war:2.6.112-SNAPSHOT
+- ai.elimu:model:jar:model-2.0.118:compile
| \- com.google.code.gson:gson:jar:2.13.1:compile
| \- com.google.errorprone:error_prone_annotations:jar:2.38.0:compile
Expand Down Expand Up @@ -78,8 +78,6 @@ ai.elimu:webapp:war:2.6.111-SNAPSHOT
| \- org.java-websocket:Java-WebSocket:jar:1.3.8:compile
+- com.googlecode.texhyphj:texhyphj:jar:1.2:compile
+- net.dongliu:apk-parser:jar:2.6.10:compile
+- jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:3.0.0:compile
| \- jakarta.el:jakarta.el-api:jar:5.0.0:compile
+- org.glassfish.web:jakarta.servlet.jsp.jstl:jar:3.0.1:compile
+- org.hibernate.orm:hibernate-core:jar:6.1.7.Final:compile
| +- jakarta.transaction:jakarta.transaction-api:jar:2.0.0:compile
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,6 @@
<version>2.6.10</version>
</dependency>

<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
Expand Down
Loading