We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414fa52 commit 75cbb69Copy full SHA for 75cbb69
1 file changed
README.md
@@ -31,7 +31,7 @@ supported with more being added over time:
31
32
- Servlet 3.1 (Jetty)
33
- WebSocket 1.1 (Jetty)
34
-- JSP 2.3 (RI JSP)
+- JSP 2.3 (Jetty Apache Jasper)
35
- EL 3.0 (RI UEL)
36
- CDI 1.2 (RI Weld)
37
- JPA 2.1 (RI EclipseLink)
@@ -77,10 +77,10 @@ following artifacts:
77
<version>${kumuluzee.version}</version>
78
</dependency>
79
80
-<!-- JSP (Jetty) -->
+<!-- JSP (Jetty Apache Jasper) -->
81
<dependency>
82
<groupId>com.kumuluz.ee</groupId>
83
- <artifactId>kumuluzee-jsp</artifactId>
+ <artifactId>kumuluzee-jsp-jetty</artifactId>
84
85
86
0 commit comments