We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4822f5 commit e176b7dCopy full SHA for e176b7d
src/server-qm/pom.xml
@@ -134,16 +134,15 @@
134
<scope>provided</scope>
135
</dependency>
136
<dependency>
137
- <groupId>javax.servlet</groupId>
138
- <artifactId>jstl</artifactId>
139
- <version>1.2</version>
+ <groupId>jakarta.servlet.jsp.jstl</groupId>
+ <artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
+ <version>1.2.5</version>
140
141
142
- <groupId>javax.inject</groupId>
143
- <artifactId>javax.inject</artifactId>
144
- <version>1</version>
+ <groupId>org.glassfish.hk2.external</groupId>
+ <artifactId>jakarta.inject</artifactId>
+ <version>2.6.1</version>
145
146
-
147
148
<groupId>org.glassfish.jersey.core</groupId>
149
<artifactId>jersey-server</artifactId>
0 commit comments