Skip to content

Commit

Permalink
Import org.graalvm.polyglot package and sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shanggeeth committed Nov 4, 2024
1 parent 8bd2f60 commit 8ca09ad
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
org.apache.axis2.context,
org.wso2.carbon.utils.*; version="${carbon.kernel.package.import.version.range}",
org.wso2.carbon.context,
org.graalvm.polyglot.*,
</Import-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
org.apache.http.impl.client,
org.apache.http.conn,
org.apache.http.conn.ssl,
org.graalvm.polyglot.*,
org.json.simple,
org.json.simple.parser,
org.apache.http,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
org.apache.http.impl.client,
org.apache.http.impl.conn,
org.apache.http.message,
org.graalvm.polyglot.*,
org.json.simple,
org.json.simple.parser,
org.apache.http,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
org.wso2.carbon.identity.governance; version="${identity.governance.import.version.range}",
org.wso2.carbon.identity.governance.common; version="${identity.governance.import.version.range}",
org.wso2.carbon.utils.*;version="${carbon.kernel.package.import.version.range}",
org.graalvm.polyglot.*,
</Import-Package>
</instructions>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
org.apache.http.impl.client,
org.apache.http.conn,
org.apache.http.message,
org.graalvm.polyglot.*,
org.json.simple,
org.json.simple.parser,
org.apache.http,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<Import-Package>
org.apache.commons.lang,
org.apache.commons.logging,
org.graalvm.polyglot.*,
org.osgi.service.component,
org.osgi.service.component.annotations,
org.wso2.carbon,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
org.apache.commons.lang; version="${commons-lang.wso2.osgi.version.range}",
org.apache.commons.logging,
org.apache.commons.collections,
org.graalvm.polyglot.*,
org.osgi.service.component,
org.osgi.service.component.annotations,
org.wso2.carbon.identity.application.authentication.framework; version="${carbon.identity.package.import.version.range}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.carbon.identity.conditional.auth.functions</groupId>
<artifactId>identity-conditional-auth-functions</artifactId>
<version>1.2.67-SNAPSHOT</version>
<version>1.2.66-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -235,6 +235,7 @@
org.wso2.carbon.identity.central.log.mgt.utils; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.conditional.auth.functions.common.utils,
org.wso2.carbon.utils*;version="${carbon.kernel.package.import.version.range}"
org.graalvm.polyglot.*,
</Import-Package>
</instructions>
</configuration>
Expand Down

0 comments on commit 8ca09ad

Please sign in to comment.