Skip to content

Commit

Permalink
Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lashinijay committed Jan 16, 2025
1 parent f1e4943 commit 57aa289
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<url>http://wso2.org</url>

<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
Expand Down Expand Up @@ -60,6 +55,9 @@
<Export-Package>
org.wso2.carbon.identity.servlet.mgt.*; version="${carbon.identity.package.export.version}"
</Export-Package>
<Import-Package>
javax.servlet.*; version="${imp.pkg.version.javax.servlet}"
</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 57aa289

Please sign in to comment.