Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Carbon version to 4.9.x #2302

Closed
Arshardh opened this issue Dec 3, 2023 · 15 comments
Closed

Bump Carbon version to 4.9.x #2302

Arshardh opened this issue Dec 3, 2023 · 15 comments

Comments

@Arshardh
Copy link

Arshardh commented Dec 3, 2023

Description

This issue is to track all the developments pertaining to the carbon version bump to 4.9.x for the 4.3.0 release.

Affected Component

APIM

Version

No response

Related Issues

No response

Suggested Labels

No response

@Arshardh Arshardh added Type/Task 4.3.0 4.3.0-M1 4.3.0 M1 Milestone labels Dec 3, 2023
@Arshardh Arshardh added this to the 4.3.0-M1 milestone Dec 3, 2023
@Arshardh Arshardh self-assigned this Dec 3, 2023
@Arshardh
Copy link
Author

Arshardh commented Dec 3, 2023

Fixes that need to be ported from 4.8.x are mentioned here:
https://docs.google.com/spreadsheets/d/1D3L3CpHsvQt20VNRRcw6l-GYqwOo3m4CofSqQIkBJgM/edit#gid=0

@Arshardh
Copy link
Author

Arshardh commented Dec 3, 2023

Update:
Bumped identity versions along with the carbon version to build a pack that can be tested. I found some issues in the pack and working to sort them out.

@Arshardh
Copy link
Author

Update: I have solved most of the runtime issues faced and once the pack is stable, I will be testing the first feature porting fix, which is the Correlation logs config fix for the kernel.

@Arshardh
Copy link
Author

Update: There is a bunch of JSP files relevant to the authentication endpoint and the account recovery endpoint that we maintain as extensions. I am currently working on merging new changes introduced to those webapps. Due to the organization support introduced by IS, we have large number of changes that we need to review and integrate.

@Arshardh
Copy link
Author

Update: I have gone through and integrated a bunch of changes and also added some of the JSP files that the IS have packed and got rid of some of our externally maintained JSP files because the latest source has changed very drastically compared to our previous versions. We can go through these changes in a review soon, and implement any logic that we need to preserve.

@Arshardh
Copy link
Author

Update: Came across an issue with startup since IS expects isTenantQualifiedUrlsEnabled and isTenantedSessionsEnabled configs to be enabled if we are going to have the TenantID + consumer_key unique constraint. For the moment I will be preserving the legacy behavior. We can discuss this in a review.

@Arshardh
Copy link
Author

Arshardh commented Jan 1, 2024

Current product-apim changes: https://github.com/wso2/product-apim/compare/master...Arshardh:product-apim:kernel-bump?expand=1

Current carbon-apimgt changes: https://github.com/wso2/carbon-apimgt/compare/master...Arshardh:carbon-apimgt:kernel-bump?expand=1

Current carbon-mediation changes: https://github.com/wso2/carbon-mediation/compare/master...Arshardh:carbon-mediation:kernel-bump?expand=1

Kernel changes are tracked in the sheet: https://docs.google.com/spreadsheets/d/1D3L3CpHsvQt20VNRRcw6l-GYqwOo3m4CofSqQIkBJgM/edit#gid=381151245

** None of these changes have been merged since we will not cut a branch until the IS release is done. Once we cut the branch, we can proceed with merging these.

@HiranyaKavishani
Copy link

HiranyaKavishani commented Jan 11, 2024

Update (3rd of Jan to 10th of Jan)

  • Built a pack with the aforementioned changes and encountered several server startup issues and listed them.
  • Since the new identity component versions have been released after the above changes, worked on upgrading the product into latest Identity components along with the carbon version and built a new pack and worked on fixing build issues and startup issues.
  • Ported some of required feature changes (Hazelcast externalization, renew key expiry date), dependency upgrades from 4.8.x to 4.9.x.
    The informations are tracked in sheet [1]

[1] https://docs.google.com/spreadsheets/d/1eoD2HLfjQD7iQ4Qg_WwwYU6caGqWQixLreXhQatVvk0/edit?usp=sharing

@HiranyaKavishani
Copy link

Reported an IS issue[1] which has been encountered during server startup

[1] wso2/product-is#18880

@HiranyaKavishani
Copy link

HiranyaKavishani commented Jan 15, 2024

The kernel related dependency upgrades, feature changes of 4.8.x added into 4.9.x by PRs [1] [2] [3] [4]. Also some dependency upgrades required in other relevant repos are referred in [5] [6].

Draft PRs of changes in carbon-apimgt and product-apim repos which are related to kernel upgrade are opened in [7] [8] (Identity component dependency upgrades and other dependency upgrades)

[1] wso2/carbon-kernel#3764
[2] wso2/carbon-kernel#3775
[3] wso2/carbon-kernel#3780
[4] wso2/carbon-kernel#3781
[5] wso2/carbon-business-messaging#722
[6] wso2-extensions/identity-outbound-auth-samlsso#169
[7] wso2/carbon-apimgt#12215
[8] wso2/product-apim#13320

@npamudika npamudika removed this from the 4.3.0-M1 milestone Jan 16, 2024
@npamudika npamudika added Priority/Highest and removed 4.3.0-M1 4.3.0 M1 Milestone labels Jan 16, 2024
@npamudika npamudika added this to the 4.3.0-Alpha milestone Jan 17, 2024
@HiranyaKavishani
Copy link

HiranyaKavishani commented Jan 17, 2024

Update

Although the server is starting up, there are two issues are noticed during server startup.

[1] java.lang.OutOfMemoryError: Java heap space

[2]

Caused by: java.lang.ClassNotFoundException: org.wso2.carbon.apimgt.rest.api.util.utils.RestApiUtil
	at org.wso2.carbon.webapp.mgt.loader.CarbonWebappClassLoader.loadClass(CarbonWebappClassLoader.java:181) ~[org.wso2.carbon.webapp.mgt_4.12.20.jar:?]
	at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1141) ~[tomcat_9.0.82.wso2v1.jar:?]

However, The issues could able to isolated for apim side as it is confirmed that, the webapp issue happens for apim webapps only. Token endpoint and DCR rest APIs are working without any issue.

Ex:-

curl https://localhost:9443/oauth2/token -k -H "Authorization: Basic WDlsVFJfZWExaGNwWWk2ZGlSQVJQYW9md3RzYTpDcE1PbzN2ZjRHZVZmbXVmbWNDS3Z0MUg0UUNGV2xidGdEbnFNWXI0ZW5FYQ==" -d "grant_type=password&username=admin&password=admin"

{"access_token":"ca51214a-3413-3211-906d-fa6b289c5abe","refresh_token":"5de535ed-d7c5-3406-9dfa-73f85bc278d1","scope":"default","token_type":"Bearer","expires_in":3600}% 

@HiranyaKavishani
Copy link

HiranyaKavishani commented Jan 18, 2024

Update

After doing several fine-tuning on the dependency versions mentioned at bundle.info, it is found that the OOM issue comes through the okio_2.8.0.wso2v2 dependency. Once it is removed from bundle.info, OOM issue got resolved.

@HiranyaKavishani
Copy link

HiranyaKavishani commented Jan 18, 2024

Current bundle.info in default profile is defined below.

