Skip to content

Commit e176b7d

Browse files
committed
fix dependency versions
1 parent d4822f5 commit e176b7d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Diff for: src/server-qm/pom.xml

+6-7
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,15 @@
134134
<scope>provided</scope>
135135
</dependency>
136136
<dependency>
137-
<groupId>javax.servlet</groupId>
138-
<artifactId>jstl</artifactId>
139-
<version>1.2</version>
137+
<groupId>jakarta.servlet.jsp.jstl</groupId>
138+
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
139+
<version>1.2.5</version>
140140
</dependency>
141141
<dependency>
142-
<groupId>javax.inject</groupId>
143-
<artifactId>javax.inject</artifactId>
144-
<version>1</version>
142+
<groupId>org.glassfish.hk2.external</groupId>
143+
<artifactId>jakarta.inject</artifactId>
144+
<version>2.6.1</version>
145145
</dependency>
146-
147146
<dependency>
148147
<groupId>org.glassfish.jersey.core</groupId>
149148
<artifactId>jersey-server</artifactId>

0 commit comments

Comments
 (0)