Skip to content

Commit

Permalink
Remove unnecessary import of sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shanggeeth committed Jan 19, 2025
1 parent b280a1c commit 9fa35c8
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
org.wso2.carbon.context,
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
org.wso2.carbon.identity.core.cache; version="${carbon.identity.package.import.version.range}",
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
org.wso2.carbon.identity.conditional.auth.functions.common.*
</Export-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*,
org.graalvm.polyglot,
org.apache.http.auth,
jdk.nashorn.api.scripting,
org.openjdk.nashorn.api.scripting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
org.wso2.carbon.utils.*;version="${carbon.kernel.package.import.version.range}",
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
org.wso2.carbon.context,
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
net.minidev.json; version="${net.minidev.json.imp.pkg.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
org.wso2.carbon.user.core.service; version="${carbon.kernel.package.import.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
org.wso2.carbon.identity.core.util; version="${carbon.identity.package.import.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
org.wso2.carbon.utils*;version="${carbon.kernel.package.import.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot,
org.graalvm.polyglot.proxy
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
org.wso2.carbon.identity.core.util; version="${carbon.identity.package.import.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
org.graalvm.polyglot
</DynamicImport-Package>
</instructions>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@
<identity.organization.management.core.version>1.0.89</identity.organization.management.core.version>
<carbon.identity.framework.testutils.version>5.20.447</carbon.identity.framework.testutils.version>
<carbon.identity.package.import.version.range>[5.14.0, 8.0.0)</carbon.identity.package.import.version.range>
<graalvm.package.import.version>22.3.4.wso2v1</graalvm.package.import.version>
<identity.governance.version>1.1.17</identity.governance.version>
<identity.governance.import.version.range>[1.5.70,3.0)</identity.governance.import.version.range>
<identity.event.handler.notification.version>1.9.4</identity.event.handler.notification.version>
Expand Down

0 comments on commit 9fa35c8

Please sign in to comment.