XmlSchema,1.4.7.wso2v9,../plugins/XmlSchema_1.4.7.wso2v9.jar,4,true
abdera,1.0.0.wso2v3,../plugins/abdera_1.0.0.wso2v3.jar,4,true
andes,3.3.28,../plugins/andes_3.3.28.jar,4,true
annogen,0.1.0.wso2v1,../plugins/annogen_0.1.0.wso2v1.jar,4,true
antlr,3.2.0.wso2v1,../plugins/antlr_3.2.0.wso2v1.jar,4,true
antlr-runtime,3.2.0.wso2v1,../plugins/antlr-runtime_3.2.0.wso2v1.jar,4,true
auth0.key.manager,1.0.4,../plugins/auth0.key.manager_1.0.4.jar,4,true
awslambda,1.11.1034.wso2v2,../plugins/awslambda_1.11.1034.wso2v2.jar,4,true
axiom,1.2.11.wso2v28,../plugins/axiom_1.2.11.wso2v28.jar,4,true
axis2,1.6.1.wso2v83,../plugins/axis2_1.6.1.wso2v83.jar,4,true
axis2-json,1.6.1.wso2v83,../plugins/axis2-json_1.6.1.wso2v83.jar,4,true
axis2-transport-jms,2.0.0.wso2v49,../plugins/axis2-transport-jms_2.0.0.wso2v49.jar,4,true
axis2-transport-mail,2.0.0.wso2v42,../plugins/axis2-transport-mail_2.0.0.wso2v42.jar,4,true
axis2-transport-rabbitmq-amqp,2.0.0.wso2v49,../plugins/axis2-transport-rabbitmq-amqp_2.0.0.wso2v49.jar,4,true
azure-core,1.9.0.wso2v1,../plugins/azure-core_1.9.0.wso2v1.jar,4,true
azure-core-amqp,1.6.0.wso2v1,../plugins/azure-core-amqp_1.6.0.wso2v1.jar,4,true
azure-messaging-eventhubs,1.6.0.wso2v1,../plugins/azure-messaging-eventhubs_1.6.0.wso2v1.jar,4,true
azure.key.manager,1.0.6,../plugins/azure.key.manager_1.0.6.jar,4,true
backport-util-concurrent,3.1.0.wso2v1,../plugins/backport-util-concurrent_3.1.0.wso2v1.jar,4,true
bcpkix-jdk18on,1.74.0.wso2v1,../plugins/bcpkix-jdk18on_1.74.0.wso2v1.jar,4,true
bcprov-jdk18on,1.74.0.wso2v1,../plugins/bcprov-jdk18on_1.74.0.wso2v1.jar,4,true
bsf-all,3.0.0.wso2v5,../plugins/bsf-all_3.0.0.wso2v5.jar,4,true
cassandra-thrift,1.2.13.wso2v4,../plugins/cassandra-thrift_1.2.13.wso2v4.jar,4,true
com.esotericsoftware.kryo,3.0.3,../plugins/com.esotericsoftware.kryo_3.0.3.jar,4,true
com.esotericsoftware.minlog,1.3.0,../plugins/com.esotericsoftware.minlog_1.3.0.jar,4,true
com.esotericsoftware.reflectasm,1.11.9,../plugins/com.esotericsoftware.reflectasm_1.11.9.jar,4,true
com.fasterxml.jackson.core.jackson-annotations,2.15.2,../plugins/com.fasterxml.jackson.core.jackson-annotations_2.15.2.jar,4,true
com.fasterxml.jackson.core.jackson-core,2.15.2,../plugins/com.fasterxml.jackson.core.jackson-core_2.15.2.jar,4,true
com.fasterxml.jackson.core.jackson-databind,2.15.2,../plugins/com.fasterxml.jackson.core.jackson-databind_2.15.2.jar,4,true
com.fasterxml.jackson.dataformat.jackson-dataformat-cbor,2.15.2,../plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor_2.15.2.jar,4,true
com.fasterxml.jackson.dataformat.jackson-dataformat-yaml,2.15.2,../plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml_2.15.2.jar,4,true
com.fasterxml.jackson.datatype.jackson-datatype-guava,2.15.2,../plugins/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.15.2.jar,4,true
com.fasterxml.jackson.datatype.jackson-datatype-jsr310,2.15.2,../plugins/com.fasterxml.jackson.datatype.jackson-datatype-jsr310_2.15.2.jar,4,true
com.github.ben-manes.caffeine,2.8.1,../plugins/com.github.ben-manes.caffeine_2.8.1.jar,4,true
com.google.gson,2.9.1,../plugins/com.google.gson_2.9.1.jar,4,true
com.google.gson,2.9.0,../plugins/com.google.gson_2.9.0.jar,4,true
com.google.gson,2.1.0,../plugins/com.google.gson_2.1.0.jar,4,true
com.google.guava,32.1.3.jre,../plugins/com.google.guava_32.1.3.jre.jar,4,true
com.google.guava,32.1.2.jre,../plugins/com.google.guava_32.1.2.jre.jar,4,true
com.google.guava,31.0.1.jre,../plugins/com.google.guava_31.0.1.jre.jar,4,true
com.google.guava.failureaccess,1.0.1,../plugins/com.google.guava.failureaccess_1.0.1.jar,4,true
com.google.protobuf,3.21.12,../plugins/com.google.protobuf_3.21.12.jar,4,true
com.googlecode.json-simple,1.1.1,../plugins/com.googlecode.json-simple_1.1.1.jar,4,true
com.samskivert.jmustache,1.15.0,../plugins/com.samskivert.jmustache_1.15.0.jar,4,true
commons-beanutils,1.9.4.wso2v1,../plugins/commons-beanutils_1.9.4.wso2v1.jar,4,true
commons-cli,1.2.0.wso2v1,../plugins/commons-cli_1.2.0.wso2v1.jar,4,true
commons-codec,1.16.0.wso2v1,../plugins/commons-codec_1.16.0.wso2v1.jar,4,true
commons-collections,3.2.2.wso2v1,../plugins/commons-collections_3.2.2.wso2v1.jar,4,true
commons-collections4,4.4.0.wso2v1,../plugins/commons-collections4_4.4.0.wso2v1.jar,4,true
commons-compress,1.25.0.wso2v1,../plugins/commons-compress_1.25.0.wso2v1.jar,4,true
commons-digester,1.8.1.wso2v1,../plugins/commons-digester_1.8.1.wso2v1.jar,4,true
commons-fileupload,1.5.0.wso2v2,../plugins/commons-fileupload_1.5.0.wso2v2.jar,4,true
commons-httpclient,3.1.0.wso2v6,../plugins/commons-httpclient_3.1.0.wso2v6.jar,4,true
commons-io,2.7.0.wso2v1,../plugins/commons-io_2.7.0.wso2v1.jar,4,true
commons-io,2.4.0.wso2v1,../plugins/commons-io_2.4.0.wso2v1.jar,4,true
commons-lang,2.6.0.wso2v1,../plugins/commons-lang_2.6.0.wso2v1.jar,4,true
commons-lang3,3.12.0.wso2v1,../plugins/commons-lang3_3.12.0.wso2v1.jar,4,true
commons-pool,1.5.6.wso2v1,../plugins/commons-pool_1.5.6.wso2v1.jar,4,true
commons-scxml,0.9.0.wso2v2,../plugins/commons-scxml_0.9.0.wso2v2.jar,4,true
commons-text,1.10.0.wso2v2,../plugins/commons-text_1.10.0.wso2v2.jar,4,true
commons-text,1.6.0.wso2v1,../plugins/commons-text_1.6.0.wso2v1.jar,4,true
compass,2.0.1.wso2v2,../plugins/compass_2.0.1.wso2v2.jar,4,true
concurrent-trees,2.6.0,../plugins/concurrent-trees_2.6.0.jar,4,true
cors-filter,1.7.0.wso2v1,../plugins/cors-filter_1.7.0.wso2v1.jar,4,true
cqengine,2.7.0,../plugins/cqengine_2.7.0.jar,4,true
csrfguard,3.1.0.wso2v4,../plugins/csrfguard_3.1.0.wso2v4.jar,4,true
de.javakaffee.kryo-serializers,0.43.0,../plugins/de.javakaffee.kryo-serializers_0.43.0.jar,4,true
disruptor,3.4.2.wso2v1,../plugins/disruptor_3.4.2.wso2v1.jar,4,true
ehcache,1.5.0.wso2v3,../plugins/ehcache_1.5.0.wso2v3.jar,4,true
encoder,1.2.0.wso2v1,../plugins/encoder_1.2.0.wso2v1.jar,4,true
forgerock.key.manager,1.1.0,../plugins/forgerock.key.manager_1.1.0.jar,4,true
gdata-core,1.47.0.wso2v1,../plugins/gdata-core_1.47.0.wso2v1.jar,4,true
google-api-client,2.2.0.wso2v1,../plugins/google-api-client_2.2.0.wso2v1.jar,4,true
google-api-services-playintegrity,2.0.0.wso2v1,../plugins/google-api-services-playintegrity_2.0.0.wso2v1.jar,4,true
google-auth-library-oauth2-http,1.20.0.wso2v1,../plugins/google-auth-library-oauth2-http_1.20.0.wso2v1.jar,4,true
google-http-client,1.43.3.wso2v1,../plugins/google-http-client_1.43.3.wso2v1.jar,4,true
graphQL,19.6.0.wso2v1,../plugins/graphQL_19.6.0.wso2v1.jar,4,true
grpc-context,1.59.0.wso2v1,../plugins/grpc-context_1.59.0.wso2v1.jar,4,true
guice,3.0.0.wso2v1,../plugins/guice_3.0.0.wso2v1.jar,4,true
h2-engine,2.2.220.wso2v1,../plugins/h2-engine_2.2.220.wso2v1.jar,4,true
handy-uri-templates,2.1.6.wso2v2,../plugins/handy-uri-templates_2.1.6.wso2v2.jar,4,true
hapi,2.1.0.wso2v1,../plugins/hapi_2.1.0.wso2v1.jar,4,true
hector-core,1.1.4.wso2v2,../plugins/hector-core_1.1.4.wso2v2.jar,4,true
httpclient,4.5.13.wso2v1,../plugins/httpclient_4.5.13.wso2v1.jar,4,true
httpcore,4.4.16.wso2v1,../plugins/httpcore_4.4.16.wso2v1.jar,4,true
httpcore,4.4.14.wso2v1,../plugins/httpcore_4.4.14.wso2v1.jar,4,true
httpcore-nio,4.4.16.wso2v1,../plugins/httpcore-nio_4.4.16.wso2v1.jar,4,true
httpmime,4.5.13.wso2v1,../plugins/httpmime_4.5.13.wso2v1.jar,4,true
io.apicurio.apicurio-data-models,1.1.5,../plugins/io.apicurio.apicurio-data-models_1.1.5.jar,4,true
io.dropwizard.metrics.core,3.2.5,../plugins/io.dropwizard.metrics.core_3.2.5.jar,4,true
io.dropwizard.metrics.jvm,3.2.5,../plugins/io.dropwizard.metrics.jvm_3.2.5.jar,4,true
io.github.openfeign.feign-core,11.9.1,../plugins/io.github.openfeign.feign-core_11.9.1.jar,4,true
io.github.openfeign.feign-core,11.0.0,../plugins/io.github.openfeign.feign-core_11.0.0.jar,4,true
io.github.openfeign.feign-gson,11.9.1,../plugins/io.github.openfeign.feign-gson_11.9.1.jar,4,true
io.github.openfeign.feign-gson,11.0.0,../plugins/io.github.openfeign.feign-gson_11.0.0.jar,4,true
io.github.openfeign.feign-httpclient,11.0.0,../plugins/io.github.openfeign.feign-httpclient_11.0.0.jar,4,true
io.github.openfeign.feign-okhttp,11.9.1,../plugins/io.github.openfeign.feign-okhttp_11.9.1.jar,4,true
io.github.openfeign.feign-okhttp,11.0.0,../plugins/io.github.openfeign.feign-okhttp_11.0.0.jar,4,true
io.github.openfeign.feign-slf4j,11.9.1,../plugins/io.github.openfeign.feign-slf4j_11.9.1.jar,4,true
io.github.openfeign.feign-slf4j,11.0.0,../plugins/io.github.openfeign.feign-slf4j_11.0.0.jar,4,true
io.netty.buffer,4.1.100.Final,../plugins/io.netty.buffer_4.1.100.Final.jar,4,true
io.netty.buffer,4.1.86.Final,../plugins/io.netty.buffer_4.1.86.Final.jar,4,true
io.netty.codec,4.1.100.Final,../plugins/io.netty.codec_4.1.100.Final.jar,4,true
io.netty.codec,4.1.86.Final,../plugins/io.netty.codec_4.1.86.Final.jar,4,true
io.netty.codec-http,4.1.100.Final,../plugins/io.netty.codec-http_4.1.100.Final.jar,4,true
io.netty.codec-http,4.1.86.Final,../plugins/io.netty.codec-http_4.1.86.Final.jar,4,true
io.netty.codec-http2,4.1.86.Final,../plugins/io.netty.codec-http2_4.1.86.Final.jar,4,true
io.netty.codec-socks,4.1.100.Final,../plugins/io.netty.codec-socks_4.1.100.Final.jar,4,true
io.netty.common,4.1.100.Final,../plugins/io.netty.common_4.1.100.Final.jar,4,true
io.netty.common,4.1.86.Final,../plugins/io.netty.common_4.1.86.Final.jar,4,true
io.netty.handler,4.1.100.Final,../plugins/io.netty.handler_4.1.100.Final.jar,4,true
io.netty.handler,4.1.86.Final,../plugins/io.netty.handler_4.1.86.Final.jar,4,true
io.netty.handler-proxy,4.1.100.Final,../plugins/io.netty.handler-proxy_4.1.100.Final.jar,4,true
io.netty.resolver,4.1.100.Final,../plugins/io.netty.resolver_4.1.100.Final.jar,4,true
io.netty.resolver,4.1.86.Final,../plugins/io.netty.resolver_4.1.86.Final.jar,4,true
io.netty.tcnative,2.0.47.Final,../plugins/io.netty.tcnative_2.0.47.Final.jar,4,true
io.netty.tcnative-boringssl-static,2.0.47.Final,../plugins/io.netty.tcnative-boringssl-static_2.0.47.Final.jar,4,true
io.netty.tcnative-classes,2.0.47.Final,../plugins/io.netty.tcnative-classes_2.0.47.Final.jar,4,true
io.netty.transport,4.1.100.Final,../plugins/io.netty.transport_4.1.100.Final.jar,4,true
io.netty.transport,4.1.86.Final,../plugins/io.netty.transport_4.1.86.Final.jar,4,true
io.netty.transport-native-unix-common,4.1.100.Final,../plugins/io.netty.transport-native-unix-common_4.1.100.Final.jar,4,true
io.swagger.annotations,1.6.9,../plugins/io.swagger.annotations_1.6.9.jar,4,true
io.swagger.core,1.6.9,../plugins/io.swagger.core_1.6.9.jar,4,true
io.swagger.models,1.6.9,../plugins/io.swagger.models_1.6.9.jar,4,true
io.zipkin.reporter2.zipkin-reporter,2.16.4,../plugins/io.zipkin.reporter2.zipkin-reporter_2.16.4.jar,4,true
io.zipkin.reporter2.zipkin-reporter,2.16.3,../plugins/io.zipkin.reporter2.zipkin-reporter_2.16.3.jar,4,true
io.zipkin.reporter2.zipkin-sender-okhttp3,2.16.4,../plugins/io.zipkin.reporter2.zipkin-sender-okhttp3_2.16.4.jar,4,true
io.zipkin.reporter2.zipkin-sender-okhttp3,2.16.3,../plugins/io.zipkin.reporter2.zipkin-sender-okhttp3_2.16.3.jar,4,true
io.zipkin.zipkin2.zipkin,2.23.2,../plugins/io.zipkin.zipkin2.zipkin_2.23.2.jar,4,true
jaeger-client,1.8.0.wso2v1,../plugins/jaeger-client_1.8.0.wso2v1.jar,4,true
java-property-utils,1.9.0.wso2v1,../plugins/java-property-utils_1.9.0.wso2v1.jar,4,true
javassist,3.18.1.GA,../plugins/javassist_3.18.1.GA.jar,4,true
javasysmon,0.3.3.wso2v1,../plugins/javasysmon_0.3.3.wso2v1.jar,4,true
javax.annotation-api,1.3.2,../plugins/javax.annotation-api_1.3.2.jar,4,true
javax.cache.wso2,4.9.21.SNAPSHOT,../plugins/javax.cache.wso2_4.9.21.SNAPSHOT.jar,4,true
javax.validation.api,2.0.1.Final,../plugins/javax.validation.api_2.0.1.Final.jar,4,true
jdbc-pool,9.0.65.wso2v1,../plugins/jdbc-pool_9.0.65.wso2v1.jar,4,true
jettison,1.3.4.wso2v1,../plugins/jettison_1.3.4.wso2v1.jar,4,true
joda-time,2.9.4.wso2v1,../plugins/joda-time_2.9.4.wso2v1.jar,4,true
js,1.7.0.R4wso2v1,../plugins/js_1.7.0.R4wso2v1.jar,4,true
json,3.0.0.wso2v4,../plugins/json_3.0.0.wso2v4.jar,4,true
json,3.0.0.wso2v2,../plugins/json_3.0.0.wso2v2.jar,4,true
json,3.0.0.wso2v1,../plugins/json_3.0.0.wso2v1.jar,4,true
json-path,2.6.0.wso2v2,../plugins/json-path_2.6.0.wso2v2.jar,4,true
json-path,2.6.0.wso2v1,../plugins/json-path_2.6.0.wso2v1.jar,4,true
json-path,2.4.0.wso2v3,../plugins/json-path_2.4.0.wso2v3.jar,4,true
json-schema-validator-all,2.2.6.wso2v9,../plugins/json-schema-validator-all_2.2.6.wso2v9.jar,4,true
json-simple,1.1.0.wso2v1,../plugins/json-simple_1.1.0.wso2v1.jar,4,true
jsr105,1.0.1.wso2v1,../plugins/jsr105_1.0.1.wso2v1.jar,4,true
jstl,1.2.1.wso2v3,../plugins/jstl_1.2.1.wso2v3.jar,4,true
kaptcha,2.3.0.wso2v1,../plugins/kaptcha_2.3.0.wso2v1.jar,4,true
keycloak.key.manager,2.1.0,../plugins/keycloak.key.manager_2.1.0.jar,4,true
libphonenumber,7.4.2.wso2v1,../plugins/libphonenumber_7.4.2.wso2v1.jar,4,true
libthrift,0.16.0.wso2v1,../plugins/libthrift_0.16.0.wso2v1.jar,4,true
libthrift,0.9.2.wso2v1,../plugins/libthrift_0.9.2.wso2v1.jar,4,true
lucene,8.11.1.wso2v1,../plugins/lucene_8.11.1.wso2v1.jar,4,true
maven-scm,1.7.0.wso2v2,../plugins/maven-scm_1.7.0.wso2v2.jar,4,true
neethi,2.0.4.wso2v5,../plugins/neethi_2.0.4.wso2v5.jar,4,true
net.minidev.accessors-smart,2.4.7,../plugins/net.minidev.accessors-smart_2.4.7.jar,4,true
net.minidev.json-smart,2.4.10,../plugins/net.minidev.json-smart_2.4.10.jar,4,true
net.minidev.json-smart,2.4.7,../plugins/net.minidev.json-smart_2.4.7.jar,4,true
net.minidev.json-smart,1.2.0,../plugins/net.minidev.json-smart_1.2.0.jar,4,true
netty-all,4.0.23.wso2v1,../plugins/netty-all_4.0.23.wso2v1.jar,4,true
nimbus-jose-jwt,7.9.0.wso2v1,../plugins/nimbus-jose-jwt_7.9.0.wso2v1.jar,4,true
noggit,0.6.0.wso2v1,../plugins/noggit_0.6.0.wso2v1.jar,4,true
okhttp,4.11.0.wso2v1,../plugins/okhttp_4.11.0.wso2v1.jar,4,true
okhttp,4.9.3.wso2v2,../plugins/okhttp_4.9.3.wso2v2.jar,4,true
okio,3.5.0.wso2v1,../plugins/okio_3.5.0.wso2v1.jar,4,true
okio,2.8.0.wso2v2,../plugins/okio_2.8.0.wso2v2.jar,4,true
okta.key.manager,3.2.0,../plugins/okta.key.manager_3.2.0.jar,4,true
oltu,1.0.0.wso2v3,../plugins/oltu_1.0.0.wso2v3.jar,4,true
openapi-generator,4.3.1.wso2v4,../plugins/openapi-generator_4.3.1.wso2v4.jar,4,true
opencensus,0.31.1.wso2v2,../plugins/opencensus_0.31.1.wso2v2.jar,4,true
opencsv,1.8.0.wso2v1,../plugins/opencsv_1.8.0.wso2v1.jar,4,true
openid4java,1.0.0.wso2v6,../plugins/openid4java_1.0.0.wso2v6.jar,4,true
opensaml,3.3.1.wso2v7,../plugins/opensaml_3.3.1.wso2v7.jar,4,true
opensaml,3.3.1.wso2v6,../plugins/opensaml_3.3.1.wso2v6.jar,4,true
opensaml,3.3.1.wso2v4,../plugins/opensaml_3.3.1.wso2v4.jar,4,true
opentelemetry-all,1.11.0.wso2v4,../plugins/opentelemetry-all_1.11.0.wso2v4.jar,4,true
opentelemetry-all,1.11.0.wso2v3,../plugins/opentelemetry-all_1.11.0.wso2v3.jar,4,true
org.antlr.antlr4-runtime-osgi,4.5.1,../plugins/org.antlr.antlr4-runtime-osgi_4.5.1.jar,4,true
org.antlr.antlr4-runtime-osgi,4.5.0,../plugins/org.antlr.antlr4-runtime-osgi_4.5.0.jar,4,true
org.apache.aries.blueprint,1.1.0,../plugins/org.apache.aries.blueprint_1.1.0.jar,4,true
org.apache.aries.proxy,1.0.1,../plugins/org.apache.aries.proxy_1.0.1.jar,4,true
org.apache.aries.util,1.1.0,../plugins/org.apache.aries.util_1.1.0.jar,4,true
org.apache.commons.commons-codec,1.14.0,../plugins/org.apache.commons.commons-codec_1.14.0.jar,4,true
org.apache.commons.commons-pool2,2.8.0,../plugins/org.apache.commons.commons-pool2_2.8.0.jar,4,true
org.apache.commons.commons-validator,1.7.0,../plugins/org.apache.commons.commons-validator_1.7.0.jar,4,true
org.apache.commons.configuration,1.10.0,../plugins/org.apache.commons.configuration_1.10.0.jar,4,true
org.apache.commons.lang3,3.12.0,../plugins/org.apache.commons.lang3_3.12.0.jar,4,true
org.apache.commons.lang3,3.9.0,../plugins/org.apache.commons.lang3_3.9.0.jar,4,true
org.apache.commons.math3,3.2.0,../plugins/org.apache.commons.math3_3.2.0.jar,4,true
org.apache.commons.pool2,2.4.2,../plugins/org.apache.commons.pool2_2.4.2.jar,4,true
org.apache.felix.gogo.command,0.10.0.v201209301215,../plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar,4,true
org.apache.felix.gogo.runtime,0.10.0.v201209301036,../plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar,4,true
org.apache.felix.gogo.shell,0.10.0.v201212101605,../plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar,4,true
org.apache.pdfbox,2.0.25,../plugins/org.apache.pdfbox_2.0.25.jar,4,true
org.apache.pdfbox.fontbox,2.0.25,../plugins/org.apache.pdfbox.fontbox_2.0.25.jar,4,true
org.apache.pdfbox.xmpbox,2.0.25,../plugins/org.apache.pdfbox.xmpbox_2.0.25.jar,4,true
org.apache.qpid.proton-j,0.33.4,../plugins/org.apache.qpid.proton-j_0.33.4.jar,4,true
org.apache.santuario.xmlsec,2.3.4,../plugins/org.apache.santuario.xmlsec_2.3.4.jar,4,true
org.apache.santuario.xmlsec,2.3.0,../plugins/org.apache.santuario.xmlsec_2.3.0.jar,4,true
org.apache.servicemix.bundles.geocoder-java,0.16.0.1,../plugins/org.apache.servicemix.bundles.geocoder-java_0.16.0.1.jar,4,true
org.apache.servicemix.bundles.jedis,3.3.0.1,../plugins/org.apache.servicemix.bundles.jedis_3.3.0.1.jar,4,true
org.apache.velocity,1.7.0,../plugins/org.apache.velocity_1.7.0.jar,4,true
org.apache.velocity.engine-core,2.3.0,../plugins/org.apache.velocity.engine-core_2.3.0.jar,4,true
org.eclipse.core.contenttype,3.4.200.v20130326-1255,../plugins/org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar,4,true
org.eclipse.core.expressions,3.4.500.v20130515-1343,../plugins/org.eclipse.core.expressions_3.4.500.v20130515-1343.jar,4,true
org.eclipse.core.jobs,3.5.300.v20130429-1813,../plugins/org.eclipse.core.jobs_3.5.300.v20130429-1813.jar,4,true
org.eclipse.core.runtime,3.9.0.v20130326-1255,../plugins/org.eclipse.core.runtime_3.9.0.v20130326-1255.jar,4,true
org.eclipse.ecf,3.2.0.v20130604-1622,../plugins/org.eclipse.ecf_3.2.0.v20130604-1622.jar,4,true
org.eclipse.ecf.filetransfer,5.0.0.v20130604-1622,../plugins/org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar,4,true
org.eclipse.ecf.identity,3.2.0.v20130604-1622,../plugins/org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar,4,true
org.eclipse.ecf.provider.filetransfer,3.2.0.v20130604-1622,../plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar,4,true
org.eclipse.ecf.provider.filetransfer.httpclient,4.0.200.v20120319-0616,../plugins/org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar,4,true
org.eclipse.equinox.app,1.3.100.v20130327-1442,../plugins/org.eclipse.equinox.app_1.3.100.v20130327-1442.jar,4,true
org.eclipse.equinox.cm,1.3.100.v20180827-1235,../plugins/org.eclipse.equinox.cm_1.3.100.v20180827-1235.jar,4,true
org.eclipse.equinox.common,3.8.0.v20160509-1230,../plugins/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar,2,true
org.eclipse.equinox.concurrent,1.1.0.v20130327-1442,../plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar,4,true
org.eclipse.equinox.console,1.3.300.v20190516-1504,../plugins/org.eclipse.equinox.console_1.3.300.v20190516-1504.jar,4,true
org.eclipse.equinox.ds,1.4.400.v20160226-2036,../plugins/org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar,2,true
org.eclipse.equinox.event,1.5.100.v20190528-1257,../plugins/org.eclipse.equinox.event_1.5.100.v20190528-1257.jar,4,true
org.eclipse.equinox.frameworkadmin,2.0.300.v20160504-1450,../plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar,4,true
org.eclipse.equinox.frameworkadmin.equinox,1.0.700.v20160102-2223,../plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar,4,true
org.eclipse.equinox.http.helper,1.1.0.wso2v1,../plugins/org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar,4,true
org.eclipse.equinox.http.servlet,1.1.400.v20130418-1354,../plugins/org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar,4,true
org.eclipse.equinox.jsp.jasper,1.1.200.v20190214-1948,../plugins/org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar,4,true
org.eclipse.equinox.launcher,1.3.200.v20160318-1642,../plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar,4,true
org.eclipse.equinox.launcher.gtk.linux.x86,1.1.400.v20160518-1444,../plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.400.v20160518-1444/,4,true
org.eclipse.equinox.p2.artifact.repository,1.1.300.v20131211-1531,../plugins/org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar,4,true
org.eclipse.equinox.p2.console,1.0.300.v20131113-1212,../plugins/org.eclipse.equinox.p2.console_1.0.300.v20131113-1212.jar,4,true
org.eclipse.equinox.p2.core,2.3.0.v20131211-1531,../plugins/org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar,4,true
org.eclipse.equinox.p2.director,2.3.100.v20140224-1921,../plugins/org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar,4,true
org.eclipse.equinox.p2.director.app,1.0.300.v20150129-0838,../plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20150129-0838.jar,4,true
org.eclipse.equinox.p2.directorywatcher,1.1.0.v20131211-1531,../plugins/org.eclipse.equinox.p2.directorywatcher_1.1.0.v20131211-1531.jar,4,true
org.eclipse.equinox.p2.engine,2.3.0.v20140506-1720,../plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar,4,true
org.eclipse.equinox.p2.extensionlocation,1.2.100.v20131119-0908,../plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20131119-0908.jar,4,true
org.eclipse.equinox.p2.garbagecollector,1.0.200.v20131115-1210,../plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar,4,true
org.eclipse.equinox.p2.jarprocessor,1.0.300.v20131211-1531,../plugins/org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar,4,true
org.eclipse.equinox.p2.metadata,2.2.0.v20131211-1531,../plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar,4,true
org.eclipse.equinox.p2.metadata.repository,1.2.100.v20131209-2144,../plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar,4,true
org.eclipse.equinox.p2.publisher,1.2.0.v20110511,../plugins/org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar,4,true
org.eclipse.equinox.p2.publisher.eclipse,1.0.0.v20110511,../plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110511/,4,true
org.eclipse.equinox.p2.repository,2.3.0.v20131211-1531,../plugins/org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar,4,true
org.eclipse.equinox.p2.repository.tools,2.1.0.v20131211-1531,../plugins/org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531.jar,4,true
org.eclipse.equinox.p2.touchpoint.eclipse,2.1.0.v20110511-wso2v1,../plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar,4,true
org.eclipse.equinox.p2.touchpoint.natives,1.1.100.v20140523-0116,../plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20140523-0116.jar,4,true
org.eclipse.equinox.p2.transport.ecf,1.0.100.v20110902-0807,../plugins/org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar,4,true
org.eclipse.equinox.p2.updatechecker,1.1.200.v20131119-0908,../plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20131119-0908.jar,4,true
org.eclipse.equinox.p2.updatesite,1.0.400.v20131211-1531,../plugins/org.eclipse.equinox.p2.updatesite_1.0.400.v20131211-1531.jar,4,true
org.eclipse.equinox.preferences,3.6.0.v20160120-1756,../plugins/org.eclipse.equinox.preferences_3.6.0.v20160120-1756.jar,4,true
org.eclipse.equinox.registry,3.6.0.v20150318-1503,../plugins/org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar,4,true
org.eclipse.equinox.security,1.2.100.v20150423-1356,../plugins/org.eclipse.equinox.security_1.2.100.v20150423-1356.jar,4,true
org.eclipse.equinox.simpleconfigurator,1.1.200.v20160504-1450,../plugins/org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar,1,true
org.eclipse.equinox.simpleconfigurator.manipulator,2.0.200.v20160504-1450,../plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar,4,true
org.eclipse.equinox.util,1.0.500.v20130404-1337,../plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar,4,true
org.eclipse.jdt.core.compiler.batch,3.28.0.v20211117-1416,../plugins/org.eclipse.jdt.core.compiler.batch_3.28.0.v20211117-1416.jar,4,true
org.eclipse.osgi,3.14.0.v20190517-1309,../plugins/org.eclipse.osgi_3.14.0.v20190517-1309.jar,-1,true
org.eclipse.osgi.compatibility.state,1.0.200.v20160504-1419,../plugins/org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar,4,true
org.eclipse.osgi.services,3.5.100.v20160504-1419,../plugins/org.eclipse.osgi.services_3.5.100.v20160504-1419.jar,4,true
org.everit.json.schema,1.5.0.wso2_v2,../plugins/org.everit.json.schema_1.5.0.wso2_v2.jar,4,true
org.objectweb.asm,9.2.0,../plugins/org.objectweb.asm_9.2.0.jar,4,true
org.objectweb.asm,5.2.0,../plugins/org.objectweb.asm_5.2.0.jar,4,true
org.objectweb.asm.all,5.2.0,../plugins/org.objectweb.asm.all_5.2.0.jar,4,true
org.objenesis,2.1.0,../plugins/org.objenesis_2.1.0.jar,4,true
org.ops4j.pax.logging.pax-logging-api,2.1.0.wso2v4,../plugins/org.ops4j.pax.logging.pax-logging-api_2.1.0.wso2v4.jar,4,true
org.ops4j.pax.logging.pax-logging-log4j2,2.1.0.wso2v4,../plugins/org.ops4j.pax.logging.pax-logging-log4j2_2.1.0.wso2v4.jar,4,true
org.restlet,2.3.0.wso2v1,../plugins/org.restlet_2.3.0.wso2v1.jar,4,true
org.sat4j.core,2.3.5.v201308161310,../plugins/org.sat4j.core_2.3.5.v201308161310.jar,4,true
org.sat4j.pb,2.3.5.v201308161310,../plugins/org.sat4j.pb_2.3.5.v201308161310.jar,4,true
org.wso2.am.analytics.publisher.client,1.2.3,../plugins/org.wso2.am.analytics.publisher.client_1.2.3.jar,4,true
org.wso2.am.multitenancy.dashboard.ui,4.2.0.SNAPSHOT,../plugins/org.wso2.am.multitenancy.dashboard.ui_4.2.0.SNAPSHOT.jar,4,true
org.wso2.am.styles,4.2.0.SNAPSHOT,../plugins/org.wso2.am.styles_4.2.0.SNAPSHOT.jar,4,true
org.wso2.balana,1.2.13,../plugins/org.wso2.balana_1.2.13.jar,4,true
org.wso2.caching,4.0.3,../plugins/org.wso2.caching_4.0.3.jar,4,true
org.wso2.carbon.addressing,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.addressing_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.admin.advisory.mgt,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.admin.advisory.mgt_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.admin.advisory.mgt.stub,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.admin.advisory.mgt.stub_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.admin.advisory.mgt.ui,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.admin.advisory.mgt.ui_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.andes,3.3.30,../plugins/org.wso2.carbon.andes_3.3.30.jar,4,true
org.wso2.carbon.andes.admin,3.3.30,../plugins/org.wso2.carbon.andes.admin_3.3.30.jar,4,true
org.wso2.carbon.andes.admin.mqtt,3.3.30,../plugins/org.wso2.carbon.andes.admin.mqtt_3.3.30.jar,4,true
org.wso2.carbon.andes.authentication,3.3.30,../plugins/org.wso2.carbon.andes.authentication_3.3.30.jar,4,true
org.wso2.carbon.andes.authorization,3.3.30,../plugins/org.wso2.carbon.andes.authorization_3.3.30.jar,4,true
org.wso2.carbon.andes.cluster.mgt,3.3.30,../plugins/org.wso2.carbon.andes.cluster.mgt_3.3.30.jar,4,true
org.wso2.carbon.andes.commons,3.3.30,../plugins/org.wso2.carbon.andes.commons_3.3.30.jar,4,true
org.wso2.carbon.andes.core,3.3.30,../plugins/org.wso2.carbon.andes.core_3.3.30.jar,4,true
org.wso2.carbon.andes.event.admin,3.3.30,../plugins/org.wso2.carbon.andes.event.admin_3.3.30.jar,4,true
org.wso2.carbon.andes.event.core,3.3.30,../plugins/org.wso2.carbon.andes.event.core_3.3.30.jar,4,true
org.wso2.carbon.apimgt.api,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.api_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.broker.lifecycle,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.broker.lifecycle_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.cache.invalidation,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.cache.invalidation_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.common.analytics,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.common.analytics_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.common.gateway,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.common.gateway_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.common.jms,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.common.jms_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.devops.impl,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.devops.impl_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.eventing,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.eventing_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.eventing.hub,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.eventing.hub_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.gateway,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.gateway_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.impl,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.impl_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.jms.listener,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.jms.listener_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.keymgt,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.keymgt_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.keymgt.client,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.keymgt.client_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.keymgt.stub,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.keymgt.stub_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.notification,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.notification_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.output.adapter.http,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.output.adapter.http_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.persistence,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.persistence_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.rest.api.common,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.rest.api.common_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.rest.api.publisher.v1.common,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.rest.api.publisher.v1.common_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.rest.api.util,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.rest.api.util_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.solace,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.solace_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.throttle.policy.deployer,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.throttle.policy.deployer_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.throttling.siddhi.extension,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.throttling.siddhi.extension_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.tokenmgt,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.tokenmgt_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.apimgt.tracing,9.28.216.SNAPSHOT,../plugins/org.wso2.carbon.apimgt.tracing_9.28.216.SNAPSHOT.jar,4,true
org.wso2.carbon.application.deployer,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.application.deployer_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.application.deployer.synapse,4.7.186,../plugins/org.wso2.carbon.application.deployer.synapse_4.7.186.jar,4,true
org.wso2.carbon.application.mgt.synapse,4.7.186,../plugins/org.wso2.carbon.application.mgt.synapse_4.7.186.jar,4,true
org.wso2.carbon.application.upload,4.7.39,../plugins/org.wso2.carbon.application.upload_4.7.39.jar,4,true
org.wso2.carbon.authenticator.proxy,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.authenticator.proxy_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.authenticator.stub,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.authenticator.stub_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.base,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.base_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.captcha.mgt,5.25.653,../plugins/org.wso2.carbon.captcha.mgt_5.25.653.jar,4,true
org.wso2.carbon.claim.mgt,5.25.653,../plugins/org.wso2.carbon.claim.mgt_5.25.653.jar,4,true
org.wso2.carbon.claim.mgt.stub,5.25.653,../plugins/org.wso2.carbon.claim.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.claim.mgt.ui,5.25.653,../plugins/org.wso2.carbon.claim.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.cluster.mgt.core,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.cluster.mgt.core_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.connector.core,4.7.186,../plugins/org.wso2.carbon.connector.core_4.7.186.jar,4,true
org.wso2.carbon.consent.mgt.core,2.5.2,../plugins/org.wso2.carbon.consent.mgt.core_2.5.2.jar,4,true
org.wso2.carbon.core,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.core_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.core.bootup.validator,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.core.bootup.validator_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.core.common,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.core.common_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.core.commons.stub,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.core.commons.stub_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.core.services,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.core.services_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.crypto.api,1.1.14,../plugins/org.wso2.carbon.crypto.api_1.1.14.jar,4,true
org.wso2.carbon.crypto.impl,1.1.14,../plugins/org.wso2.carbon.crypto.impl_1.1.14.jar,4,true
org.wso2.carbon.crypto.provider,1.1.14,../plugins/org.wso2.carbon.crypto.provider_1.1.14.jar,4,true
org.wso2.carbon.database.utils,2.1.5,../plugins/org.wso2.carbon.database.utils_2.1.5.jar,4,true
org.wso2.carbon.databridge.agent,5.3.5,../plugins/org.wso2.carbon.databridge.agent_5.3.5.jar,4,true
org.wso2.carbon.databridge.commons,5.3.5,../plugins/org.wso2.carbon.databridge.commons_5.3.5.jar,4,true
org.wso2.carbon.databridge.commons.binary,5.3.5,../plugins/org.wso2.carbon.databridge.commons.binary_5.3.5.jar,4,true
org.wso2.carbon.databridge.commons.thrift,5.3.5,../plugins/org.wso2.carbon.databridge.commons.thrift_5.3.5.jar,4,true
org.wso2.carbon.databridge.core,5.3.5,../plugins/org.wso2.carbon.databridge.core_5.3.5.jar,4,true
org.wso2.carbon.databridge.receiver.binary,5.3.5,../plugins/org.wso2.carbon.databridge.receiver.binary_5.3.5.jar,4,true
org.wso2.carbon.databridge.receiver.thrift,5.3.5,../plugins/org.wso2.carbon.databridge.receiver.thrift_5.3.5.jar,4,true
org.wso2.carbon.databridge.streamdefn.filesystem,5.3.5,../plugins/org.wso2.carbon.databridge.streamdefn.filesystem_5.3.5.jar,4,true
org.wso2.carbon.deployment.synchronizer,4.9.0,../plugins/org.wso2.carbon.deployment.synchronizer_4.9.0.jar,4,true
org.wso2.carbon.deployment.synchronizer.subversion,4.9.0,../plugins/org.wso2.carbon.deployment.synchronizer.subversion_4.9.0.jar,4,true
org.wso2.carbon.directory.server.manager,5.25.653,../plugins/org.wso2.carbon.directory.server.manager_5.25.653.jar,4,true
org.wso2.carbon.directory.server.manager.common,5.25.653,../plugins/org.wso2.carbon.directory.server.manager.common_5.25.653.jar,4,true
org.wso2.carbon.directory.server.manager.stub,5.25.653,../plugins/org.wso2.carbon.directory.server.manager.stub_5.25.653.jar,4,true
org.wso2.carbon.directory.server.manager.ui,5.25.653,../plugins/org.wso2.carbon.directory.server.manager.ui_5.25.653.jar,4,true
org.wso2.carbon.email.mgt,1.7.31,../plugins/org.wso2.carbon.email.mgt_1.7.31.jar,4,true
org.wso2.carbon.email.mgt.stub,1.7.31,../plugins/org.wso2.carbon.email.mgt.stub_1.7.31.jar,4,true
org.wso2.carbon.email.mgt.ui,1.7.31,../plugins/org.wso2.carbon.email.mgt.ui_1.7.31.jar,4,true
org.wso2.carbon.email.verification,4.7.19,../plugins/org.wso2.carbon.email.verification_4.7.19.jar,4,true
org.wso2.carbon.email.verification.stub,4.7.19,../plugins/org.wso2.carbon.email.verification.stub_4.7.19.jar,4,true
org.wso2.carbon.email.verification.ui,4.7.19,../plugins/org.wso2.carbon.email.verification.ui_4.7.19.jar,4,true
org.wso2.carbon.endpoint,4.7.186,../plugins/org.wso2.carbon.endpoint_4.7.186.jar,4,true
org.wso2.carbon.endpoint.stub,4.7.186,../plugins/org.wso2.carbon.endpoint.stub_4.7.186.jar,4,true
org.wso2.carbon.event.admin,4.9.0,../plugins/org.wso2.carbon.event.admin_4.9.0.jar,4,true
org.wso2.carbon.event.application.deployer,5.3.5,../plugins/org.wso2.carbon.event.application.deployer_5.3.5.jar,4,true
org.wso2.carbon.event.client,4.9.0,../plugins/org.wso2.carbon.event.client_4.9.0.jar,4,true
org.wso2.carbon.event.client.stub,4.9.0,../plugins/org.wso2.carbon.event.client.stub_4.9.0.jar,4,true
org.wso2.carbon.event.common,4.9.0,../plugins/org.wso2.carbon.event.common_4.9.0.jar,4,true
org.wso2.carbon.event.core,4.9.0,../plugins/org.wso2.carbon.event.core_4.9.0.jar,4,true
org.wso2.carbon.event.flow,2.3.5,../plugins/org.wso2.carbon.event.flow_2.3.5.jar,4,true
org.wso2.carbon.event.flow.stub,2.3.5,../plugins/org.wso2.carbon.event.flow.stub_2.3.5.jar,4,true
org.wso2.carbon.event.flow.ui,2.3.5,../plugins/org.wso2.carbon.event.flow.ui_2.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.core,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.core_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.email,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.email_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.filetail,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.filetail_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.http,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.http_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.jms,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.jms_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.kafka,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.kafka_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.mqtt,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.mqtt_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.soap,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.soap_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.websocket,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.websocket_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.websocket.local,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.websocket.local_5.3.5.jar,4,true
org.wso2.carbon.event.input.adapter.wso2event,5.3.5,../plugins/org.wso2.carbon.event.input.adapter.wso2event_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.cassandra,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.cassandra_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.core,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.core_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.email,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.email_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.http,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.http_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.jms,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.jms_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.kafka,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.kafka_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.logger,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.logger_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.mqtt,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.mqtt_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.rdbms,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.rdbms_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.sms,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.sms_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.soap,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.soap_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.ui,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.ui_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.websocket,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.websocket_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.websocket.local,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.websocket.local_5.3.5.jar,4,true
org.wso2.carbon.event.output.adapter.wso2event,5.3.5,../plugins/org.wso2.carbon.event.output.adapter.wso2event_5.3.5.jar,4,true
org.wso2.carbon.event.processor.admin,2.3.5,../plugins/org.wso2.carbon.event.processor.admin_2.3.5.jar,4,true
org.wso2.carbon.event.processor.common,2.3.5,../plugins/org.wso2.carbon.event.processor.common_2.3.5.jar,4,true
org.wso2.carbon.event.processor.core,2.3.5,../plugins/org.wso2.carbon.event.processor.core_2.3.5.jar,4,true
org.wso2.carbon.event.processor.manager.commons,5.3.5,../plugins/org.wso2.carbon.event.processor.manager.commons_5.3.5.jar,4,true
org.wso2.carbon.event.processor.manager.core,5.3.5,../plugins/org.wso2.carbon.event.processor.manager.core_5.3.5.jar,4,true
org.wso2.carbon.event.processor.stub,2.3.5,../plugins/org.wso2.carbon.event.processor.stub_2.3.5.jar,4,true
org.wso2.carbon.event.processor.template.deployer,2.3.5,../plugins/org.wso2.carbon.event.processor.template.deployer_2.3.5.jar,4,true
org.wso2.carbon.event.processor.ui,2.3.5,../plugins/org.wso2.carbon.event.processor.ui_2.3.5.jar,4,true
org.wso2.carbon.event.publisher.admin,5.3.5,../plugins/org.wso2.carbon.event.publisher.admin_5.3.5.jar,4,true
org.wso2.carbon.event.publisher.core,5.3.5,../plugins/org.wso2.carbon.event.publisher.core_5.3.5.jar,4,true
org.wso2.carbon.event.publisher.stub,5.3.5,../plugins/org.wso2.carbon.event.publisher.stub_5.3.5.jar,4,true
org.wso2.carbon.event.publisher.ui,5.3.5,../plugins/org.wso2.carbon.event.publisher.ui_5.3.5.jar,4,true
org.wso2.carbon.event.receiver.admin,5.3.5,../plugins/org.wso2.carbon.event.receiver.admin_5.3.5.jar,4,true
org.wso2.carbon.event.receiver.core,5.3.5,../plugins/org.wso2.carbon.event.receiver.core_5.3.5.jar,4,true
org.wso2.carbon.event.receiver.stub,5.3.5,../plugins/org.wso2.carbon.event.receiver.stub_5.3.5.jar,4,true
org.wso2.carbon.event.receiver.ui,5.3.5,../plugins/org.wso2.carbon.event.receiver.ui_5.3.5.jar,4,true
org.wso2.carbon.event.simulator.admin,2.3.5,../plugins/org.wso2.carbon.event.simulator.admin_2.3.5.jar,4,true
org.wso2.carbon.event.simulator.core,2.3.5,../plugins/org.wso2.carbon.event.simulator.core_2.3.5.jar,4,true
org.wso2.carbon.event.simulator.stub,2.3.5,../plugins/org.wso2.carbon.event.simulator.stub_2.3.5.jar,4,true
org.wso2.carbon.event.simulator.ui,2.3.5,../plugins/org.wso2.carbon.event.simulator.ui_2.3.5.jar,4,true
org.wso2.carbon.event.statistics,5.3.5,../plugins/org.wso2.carbon.event.statistics_5.3.5.jar,4,true
org.wso2.carbon.event.statistics.stub,5.3.5,../plugins/org.wso2.carbon.event.statistics.stub_5.3.5.jar,4,true
org.wso2.carbon.event.statistics.ui,5.3.5,../plugins/org.wso2.carbon.event.statistics.ui_5.3.5.jar,4,true
org.wso2.carbon.event.stream.admin,5.3.5,../plugins/org.wso2.carbon.event.stream.admin_5.3.5.jar,4,true
org.wso2.carbon.event.stream.core,5.3.5,../plugins/org.wso2.carbon.event.stream.core_5.3.5.jar,4,true
org.wso2.carbon.event.stream.persistence.stub,5.3.5,../plugins/org.wso2.carbon.event.stream.persistence.stub_5.3.5.jar,4,true
org.wso2.carbon.event.stream.stub,5.3.5,../plugins/org.wso2.carbon.event.stream.stub_5.3.5.jar,4,true
org.wso2.carbon.event.stream.ui,5.3.5,../plugins/org.wso2.carbon.event.stream.ui_5.3.5.jar,4,true
org.wso2.carbon.event.template.manager.admin,5.3.5,../plugins/org.wso2.carbon.event.template.manager.admin_5.3.5.jar,4,true
org.wso2.carbon.event.template.manager.core,5.3.5,../plugins/org.wso2.carbon.event.template.manager.core_5.3.5.jar,4,true
org.wso2.carbon.event.template.manager.stub,5.3.5,../plugins/org.wso2.carbon.event.template.manager.stub_5.3.5.jar,4,true
org.wso2.carbon.event.template.manager.ui,5.3.5,../plugins/org.wso2.carbon.event.template.manager.ui_5.3.5.jar,4,true
org.wso2.carbon.event.ws,4.9.0,../plugins/org.wso2.carbon.event.ws_4.9.0.jar,4,true
org.wso2.carbon.extension.identity.authenticator.backupcode.connector,0.0.17,../plugins/org.wso2.carbon.extension.identity.authenticator.backupcode.connector_0.0.17.jar,4,true
org.wso2.carbon.extension.identity.helper,1.0.14,../plugins/org.wso2.carbon.extension.identity.helper_1.0.14.jar,4,true
org.wso2.carbon.feature.mgt.core,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.feature.mgt.core_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.feature.mgt.services,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.feature.mgt.services_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.feature.mgt.stub,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.feature.mgt.stub_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.framework.exporter,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.framework.exporter_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.ganalytics.publisher,4.10.7,../plugins/org.wso2.carbon.ganalytics.publisher_4.10.7.jar,4,true
org.wso2.carbon.governance.api,4.8.30,../plugins/org.wso2.carbon.governance.api_4.8.30.jar,4,true
org.wso2.carbon.governance.client,4.8.30,../plugins/org.wso2.carbon.governance.client_4.8.30.jar,4,true
org.wso2.carbon.governance.common,4.8.30,../plugins/org.wso2.carbon.governance.common_4.8.30.jar,4,true
org.wso2.carbon.governance.custom.lifecycles.checklist,4.8.30,../plugins/org.wso2.carbon.governance.custom.lifecycles.checklist_4.8.30.jar,4,true
org.wso2.carbon.governance.custom.lifecycles.checklist.stub,4.8.30,../plugins/org.wso2.carbon.governance.custom.lifecycles.checklist.stub_4.8.30.jar,4,true
org.wso2.carbon.governance.custom.lifecycles.checklist.ui,4.8.30,../plugins/org.wso2.carbon.governance.custom.lifecycles.checklist.ui_4.8.30.jar,4,true
org.wso2.carbon.governance.custom.lifecycles.history.ui,4.8.30,../plugins/org.wso2.carbon.governance.custom.lifecycles.history.ui_4.8.30.jar,4,true
org.wso2.carbon.governance.generic,4.8.30,../plugins/org.wso2.carbon.governance.generic_4.8.30.jar,4,true
org.wso2.carbon.governance.generic.stub,4.8.30,../plugins/org.wso2.carbon.governance.generic.stub_4.8.30.jar,4,true
org.wso2.carbon.governance.generic.ui,4.8.30,../plugins/org.wso2.carbon.governance.generic.ui_4.8.30.jar,4,true
org.wso2.carbon.governance.lcm,4.8.30,../plugins/org.wso2.carbon.governance.lcm_4.8.30.jar,4,true
org.wso2.carbon.governance.lcm.stub,4.8.30,../plugins/org.wso2.carbon.governance.lcm.stub_4.8.30.jar,4,true
org.wso2.carbon.governance.lcm.ui,4.8.30,../plugins/org.wso2.carbon.governance.lcm.ui_4.8.30.jar,4,true
org.wso2.carbon.governance.list,4.8.30,../plugins/org.wso2.carbon.governance.list_4.8.30.jar,4,true
org.wso2.carbon.governance.registry.eventing,4.8.30,../plugins/org.wso2.carbon.governance.registry.eventing_4.8.30.jar,4,true
org.wso2.carbon.governance.registry.extensions,4.8.30,../plugins/org.wso2.carbon.governance.registry.extensions_4.8.30.jar,4,true
org.wso2.carbon.governance.registry.extensions.resources,4.8.30,../plugins/org.wso2.carbon.governance.registry.extensions.resources_4.8.30.jar,4,true
org.wso2.carbon.governance.wsdltool,4.8.30,../plugins/org.wso2.carbon.governance.wsdltool_4.8.30.jar,4,true
org.wso2.carbon.governance.wsdltool.stub,4.8.30,../plugins/org.wso2.carbon.governance.wsdltool.stub_4.8.30.jar,4,true
org.wso2.carbon.governance.wsdltool.ui,4.8.30,../plugins/org.wso2.carbon.governance.wsdltool.ui_4.8.30.jar,4,true
org.wso2.carbon.i18n,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.i18n_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.identity.api.resource.collection.mgt,5.25.653,../plugins/org.wso2.carbon.identity.api.resource.collection.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.api.resource.mgt,5.25.653,../plugins/org.wso2.carbon.identity.api.resource.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.application.authentication.framework,5.25.653,../plugins/org.wso2.carbon.identity.application.authentication.framework_5.25.653.jar,4,true
org.wso2.carbon.identity.application.authentication.framework.stub,5.25.653,../plugins/org.wso2.carbon.identity.application.authentication.framework.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.application.authenticator.basicauth,6.7.30,../plugins/org.wso2.carbon.identity.application.authenticator.basicauth_6.7.30.jar,4,true
org.wso2.carbon.identity.application.authenticator.oidc,5.11.30,../plugins/org.wso2.carbon.identity.application.authenticator.oidc_5.11.30.jar,4,true
org.wso2.carbon.identity.application.authenticator.samlsso,5.8.8.SNAPSHOT,../plugins/org.wso2.carbon.identity.application.authenticator.samlsso_5.8.8.SNAPSHOT.jar,4,true
org.wso2.carbon.identity.application.common,5.25.653,../plugins/org.wso2.carbon.identity.application.common_5.25.653.jar,4,true
org.wso2.carbon.identity.application.default.auth.sequence.mgt.stub,5.25.653,../plugins/org.wso2.carbon.identity.application.default.auth.sequence.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.application.mgt,5.25.653,../plugins/org.wso2.carbon.identity.application.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.application.mgt.stub,5.25.653,../plugins/org.wso2.carbon.identity.application.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.application.mgt.ui,5.25.653,../plugins/org.wso2.carbon.identity.application.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.identity.auth.attribute.handler,1.8.103,../plugins/org.wso2.carbon.identity.auth.attribute.handler_1.8.103.jar,4,true
org.wso2.carbon.identity.auth.service,1.8.38,../plugins/org.wso2.carbon.identity.auth.service_1.8.38.jar,4,true
org.wso2.carbon.identity.auth.valve,1.8.38,../plugins/org.wso2.carbon.identity.auth.valve_1.8.38.jar,4,true
org.wso2.carbon.identity.authentication,4.7.19,../plugins/org.wso2.carbon.identity.authentication_4.7.19.jar,4,true
org.wso2.carbon.identity.authenticator.emailotp,4.1.21,../plugins/org.wso2.carbon.identity.authenticator.emailotp_4.1.21.jar,4,true
org.wso2.carbon.identity.authenticator.saml2.sso,5.8.5,../plugins/org.wso2.carbon.identity.authenticator.saml2.sso_5.8.5.jar,4,true
org.wso2.carbon.identity.authenticator.saml2.sso.common,5.8.5,../plugins/org.wso2.carbon.identity.authenticator.saml2.sso.common_5.8.5.jar,4,true
org.wso2.carbon.identity.authenticator.saml2.sso.stub,5.8.5,../plugins/org.wso2.carbon.identity.authenticator.saml2.sso.stub_5.8.5.jar,4,true
org.wso2.carbon.identity.authenticator.saml2.sso.ui,5.8.5,../plugins/org.wso2.carbon.identity.authenticator.saml2.sso.ui_5.8.5.jar,4,true
org.wso2.carbon.identity.authenticator.thrift,5.25.653,../plugins/org.wso2.carbon.identity.authenticator.thrift_5.25.653.jar,4,true
org.wso2.carbon.identity.authz.service,1.8.38,../plugins/org.wso2.carbon.identity.authz.service_1.8.38.jar,4,true
org.wso2.carbon.identity.authz.valve,1.8.38,../plugins/org.wso2.carbon.identity.authz.valve_1.8.38.jar,4,true
org.wso2.carbon.identity.base,5.25.653,../plugins/org.wso2.carbon.identity.base_5.25.653.jar,4,true
org.wso2.carbon.identity.branding.preference.management.core,1.0.14,../plugins/org.wso2.carbon.identity.branding.preference.management.core_1.0.14.jar,4,true
org.wso2.carbon.identity.branding.preference.resolver,1.0.14,../plugins/org.wso2.carbon.identity.branding.preference.resolver_1.0.14.jar,4,true
org.wso2.carbon.identity.captcha,1.8.103,../plugins/org.wso2.carbon.identity.captcha_1.8.103.jar,4,true
org.wso2.carbon.identity.central.log.mgt,5.25.653,../plugins/org.wso2.carbon.identity.central.log.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.claim.metadata.mgt,5.25.653,../plugins/org.wso2.carbon.identity.claim.metadata.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.claim.metadata.mgt.stub,5.25.653,../plugins/org.wso2.carbon.identity.claim.metadata.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.claim.metadata.mgt.ui,5.25.653,../plugins/org.wso2.carbon.identity.claim.metadata.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.identity.client.attestation.mgt,5.25.653,../plugins/org.wso2.carbon.identity.client.attestation.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.configuration.mgt.core,5.25.653,../plugins/org.wso2.carbon.identity.configuration.mgt.core_5.25.653.jar,4,true
org.wso2.carbon.identity.consent.mgt,5.25.653,../plugins/org.wso2.carbon.identity.consent.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.consent.server.configs.mgt,5.25.653,../plugins/org.wso2.carbon.identity.consent.server.configs.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.context.rewrite.valve,1.8.38,../plugins/org.wso2.carbon.identity.context.rewrite.valve_1.8.38.jar,4,true
org.wso2.carbon.identity.core,5.25.653,../plugins/org.wso2.carbon.identity.core_5.25.653.jar,4,true
org.wso2.carbon.identity.core.ui,5.25.653,../plugins/org.wso2.carbon.identity.core.ui_5.25.653.jar,4,true
org.wso2.carbon.identity.cors.mgt.core,5.25.653,../plugins/org.wso2.carbon.identity.cors.mgt.core_5.25.653.jar,4,true
org.wso2.carbon.identity.cors.service,1.8.38,../plugins/org.wso2.carbon.identity.cors.service_1.8.38.jar,4,true
org.wso2.carbon.identity.cors.valve,1.8.38,../plugins/org.wso2.carbon.identity.cors.valve_1.8.38.jar,4,true
org.wso2.carbon.identity.data.publisher.application.authentication,5.6.6,../plugins/org.wso2.carbon.identity.data.publisher.application.authentication_5.6.6.jar,4,true
org.wso2.carbon.identity.data.publisher.authentication.analytics.login,5.6.6,../plugins/org.wso2.carbon.identity.data.publisher.authentication.analytics.login_5.6.6.jar,4,true
org.wso2.carbon.identity.data.publisher.authentication.analytics.session,5.6.6,../plugins/org.wso2.carbon.identity.data.publisher.authentication.analytics.session_5.6.6.jar,4,true
org.wso2.carbon.identity.data.publisher.authentication.audit,5.6.6,../plugins/org.wso2.carbon.identity.data.publisher.authentication.audit_5.6.6.jar,4,true
org.wso2.carbon.identity.data.publisher.oauth,1.6.8,../plugins/org.wso2.carbon.identity.data.publisher.oauth_1.6.8.jar,4,true
org.wso2.carbon.identity.discovery,6.11.236,../plugins/org.wso2.carbon.identity.discovery_6.11.236.jar,4,true
org.wso2.carbon.identity.entitlement,5.25.653,../plugins/org.wso2.carbon.identity.entitlement_5.25.653.jar,4,true
org.wso2.carbon.identity.entitlement.common,5.25.653,../plugins/org.wso2.carbon.identity.entitlement.common_5.25.653.jar,4,true
org.wso2.carbon.identity.entitlement.mediator,4.7.186,../plugins/org.wso2.carbon.identity.entitlement.mediator_4.7.186.jar,4,true
org.wso2.carbon.identity.entitlement.proxy,5.4.4,../plugins/org.wso2.carbon.identity.entitlement.proxy_5.4.4.jar,4,true
org.wso2.carbon.identity.entitlement.stub,5.25.565,../plugins/org.wso2.carbon.identity.entitlement.stub_5.25.565.jar,4,true
org.wso2.carbon.identity.entitlement.stub,5.15.17,../plugins/org.wso2.carbon.identity.entitlement.stub_5.15.17.jar,4,true
org.wso2.carbon.identity.event,5.25.653,../plugins/org.wso2.carbon.identity.event_5.25.653.jar,4,true
org.wso2.carbon.identity.event.handler.notification,1.7.31,../plugins/org.wso2.carbon.identity.event.handler.notification_1.7.31.jar,4,true
org.wso2.carbon.identity.functions.library.mgt,5.25.653,../plugins/org.wso2.carbon.identity.functions.library.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.functions.library.mgt.stub,5.25.653,../plugins/org.wso2.carbon.identity.functions.library.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.functions.library.mgt.ui,5.25.653,../plugins/org.wso2.carbon.identity.functions.library.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.identity.governance,1.8.103,../plugins/org.wso2.carbon.identity.governance_1.8.103.jar,4,true
org.wso2.carbon.identity.governance.stub,5.25.653,../plugins/org.wso2.carbon.identity.governance.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.handler.event.account.lock,1.8.13,../plugins/org.wso2.carbon.identity.handler.event.account.lock_1.8.13.jar,4,true
org.wso2.carbon.identity.idp.metadata.saml2,1.7.7,../plugins/org.wso2.carbon.identity.idp.metadata.saml2_1.7.7.jar,4,true
org.wso2.carbon.identity.mgt,5.25.653,../plugins/org.wso2.carbon.identity.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.mgt.stub,5.25.653,../plugins/org.wso2.carbon.identity.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.mgt.ui,5.25.653,../plugins/org.wso2.carbon.identity.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.identity.multi.attribute.login.mgt,5.25.653,../plugins/org.wso2.carbon.identity.multi.attribute.login.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.multi.attribute.login.resolver.regex,1.8.103,../plugins/org.wso2.carbon.identity.multi.attribute.login.resolver.regex_1.8.103.jar,4,true
org.wso2.carbon.identity.multi.attribute.login.service,1.8.103,../plugins/org.wso2.carbon.identity.multi.attribute.login.service_1.8.103.jar,4,true
org.wso2.carbon.identity.notification.mgt,5.25.653,../plugins/org.wso2.carbon.identity.notification.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.notification.sender.tenant.config,1.7.31,../plugins/org.wso2.carbon.identity.notification.sender.tenant.config_1.7.31.jar,4,true
org.wso2.carbon.identity.oauth,6.11.236,../plugins/org.wso2.carbon.identity.oauth_6.11.236.jar,4,true
org.wso2.carbon.identity.oauth.ciba,6.11.236,../plugins/org.wso2.carbon.identity.oauth.ciba_6.11.236.jar,4,true
org.wso2.carbon.identity.oauth.common,6.11.236,../plugins/org.wso2.carbon.identity.oauth.common_6.11.236.jar,4,true
org.wso2.carbon.identity.oauth.dcr,6.11.236,../plugins/org.wso2.carbon.identity.oauth.dcr_6.11.236.jar,4,true
org.wso2.carbon.identity.oauth.par,6.11.236,../plugins/org.wso2.carbon.identity.oauth.par_6.11.236.jar,4,true
org.wso2.carbon.identity.oauth.stub,6.11.236,../plugins/org.wso2.carbon.identity.oauth.stub_6.11.236.jar,4,true
org.wso2.carbon.identity.oauth.stub,6.0.103,../plugins/org.wso2.carbon.identity.oauth.stub_6.0.103.jar,4,true
org.wso2.carbon.identity.oauth.ui,6.11.236,../plugins/org.wso2.carbon.identity.oauth.ui_6.11.236.jar,4,true
org.wso2.carbon.identity.oauth2.grant.organizationswitch,1.1.20,../plugins/org.wso2.carbon.identity.oauth2.grant.organizationswitch_1.1.20.jar,4,true
org.wso2.carbon.identity.oauth2.grant.token.exchange,1.0.1,../plugins/org.wso2.carbon.identity.oauth2.grant.token.exchange_1.0.1.jar,4,true
org.wso2.carbon.identity.oidc.dcr,6.11.236,../plugins/org.wso2.carbon.identity.oidc.dcr_6.11.236.jar,4,true
org.wso2.carbon.identity.oidc.session,6.11.236,../plugins/org.wso2.carbon.identity.oidc.session_6.11.236.jar,4,true
org.wso2.carbon.identity.organization.config.service,1.3.145,../plugins/org.wso2.carbon.identity.organization.config.service_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.discovery.service,1.3.145,../plugins/org.wso2.carbon.identity.organization.discovery.service_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.application,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.application_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.authz.service,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.authz.service_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.claim.provider,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.claim.provider_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.ext,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.ext_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.governance.connector,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.governance.connector_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.handler,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.handler_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.organization.user.sharing,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.organization.user.sharing_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.role.management.service,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.role.management.service_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.service,1.0.96,../plugins/org.wso2.carbon.identity.organization.management.service_1.0.96.jar,4,true
org.wso2.carbon.identity.organization.management.tenant.association,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.tenant.association_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.management.tomcat.ext.tenant.resolver,1.3.145,../plugins/org.wso2.carbon.identity.organization.management.tomcat.ext.tenant.resolver_1.3.145.jar,4,true
org.wso2.carbon.identity.organization.user.invitation.management,1.3.145,../plugins/org.wso2.carbon.identity.organization.user.invitation.management_1.3.145.jar,4,true
org.wso2.carbon.identity.password.policy,1.8.103,../plugins/org.wso2.carbon.identity.password.policy_1.8.103.jar,4,true
org.wso2.carbon.identity.provider,5.9.5,../plugins/org.wso2.carbon.identity.provider_5.9.5.jar,4,true
org.wso2.carbon.identity.provisioning,5.25.653,../plugins/org.wso2.carbon.identity.provisioning_5.25.653.jar,4,true
org.wso2.carbon.identity.recovery,1.8.103,../plugins/org.wso2.carbon.identity.recovery_1.8.103.jar,4,true
org.wso2.carbon.identity.role.mgt.core,5.25.653,../plugins/org.wso2.carbon.identity.role.mgt.core_5.25.653.jar,4,true
org.wso2.carbon.identity.role.v2.mgt.core,5.25.653,../plugins/org.wso2.carbon.identity.role.v2.mgt.core_5.25.653.jar,4,true
org.wso2.carbon.identity.saml.common.util,1.3.0,../plugins/org.wso2.carbon.identity.saml.common.util_1.3.0.jar,4,true
org.wso2.carbon.identity.secret.mgt.core,5.25.653,../plugins/org.wso2.carbon.identity.secret.mgt.core_5.25.653.jar,4,true
org.wso2.carbon.identity.sso.agent,5.4.0,../plugins/org.wso2.carbon.identity.sso.agent_5.4.0.jar,4,true
org.wso2.carbon.identity.sso.saml.stub,5.7.0,../plugins/org.wso2.carbon.identity.sso.saml.stub_5.7.0.jar,4,true
org.wso2.carbon.identity.template.mgt,5.25.653,../plugins/org.wso2.carbon.identity.template.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.template.mgt.ui,5.25.653,../plugins/org.wso2.carbon.identity.template.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.identity.tenant.resource.manager,1.8.103,../plugins/org.wso2.carbon.identity.tenant.resource.manager_1.8.103.jar,4,true
org.wso2.carbon.identity.user.export.core,1.8.103,../plugins/org.wso2.carbon.identity.user.export.core_1.8.103.jar,4,true
org.wso2.carbon.identity.user.functionality.mgt,5.25.653,../plugins/org.wso2.carbon.identity.user.functionality.mgt_5.25.653.jar,4,true
org.wso2.carbon.identity.user.profile,5.25.653,../plugins/org.wso2.carbon.identity.user.profile_5.25.653.jar,4,true
org.wso2.carbon.identity.user.profile.stub,5.25.653,../plugins/org.wso2.carbon.identity.user.profile.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.user.profile.ui,5.25.653,../plugins/org.wso2.carbon.identity.user.profile.ui_5.25.653.jar,4,true
org.wso2.carbon.identity.user.registration,5.25.653,../plugins/org.wso2.carbon.identity.user.registration_5.25.653.jar,4,true
org.wso2.carbon.identity.user.registration.stub,5.25.565,../plugins/org.wso2.carbon.identity.user.registration.stub_5.25.565.jar,4,true
org.wso2.carbon.identity.user.rename.core,1.8.103,../plugins/org.wso2.carbon.identity.user.rename.core_1.8.103.jar,4,true
org.wso2.carbon.identity.user.store.configuration,5.25.653,../plugins/org.wso2.carbon.identity.user.store.configuration_5.25.653.jar,4,true
org.wso2.carbon.identity.user.store.configuration.deployer,5.25.653,../plugins/org.wso2.carbon.identity.user.store.configuration.deployer_5.25.653.jar,4,true
org.wso2.carbon.identity.user.store.configuration.stub,5.25.653,../plugins/org.wso2.carbon.identity.user.store.configuration.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.user.store.configuration.ui,5.25.653,../plugins/org.wso2.carbon.identity.user.store.configuration.ui_5.25.653.jar,4,true
org.wso2.carbon.identity.user.store.count,5.25.653,../plugins/org.wso2.carbon.identity.user.store.count_5.25.653.jar,4,true
org.wso2.carbon.identity.user.store.count.stub,5.25.653,../plugins/org.wso2.carbon.identity.user.store.count.stub_5.25.653.jar,4,true
org.wso2.carbon.identity.webfinger,6.11.236,../plugins/org.wso2.carbon.identity.webfinger_6.11.236.jar,4,true
org.wso2.carbon.idp.mgt,5.25.653,../plugins/org.wso2.carbon.idp.mgt_5.25.653.jar,4,true
org.wso2.carbon.idp.mgt.stub,5.25.653,../plugins/org.wso2.carbon.idp.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.idp.mgt.ui,5.25.653,../plugins/org.wso2.carbon.idp.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.inbound,4.7.186,../plugins/org.wso2.carbon.inbound_4.7.186.jar,4,true
org.wso2.carbon.inbound.endpoint,4.7.186,../plugins/org.wso2.carbon.inbound.endpoint_4.7.186.jar,4,true
org.wso2.carbon.inbound.endpoint.osgi,4.7.186,../plugins/org.wso2.carbon.inbound.endpoint.osgi_4.7.186.jar,4,true
org.wso2.carbon.inbound.endpoint.persistence,4.7.186,../plugins/org.wso2.carbon.inbound.endpoint.persistence_4.7.186.jar,4,true
org.wso2.carbon.integrator.core,4.7.186,../plugins/org.wso2.carbon.integrator.core_4.7.186.jar,4,true
org.wso2.carbon.localentry,4.7.186,../plugins/org.wso2.carbon.localentry_4.7.186.jar,4,true
org.wso2.carbon.localentry.stub,4.7.186,../plugins/org.wso2.carbon.localentry.stub_4.7.186.jar,4,true
org.wso2.carbon.logging.correlation,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.logging.correlation_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.logging.updater,4.9.0,../plugins/org.wso2.carbon.logging.updater_4.9.0.jar,4,true
org.wso2.carbon.logging.view,4.9.0,../plugins/org.wso2.carbon.logging.view_4.9.0.jar,4,true
org.wso2.carbon.mashup.javascript.hostobjects.registry,4.8.30,../plugins/org.wso2.carbon.mashup.javascript.hostobjects.registry_4.8.30.jar,4,true
org.wso2.carbon.mashup.utils,4.2.0,../plugins/org.wso2.carbon.mashup.utils_4.2.0.jar,4,true
org.wso2.carbon.mediation.artifactuploader,4.7.186,../plugins/org.wso2.carbon.mediation.artifactuploader_4.7.186.jar,4,true
org.wso2.carbon.mediation.commons,4.7.186,../plugins/org.wso2.carbon.mediation.commons_4.7.186.jar,4,true
org.wso2.carbon.mediation.configadmin,4.7.186,../plugins/org.wso2.carbon.mediation.configadmin_4.7.186.jar,4,true
org.wso2.carbon.mediation.configadmin.stub,4.7.186,../plugins/org.wso2.carbon.mediation.configadmin.stub_4.7.186.jar,4,true
org.wso2.carbon.mediation.configadmin.ui,4.7.186,../plugins/org.wso2.carbon.mediation.configadmin.ui_4.7.186.jar,4,true
org.wso2.carbon.mediation.dependency.mgt,4.7.186,../plugins/org.wso2.carbon.mediation.dependency.mgt_4.7.186.jar,4,true
org.wso2.carbon.mediation.initializer,4.7.186,../plugins/org.wso2.carbon.mediation.initializer_4.7.186.jar,4,true
org.wso2.carbon.mediation.initializer.ui,4.7.186,../plugins/org.wso2.carbon.mediation.initializer.ui_4.7.186.jar,4,true
org.wso2.carbon.mediation.library,4.7.186,../plugins/org.wso2.carbon.mediation.library_4.7.186.jar,4,true
org.wso2.carbon.mediation.ntask,4.7.186,../plugins/org.wso2.carbon.mediation.ntask_4.7.186.jar,4,true
org.wso2.carbon.mediation.ntaskadmin,4.7.186,../plugins/org.wso2.carbon.mediation.ntaskadmin_4.7.186.jar,4,true
org.wso2.carbon.mediation.registry,4.7.186,../plugins/org.wso2.carbon.mediation.registry_4.7.186.jar,4,true
org.wso2.carbon.mediation.security,4.7.186,../plugins/org.wso2.carbon.mediation.security_4.7.186.jar,4,true
org.wso2.carbon.mediation.security.stub,4.7.186,../plugins/org.wso2.carbon.mediation.security.stub_4.7.186.jar,4,true
org.wso2.carbon.mediation.startup,4.7.186,../plugins/org.wso2.carbon.mediation.startup_4.7.186.jar,4,true
org.wso2.carbon.mediation.templates,4.7.186,../plugins/org.wso2.carbon.mediation.templates_4.7.186.jar,4,true
org.wso2.carbon.mediation.templates.common,4.7.186,../plugins/org.wso2.carbon.mediation.templates.common_4.7.186.jar,4,true
org.wso2.carbon.mediation.templates.service,4.7.186,../plugins/org.wso2.carbon.mediation.templates.service_4.7.186.jar,4,true
org.wso2.carbon.mediation.transport.handlers,4.7.186,../plugins/org.wso2.carbon.mediation.transport.handlers_4.7.186.jar,4,true
org.wso2.carbon.mediator.cache,4.7.186,../plugins/org.wso2.carbon.mediator.cache_4.7.186.jar,4,true
org.wso2.carbon.mediator.clazz.services,4.7.186,../plugins/org.wso2.carbon.mediator.clazz.services_4.7.186.jar,4,true
org.wso2.carbon.mediator.command.services,4.7.186,../plugins/org.wso2.carbon.mediator.command.services_4.7.186.jar,4,true
org.wso2.carbon.mediator.event,4.7.186,../plugins/org.wso2.carbon.mediator.event_4.7.186.jar,4,true
org.wso2.carbon.mediator.fastXSLT,4.7.186,../plugins/org.wso2.carbon.mediator.fastXSLT_4.7.186.jar,4,true
org.wso2.carbon.mediator.publishevent,4.7.186,../plugins/org.wso2.carbon.mediator.publishevent_4.7.186.jar,4,true
org.wso2.carbon.mediator.router.impl,4.7.186,../plugins/org.wso2.carbon.mediator.router.impl_4.7.186.jar,4,true
org.wso2.carbon.mediator.service,4.7.186,../plugins/org.wso2.carbon.mediator.service_4.7.186.jar,4,true
org.wso2.carbon.metrics.common,1.3.12,../plugins/org.wso2.carbon.metrics.common_1.3.12.jar,4,true
org.wso2.carbon.metrics.das.reporter,1.3.12,../plugins/org.wso2.carbon.metrics.das.reporter_1.3.12.jar,4,true
org.wso2.carbon.metrics.data.common,1.3.12,../plugins/org.wso2.carbon.metrics.data.common_1.3.12.jar,4,true
org.wso2.carbon.metrics.data.service,1.3.12,../plugins/org.wso2.carbon.metrics.data.service_1.3.12.jar,4,true
org.wso2.carbon.metrics.impl,1.3.12,../plugins/org.wso2.carbon.metrics.impl_1.3.12.jar,4,true
org.wso2.carbon.metrics.jdbc.reporter,1.3.12,../plugins/org.wso2.carbon.metrics.jdbc.reporter_1.3.12.jar,4,true
org.wso2.carbon.metrics.manager,1.3.12,../plugins/org.wso2.carbon.metrics.manager_1.3.12.jar,4,true
org.wso2.carbon.module.mgt,4.12.20,../plugins/org.wso2.carbon.module.mgt_4.12.20.jar,4,true
org.wso2.carbon.ndatasource.capp.deployer,4.9.0,../plugins/org.wso2.carbon.ndatasource.capp.deployer_4.9.0.jar,4,true
org.wso2.carbon.ndatasource.common,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.ndatasource.common_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.ndatasource.core,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.ndatasource.core_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.ndatasource.datasources,4.9.0,../plugins/org.wso2.carbon.ndatasource.datasources_4.9.0.jar,4,true
org.wso2.carbon.ndatasource.rdbms,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.ndatasource.rdbms_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.ndatasource.stub,4.9.0,../plugins/org.wso2.carbon.ndatasource.stub_4.9.0.jar,4,true
org.wso2.carbon.ndatasource.ui,4.9.0,../plugins/org.wso2.carbon.ndatasource.ui_4.9.0.jar,4,true
org.wso2.carbon.osgi.security,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.osgi.security_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.pax-logging-log4j2-plugins,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.pax-logging-log4j2-plugins_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.priority.executors,4.7.186,../plugins/org.wso2.carbon.priority.executors_4.7.186.jar,4,true
org.wso2.carbon.qpid.stub,4.9.0,../plugins/org.wso2.carbon.qpid.stub_4.9.0.jar,4,true
org.wso2.carbon.queuing,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.queuing_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.registry.admin.api,4.8.15,../plugins/org.wso2.carbon.registry.admin.api_4.8.15.jar,4,true
org.wso2.carbon.registry.api,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.registry.api_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.registry.common,4.8.15,../plugins/org.wso2.carbon.registry.common_4.8.15.jar,4,true
org.wso2.carbon.registry.common.ui,4.8.15,../plugins/org.wso2.carbon.registry.common.ui_4.8.15.jar,4,true
org.wso2.carbon.registry.core,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.registry.core_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.registry.event.core,4.8.15,../plugins/org.wso2.carbon.registry.event.core_4.8.15.jar,4,true
org.wso2.carbon.registry.event.ws,4.8.15,../plugins/org.wso2.carbon.registry.event.ws_4.8.15.jar,4,true
org.wso2.carbon.registry.eventing,4.8.15,../plugins/org.wso2.carbon.registry.eventing_4.8.15.jar,4,true
org.wso2.carbon.registry.extensions,4.8.5,../plugins/org.wso2.carbon.registry.extensions_4.8.5.jar,4,true
org.wso2.carbon.registry.extensions.resources,4.8.5,../plugins/org.wso2.carbon.registry.extensions.resources_4.8.5.jar,4,true
org.wso2.carbon.registry.extensions.stub,4.8.5,../plugins/org.wso2.carbon.registry.extensions.stub_4.8.5.jar,4,true
org.wso2.carbon.registry.extensions.ui,4.8.5,../plugins/org.wso2.carbon.registry.extensions.ui_4.8.5.jar,4,true
org.wso2.carbon.registry.indexing,4.8.15,../plugins/org.wso2.carbon.registry.indexing_4.8.15.jar,4,true
org.wso2.carbon.registry.info,4.8.15,../plugins/org.wso2.carbon.registry.info_4.8.15.jar,4,true
org.wso2.carbon.registry.info.stub,4.8.15,../plugins/org.wso2.carbon.registry.info.stub_4.8.15.jar,4,true
org.wso2.carbon.registry.info.ui,4.8.15,../plugins/org.wso2.carbon.registry.info.ui_4.8.15.jar,4,true
org.wso2.carbon.registry.properties,4.8.15,../plugins/org.wso2.carbon.registry.properties_4.8.15.jar,4,true
org.wso2.carbon.registry.properties.stub,4.8.15,../plugins/org.wso2.carbon.registry.properties.stub_4.8.15.jar,4,true
org.wso2.carbon.registry.properties.ui,4.8.15,../plugins/org.wso2.carbon.registry.properties.ui_4.8.15.jar,4,true
org.wso2.carbon.registry.relations,4.8.15,../plugins/org.wso2.carbon.registry.relations_4.8.15.jar,4,true
org.wso2.carbon.registry.relations.stub,4.8.15,../plugins/org.wso2.carbon.registry.relations.stub_4.8.15.jar,4,true
org.wso2.carbon.registry.relations.ui,4.8.15,../plugins/org.wso2.carbon.registry.relations.ui_4.8.15.jar,4,true
org.wso2.carbon.registry.resource,4.8.15,../plugins/org.wso2.carbon.registry.resource_4.8.15.jar,4,true
org.wso2.carbon.registry.resource.stub,4.8.15,../plugins/org.wso2.carbon.registry.resource.stub_4.8.15.jar,4,true
org.wso2.carbon.registry.resource.ui,4.8.15,../plugins/org.wso2.carbon.registry.resource.ui_4.8.15.jar,4,true
org.wso2.carbon.registry.search,4.8.15,../plugins/org.wso2.carbon.registry.search_4.8.15.jar,4,true
org.wso2.carbon.registry.search.stub,4.8.15,../plugins/org.wso2.carbon.registry.search.stub_4.8.15.jar,4,true
org.wso2.carbon.registry.search.ui,4.8.15,../plugins/org.wso2.carbon.registry.search.ui_4.8.15.jar,4,true
org.wso2.carbon.registry.server,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.registry.server_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.registry.servlet,4.8.15,../plugins/org.wso2.carbon.registry.servlet_4.8.15.jar,4,true
org.wso2.carbon.registry.task,4.8.15,../plugins/org.wso2.carbon.registry.task_4.8.15.jar,4,true
org.wso2.carbon.registry.ws.api,4.8.15,../plugins/org.wso2.carbon.registry.ws.api_4.8.15.jar,4,true
org.wso2.carbon.registry.ws.client,4.8.15,../plugins/org.wso2.carbon.registry.ws.client_4.8.15.jar,4,true
org.wso2.carbon.registry.ws.stub,4.8.15,../plugins/org.wso2.carbon.registry.ws.stub_4.8.15.jar,4,true
org.wso2.carbon.relay,4.7.186,../plugins/org.wso2.carbon.relay_4.7.186.jar,4,true
org.wso2.carbon.relay.mediators.builder,4.7.186,../plugins/org.wso2.carbon.relay.mediators.builder_4.7.186.jar,4,true
org.wso2.carbon.relay.module,4.7.186,../plugins/org.wso2.carbon.relay.module_4.7.186.jar,4,true
org.wso2.carbon.rest.api,4.7.186,../plugins/org.wso2.carbon.rest.api_4.7.186.jar,4,true
org.wso2.carbon.rest.api.stub,4.7.186,../plugins/org.wso2.carbon.rest.api.stub_4.7.186.jar,4,true
org.wso2.carbon.roles.mgt,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.roles.mgt_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.roles.mgt.stub,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.roles.mgt.stub_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.roles.mgt.ui,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.roles.mgt.ui_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.securevault,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.securevault_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.security.mgt,5.25.653,../plugins/org.wso2.carbon.security.mgt_5.25.653.jar,4,true
org.wso2.carbon.security.mgt.stub,5.25.653,../plugins/org.wso2.carbon.security.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.security.mgt.ui,5.25.653,../plugins/org.wso2.carbon.security.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.sequences,4.7.186,../plugins/org.wso2.carbon.sequences_4.7.186.jar,4,true
org.wso2.carbon.sequences.common,4.7.186,../plugins/org.wso2.carbon.sequences.common_4.7.186.jar,4,true
org.wso2.carbon.sequences.stub,4.7.186,../plugins/org.wso2.carbon.sequences.stub_4.7.186.jar,4,true
org.wso2.carbon.server.admin,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.server.admin_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.server.admin.common,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.server.admin.common_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.server.admin.stub,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.server.admin.stub_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.server.admin.ui,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.server.admin.ui_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.siddhi.metrics.core,2.3.5,../plugins/org.wso2.carbon.siddhi.metrics.core_2.3.5.jar,4,true
org.wso2.carbon.statistics,4.9.0,../plugins/org.wso2.carbon.statistics_4.9.0.jar,4,true
org.wso2.carbon.task,4.7.186,../plugins/org.wso2.carbon.task_4.7.186.jar,4,true
org.wso2.carbon.task.services,4.7.186,../plugins/org.wso2.carbon.task.services_4.7.186.jar,4,true
org.wso2.carbon.tenant.common,4.9.0,../plugins/org.wso2.carbon.tenant.common_4.9.0.jar,4,true
org.wso2.carbon.tenant.common.stub,4.9.0,../plugins/org.wso2.carbon.tenant.common.stub_4.9.0.jar,4,true
org.wso2.carbon.tenant.deployment,4.11.16,../plugins/org.wso2.carbon.tenant.deployment_4.11.16.jar,4,true
org.wso2.carbon.tenant.dispatcher,4.11.16,../plugins/org.wso2.carbon.tenant.dispatcher_4.11.16.jar,4,true
org.wso2.carbon.tenant.keystore.mgt,4.11.16,../plugins/org.wso2.carbon.tenant.keystore.mgt_4.11.16.jar,4,true
org.wso2.carbon.tenant.mgt,4.11.16,../plugins/org.wso2.carbon.tenant.mgt_4.11.16.jar,4,true
org.wso2.carbon.tenant.mgt.core,4.11.16,../plugins/org.wso2.carbon.tenant.mgt.core_4.11.16.jar,4,true
org.wso2.carbon.tenant.mgt.stub,4.11.16,../plugins/org.wso2.carbon.tenant.mgt.stub_4.11.16.jar,4,true
org.wso2.carbon.tenant.mgt.ui,4.11.16,../plugins/org.wso2.carbon.tenant.mgt.ui_4.11.16.jar,4,true
org.wso2.carbon.tenant.redirector.servlet,4.11.16,../plugins/org.wso2.carbon.tenant.redirector.servlet_4.11.16.jar,4,true
org.wso2.carbon.tenant.redirector.servlet.stub,4.11.16,../plugins/org.wso2.carbon.tenant.redirector.servlet.stub_4.11.16.jar,4,true
org.wso2.carbon.tenant.redirector.servlet.ui,4.11.16,../plugins/org.wso2.carbon.tenant.redirector.servlet.ui_4.11.16.jar,4,true
org.wso2.carbon.tenant.sso.redirector.ui,4.11.16,../plugins/org.wso2.carbon.tenant.sso.redirector.ui_4.11.16.jar,4,true
org.wso2.carbon.tenant.theme.mgt,4.11.16,../plugins/org.wso2.carbon.tenant.theme.mgt_4.11.16.jar,4,true
org.wso2.carbon.tenant.throttling.agent,4.11.16,../plugins/org.wso2.carbon.tenant.throttling.agent_4.11.16.jar,4,true
org.wso2.carbon.tenant.usage.agent,4.11.16,../plugins/org.wso2.carbon.tenant.usage.agent_4.11.16.jar,4,true
org.wso2.carbon.throttling.agent.stub,4.7.39,../plugins/org.wso2.carbon.throttling.agent.stub_4.7.39.jar,4,true
org.wso2.carbon.tomcat,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.tomcat_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.tomcat.ext,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.tomcat.ext_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.ui,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.ui_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.ui.menu.general,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.ui.menu.general_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.ui.menu.governance,4.5.3,../plugins/org.wso2.carbon.ui.menu.governance_4.5.3.jar,4,true
org.wso2.carbon.ui.menu.registry,4.5.3,../plugins/org.wso2.carbon.ui.menu.registry_4.5.3.jar,4,true
org.wso2.carbon.ui.menu.stratos,2.2.0,../plugins/org.wso2.carbon.ui.menu.stratos_2.2.0.jar,4,true
org.wso2.carbon.ui.menu.tools,4.5.3,../plugins/org.wso2.carbon.ui.menu.tools_4.5.3.jar,4,true
org.wso2.carbon.um.ws.api,5.7.4,../plugins/org.wso2.carbon.um.ws.api_5.7.4.jar,4,true
org.wso2.carbon.um.ws.api.stub,5.7.4,../plugins/org.wso2.carbon.um.ws.api.stub_5.7.4.jar,4,true
org.wso2.carbon.um.ws.service,5.7.4,../plugins/org.wso2.carbon.um.ws.service_5.7.4.jar,4,true
org.wso2.carbon.user.api,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.user.api_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.user.core,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.user.core_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.user.mgt,5.25.653,../plugins/org.wso2.carbon.user.mgt_5.25.653.jar,4,true
org.wso2.carbon.user.mgt.common,5.25.653,../plugins/org.wso2.carbon.user.mgt.common_5.25.653.jar,4,true
org.wso2.carbon.user.mgt.stub,5.25.653,../plugins/org.wso2.carbon.user.mgt.stub_5.25.653.jar,4,true
org.wso2.carbon.user.mgt.ui,5.25.653,../plugins/org.wso2.carbon.user.mgt.ui_5.25.653.jar,4,true
org.wso2.carbon.utils,4.9.21.SNAPSHOT,../plugins/org.wso2.carbon.utils_4.9.21.SNAPSHOT.jar,4,true
org.wso2.carbon.webapp.deployer,4.12.20,../plugins/org.wso2.carbon.webapp.deployer_4.12.20.jar,4,true
org.wso2.carbon.webapp.mgt,4.12.20,../plugins/org.wso2.carbon.webapp.mgt_4.12.20.jar,4,true
org.wso2.carbon.websocket.transport,4.7.186,../plugins/org.wso2.carbon.websocket.transport_4.7.186.jar,4,true
org.wso2.integration.transaction.counter,1.1.0,../plugins/org.wso2.integration.transaction.counter_1.1.0.jar,4,true
org.wso2.orbit.javax.xml.bind.jaxb-api,2.3.1.wso2v1,../plugins/org.wso2.orbit.javax.xml.bind.jaxb-api_2.3.1.wso2v1.jar,4,true
org.wso2.orbit.org.mapstruct.mapstruct,1.4.1.wso2v1,../plugins/org.wso2.orbit.org.mapstruct.mapstruct_1.4.1.wso2v1.jar,4,true
org.wso2.orbit.sun.xml.bind.jaxb,2.3.2.wso2v1,../plugins/org.wso2.orbit.sun.xml.bind.jaxb_2.3.2.wso2v1.jar,4,true
org.wso2.securevault,1.1.7,../plugins/org.wso2.securevault_1.1.7.jar,4,true
org.wso2.transport.http.netty,6.3.44,../plugins/org.wso2.transport.http.netty_6.3.44.jar,4,true
org.xerial.sqlite-jdbc,3.25.2,../plugins/org.xerial.sqlite-jdbc_3.25.2.jar,4,true
org.yaml.snakeyaml,1.33.0,../plugins/org.yaml.snakeyaml_1.33.0.jar,4,true
org.yaml.snakeyaml,1.11.0,../plugins/org.yaml.snakeyaml_1.11.0.jar,4,true
pingfederate.key.manager,1.0.6,../plugins/pingfederate.key.manager_1.0.6.jar,4,true
poi,5.2.3.wso2v1,../plugins/poi_5.2.3.wso2v1.jar,4,true
poi-ooxml,5.2.3.wso2v1,../plugins/poi-ooxml_5.2.3.wso2v1.jar,4,true
poi-scratchpad,5.2.3.wso2v1,../plugins/poi-scratchpad_5.2.3.wso2v1.jar,4,true
qpid-proton-j-extensions,1.2.4.wso2v1,../plugins/qpid-proton-j-extensions_1.2.4.wso2v1.jar,4,true
quartz,2.3.2.wso2v1,../plugins/quartz_2.3.2.wso2v1.jar,4,true
quartz,2.1.1.wso2v1,../plugins/quartz_2.1.1.wso2v1.jar,4,true
rampart-core,1.7.0.wso2v3,../plugins/rampart-core_1.7.0.wso2v3.jar,4,true
rampart-policy,1.7.0.wso2v3,../plugins/rampart-policy_1.7.0.wso2v3.jar,4,true
rampart-trust,1.7.0.wso2v3,../plugins/rampart-trust_1.7.0.wso2v3.jar,4,true
re2j,1.2.0.wso2v1,../plugins/re2j_1.2.0.wso2v1.jar,4,true
reactor-core,3.3.9.wso2v1,../plugins/reactor-core_3.3.9.wso2v1.jar,4,true
saxon,8.9.0.wso2v2,../plugins/saxon_8.9.0.wso2v2.jar,4,true
siddhi-core,3.2.9,../plugins/siddhi-core_3.2.9.jar,4,true
siddhi-core,3.2.8,../plugins/siddhi-core_3.2.8.jar,4,true
siddhi-extension-eval-script,3.2.8,../plugins/siddhi-extension-eval-script_3.2.8.jar,4,true
siddhi-extension-geo,3.2.8,../plugins/siddhi-extension-geo_3.2.8.jar,4,true
siddhi-extension-kalman-filter,3.2.8,../plugins/siddhi-extension-kalman-filter_3.2.8.jar,4,true
siddhi-extension-map,3.2.8,../plugins/siddhi-extension-map_3.2.8.jar,4,true
siddhi-extension-markov-models,3.2.8,../plugins/siddhi-extension-markov-models_3.2.8.jar,4,true
siddhi-extension-math,3.2.8,../plugins/siddhi-extension-math_3.2.8.jar,4,true
siddhi-extension-regex,3.2.8,../plugins/siddhi-extension-regex_3.2.8.jar,4,true
siddhi-extension-reorder,3.2.8,../plugins/siddhi-extension-reorder_3.2.8.jar,4,true
siddhi-extension-string,3.2.8,../plugins/siddhi-extension-string_3.2.8.jar,4,true
siddhi-extension-time,3.2.8,../plugins/siddhi-extension-time_3.2.8.jar,4,true
siddhi-extension-timeseries,3.2.8,../plugins/siddhi-extension-timeseries_3.2.8.jar,4,true
siddhi-query-api,3.2.9,../plugins/siddhi-query-api_3.2.9.jar,4,true
siddhi-query-api,3.2.8,../plugins/siddhi-query-api_3.2.8.jar,4,true
siddhi-query-compiler,3.2.8,../plugins/siddhi-query-compiler_3.2.8.jar,4,true
slf4j,1.5.10.wso2v1,../plugins/slf4j_1.5.10.wso2v1.jar,4,true
snakeyaml,1.33.0.wso2v1,../plugins/snakeyaml_1.33.0.wso2v1.jar,4,true
software.amazon.ion.java,1.0.2,../plugins/software.amazon.ion.java_1.0.2.jar,4,true
solr,8.11.1.wso2v7,../plugins/solr_8.11.1.wso2v7.jar,4,true
spatial4j,0.4.1.wso2v1,../plugins/spatial4j_0.4.1.wso2v1.jar,4,true
stax2-api,3.1.4,../plugins/stax2-api_3.1.4.jar,4,true
step2,1.0.0.wso2v2,../plugins/step2_1.0.0.wso2v2.jar,4,true
svn-client-adapter,1.10.9.wso2v1,../plugins/svn-client-adapter_1.10.9.wso2v1.jar,4,true
swagger-inflector,1.0.16.wso2v1,../plugins/swagger-inflector_1.0.16.wso2v1.jar,4,true
swagger-inflector-oas3,2.0.5.wso2v2,../plugins/swagger-inflector-oas3_2.0.5.wso2v2.jar,4,true
swagger-parser,2.1.10.wso2v1,../plugins/swagger-parser_2.1.10.wso2v1.jar,4,true
swagger-parser,2.0.20.wso2v1,../plugins/swagger-parser_2.0.20.wso2v1.jar,4,true
swagger-request-validator-core,2.12.1.wso2v2,../plugins/swagger-request-validator-core_2.12.1.wso2v2.jar,4,true
synapse-commons,4.0.0.wso2v61,../plugins/synapse-commons_4.0.0.wso2v61.jar,4,true
synapse-core,4.0.0.wso2v61,../plugins/synapse-core_4.0.0.wso2v61.jar,4,true
synapse-extensions,4.0.0.wso2v61,../plugins/synapse-extensions_4.0.0.wso2v61.jar,4,true
synapse-nhttp-transport,4.0.0.wso2v61,../plugins/synapse-nhttp-transport_4.0.0.wso2v61.jar,4,true
synapse-samples,4.0.0.wso2v61,../plugins/synapse-samples_4.0.0.wso2v61.jar,4,true
synapse-tasks,4.0.0.wso2v61,../plugins/synapse-tasks_4.0.0.wso2v61.jar,4,true
tiles-jsp,2.0.5.wso2v2,../plugins/tiles-jsp_2.0.5.wso2v2.jar,4,true
tomcat,9.0.82.wso2v1,../plugins/tomcat_9.0.82.wso2v1.jar,4,true
tomcat-catalina-ha,9.0.82.wso2v1,../plugins/tomcat-catalina-ha_9.0.82.wso2v1.jar,4,true
tomcat-el-api,9.0.82.wso2v1,../plugins/tomcat-el-api_9.0.82.wso2v1.jar,4,true
tomcat-jsp-api,9.0.82.wso2v1,../plugins/tomcat-jsp-api_9.0.82.wso2v1.jar,4,true
tomcat-servlet-api,9.0.82.wso2v1,../plugins/tomcat-servlet-api_9.0.82.wso2v1.jar,4,true
tyrus-standalone-client,1.7.0.wso2v1,../plugins/tyrus-standalone-client_1.7.0.wso2v1.jar,4,true
ua-parser,1.5.4.wso2v2,../plugins/ua-parser_1.5.4.wso2v2.jar,4,true
ua-parser,1.5.2.wso2v1,../plugins/ua-parser_1.5.2.wso2v1.jar,4,true
wadl-core,1.1.6.wso2v1,../plugins/wadl-core_1.1.6.wso2v1.jar,4,true
waffle-jna,1.6.0.wso2v7,../plugins/waffle-jna_1.6.0.wso2v7.jar,4,true
waffle-jna,1.6.0.wso2v6,../plugins/waffle-jna_1.6.0.wso2v6.jar,4,true
woden,1.0.0.M9-wso2v1,../plugins/woden_1.0.0.M9-wso2v1.jar,4,true
wsdl-validator,1.2.0.wso2v1,../plugins/wsdl-validator_1.2.0.wso2v1.jar,4,true
wsdl4j,1.6.2.wso2v4,../plugins/wsdl4j_1.6.2.wso2v4.jar,4,true
wsdl4j.wso2,1.6.3.wso2v3,../plugins/wsdl4j.wso2_1.6.3.wso2v3.jar,4,true
wso2-uri-templates,1.6.5,../plugins/wso2-uri-templates_1.6.5.jar,4,true
wso2is.key.manager,1.6.8,../plugins/wso2is.key.manager_1.6.8.jar,4,true
wso2is.key.manager.core,1.6.8,../plugins/wso2is.key.manager.core_1.6.8.jar,4,true
wso2is.notification.event.handlers,1.6.8,../plugins/wso2is.notification.event.handlers_1.6.8.jar,4,true
wss4j,1.6.0.wso2v7,../plugins/wss4j_1.6.0.wso2v7.jar,4,true
xmlbeans,5.1.1.wso2v1,../plugins/xmlbeans_5.1.1.wso2v1.jar,4,true
xmlbeans,3.1.0.wso2v1,../plugins/xmlbeans_3.1.0.wso2v1.jar,4,true

@HiranyaKavishani
Copy link

On-hold the task until decision is finalized for API-M-4.3.0

@npamudika npamudika removed this from the 4.3.0-Alpha milestone Jan 23, 2024
@npamudika npamudika added this to the 4.3.0-Alpha milestone Feb 7, 2024
@npamudika
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants