Skip to content

Commit

Permalink
Exclude jstl.
Browse files Browse the repository at this point in the history
  • Loading branch information
dewniMW committed Sep 29, 2020
1 parent 6184a25 commit 0c366aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.ui</artifactId>
<version>${carbon.kernel.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet.jsp.jstl.wso2</groupId>
<artifactId>jstl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json.wso2</groupId>
Expand All @@ -143,11 +149,6 @@
<version>${javax.servlet-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>${javax.servelet.jstl.version}</version>
</dependency>
<dependency>
<groupId>commons-codec.wso2</groupId>
<artifactId>commons-codec</artifactId>
Expand Down Expand Up @@ -371,7 +372,6 @@
<oltu.package.import.version.range>[1.0.0, 2.0.0)</oltu.package.import.version.range>
<wso2.json>3.0.0.wso2v1</wso2.json>
<javax.servlet-api.version>3.0-alpha-1</javax.servlet-api.version>
<javax.servelet.jstl.version>1.2</javax.servelet.jstl.version>
<commons-codec.version>1.4.0.wso2v1</commons-codec.version>
<axiom.version>1.2.11-wso2v6</axiom.version>
<org.wso2.securevault.version>1.0.0-wso2v2</org.wso2.securevault.version>
Expand Down

0 comments on commit 0c366aa

Please sign in to comment.