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 4976071
Show file tree
Hide file tree
Showing 10 changed files with 11 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

0 comments on commit 4976071

Please sign in to comment.