Skip to content

Commit

Permalink
chore: JSP API added as provided dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Jun 25, 2024
1 parent 5d8e957 commit e74014d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<jetbrains.api.version>24.0.1</jetbrains.api.version>
<google.guice.version>7.0.0</google.guice.version>
<gwt-servlet.version>2.9.0</gwt-servlet.version>
<jsp-api.version>2.2</jsp-api.version>

<!-- Manifest entries -->
<maven-jar-plugin.Manifest-Version>1.0</maven-jar-plugin.Manifest-Version>
Expand Down Expand Up @@ -131,7 +132,6 @@
<profile>
<id>polarion2404</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>!polarion2310active</name>
</property>
Expand Down Expand Up @@ -412,6 +412,12 @@
<version>${google.guice.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>${jsp-api.version}</version>
<scope>provided</scope>
</dependency>

<!-- Polarion UI dependency -->
<dependency>
Expand Down

0 comments on commit e74014d

Please sign in to comment.