Skip to content

Commit

Permalink
Add org.apache.felix:org.apache.felix.http.servlet-api:1.2.0
Browse files Browse the repository at this point in the history
from Maven-Central
  • Loading branch information
HannesWell committed Apr 26, 2023
1 parent cdf6228 commit 2e887ee
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,18 @@
<version>1.0.5</version>
<type>jar</type>
</dependency>
<dependency>
<dependency><!-- Duplicated by org.apache.felix.http.servlet-api below -->
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.servlet-api</artifactId>
<version>1.2.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
Expand Down

0 comments on commit 2e887ee

Please sign in to comment.