diff --git a/distribution/emm-community/pom.xml b/distribution/emm-community/pom.xml deleted file mode 100644 index ffb9427..0000000 --- a/distribution/emm-community/pom.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - io.entgra.product.community - distribution - 5.2.2-SNAPSHOT - ../pom.xml - - - 4.0.0 - entgra-emm-community - pom - Entgra EMM - Community Distribution - Entgra EMM Community Distribution - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - 2-dist - package - - single - - - false - UTF-8 - - ${basedir}/src/assembly/filter.properties - - \ - - ${basedir}/src/assembly/bin.xml - - - 0775 - 0775 - 0644 - 0644 - - - - - - - - - diff --git a/distribution/emm-community/src/assembly/bin.xml b/distribution/emm-community/src/assembly/bin.xml deleted file mode 100644 index 204d8b7..0000000 --- a/distribution/emm-community/src/assembly/bin.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - ]> - - bin - - zip - - false - - - - ../../p2-profile/emm/target/${entgra-iot-core} - ${entgra-emm-community} - - **/repository/conf/deployment.toml - - - - - - - src/conf/deployment.toml - ${entgra-emm-community}/repository/conf/ - - - - diff --git a/distribution/emm-community/src/assembly/filter.properties b/distribution/emm-community/src/assembly/filter.properties deleted file mode 100644 index e69de29..0000000 diff --git a/distribution/emm-community/src/conf/deployment.toml b/distribution/emm-community/src/conf/deployment.toml deleted file mode 100644 index 84594e5..0000000 --- a/distribution/emm-community/src/conf/deployment.toml +++ /dev/null @@ -1,276 +0,0 @@ -[server] -hostname = "localhost" -#offset=0 -base_path = "${carbon.protocol}://${carbon.host}:${carbon.management.port}" -#discard_empty_caches = false -server_role = "default" - -[database_configuration] -enable_h2_console = "true" - -[super_admin] -username = "admin" -password = "admin" -create_admin_account = true - -[user_store] -type = "database_unique_id" - -[database.apim_db] -type = "h2" -url = "jdbc:h2:./repository/database/WSO2AM_DB;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE" -username = "wso2carbon" -password = "wso2carbon" - -[database.shared_db] -type = "h2" -url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE" -username = "wso2carbon" -password = "wso2carbon" - -[keystore.tls] -file_name = "wso2carbon.jks" -type = "JKS" -password = "wso2carbon" -alias = "wso2carbon" -key_password = "wso2carbon" - -#[keystore.primary] -#file_name = "wso2carbon.jks" -#type = "JKS" -#password = "wso2carbon" -#alias = "wso2carbon" -#key_password = "wso2carbon" - -#[keystore.internal] -#file_name = "wso2carbon.jks" -#type = "JKS" -#password = "wso2carbon" -#alias = "wso2carbon" -#key_password = "wso2carbon" - -[[apim.gateway.environment]] -name = "Default" -type = "hybrid" -display_in_api_console = true -description = "This is a hybrid gateway that handles both production and sandbox token traffic." -show_as_token_endpoint_url = true -service_url = "https://localhost:${mgt.transport.https.port}/services/" -username= "${admin.username}" -password= "${admin.password}" -ws_endpoint = "ws://localhost:9099" -wss_endpoint = "wss://localhost:8099" -http_endpoint = "http://localhost:${http.nio.port}" -https_endpoint = "https://localhost:${https.nio.port}" -websub_event_receiver_http_endpoint = "http://localhost:9021" -websub_event_receiver_https_endpoint = "https://localhost:8021" - -[apim.sync_runtime_artifacts.gateway] -gateway_labels =["Default"] - -#[apim.cache.gateway_token] -#enable = true -#expiry_time = "900s" - -#[apim.cache.resource] -#enable = true -#expiry_time = "900s" - -#[apim.cache.km_token] -#enable = false -#expiry_time = "15m" - -#[apim.cache.recent_apis] -#enable = false - -#[apim.cache.scopes] -#enable = true - -#[apim.cache.publisher_roles] -#enable = true - -#[apim.cache.jwt_claim] -#enable = true -#expiry_time = "15m" - -#[apim.cache.tags] -#expiry_time = "2m" - -[apim.analytics] -enable = false -config_endpoint = "https://localhost:8080/auth/v1" -auth_token = "" - -[apim.key_manager] -#service_url = "https://localhost:${mgt.transport.https.port}/services/" -#username = "$ref{super_admin.username}" -#password = "$ref{super_admin.password}" -#pool.init_idle_capacity = 50 -#pool.max_idle = 100 -#key_validation_handler_type = "default" -#key_validation_handler_type = "custom" -key_validation_handler_impl = "org.wso2.carbon.apimgt.keymgt.extension.KeyValidationHandler" - -#[apim.idp] -#server_url = "https://localhost:${mgt.transport.https.port}" -#authorize_endpoint = "https://localhost:${mgt.transport.https.port}/oauth2/authorize" -#oidc_logout_endpoint = "https://localhost:${mgt.transport.https.port}/oidc/logout" -#oidc_check_session_endpoint = "https://localhost:${mgt.transport.https.port}/oidc/checksession" - -#[apim.jwt] -#enable = true -#encoding = "base64" # base64,base64url -#generator_impl = "org.wso2.carbon.apimgt.keymgt.token.JWTGenerator" -#claim_dialect = "http://wso2.org/claims" -#convert_dialect = false -#header = "X-JWT-Assertion" -#signing_algorithm = "SHA256withRSA" -#enable_user_claims = true -#claims_extractor_impl = "org.wso2.carbon.apimgt.impl.token.ExtendedDefaultClaimsRetriever" - -[apim.oauth_config] -# ------------------Enabled for IOT/EMM --------------------------- -enable_outbound_auth_header = true -#auth_header = "Authorization" -#revoke_endpoint = "https://localhost:${https.nio.port}/revoke" -#enable_token_encryption = false -#enable_token_hashing = false - -#[apim.devportal] -#url = "https://localhost:${mgt.transport.https.port}/devportal" -#enable_application_sharing = false -#if application_sharing_type, application_sharing_impl both defined priority goes to application_sharing_impl -#application_sharing_type = "default" #changed type, saml, default #todo: check the new config for rest api -#application_sharing_impl = "org.wso2.carbon.apimgt.impl.SAMLGroupIDExtractorImpl" -#display_multiple_versions = false -#display_deprecated_apis = false -#enable_comments = true -#enable_ratings = true -#enable_forum = true -#enable_anonymous_mode=true -#enable_cross_tenant_subscriptions = true -#default_reserved_username = "apim_reserved_user" - -[apim.cors] -allow_origins = "*" -allow_methods = ["GET","PUT","POST","DELETE","PATCH","OPTIONS"] -allow_headers = ["authorization","Access-Control-Allow-Origin","Content-Type","SOAPAction","apikey","Internal-Key"] -allow_credentials = false - -#[apim.throttling] -#enable_data_publishing = true -#enable_policy_deploy = true -#enable_blacklist_condition = true -#enable_persistence = true -#throttle_decision_endpoints = ["tcp://localhost:5672","tcp://localhost:5672"] - -#[apim.throttling.blacklist_condition] -#start_delay = "5m" -#period = "1h" - -#[apim.throttling.jms] -#start_delay = "5m" - -#[apim.throttling.event_sync] -#hostName = "0.0.0.0" -#port = 11224 - -#[apim.throttling.event_management] -#hostName = "0.0.0.0" -#port = 10005 - -#[[apim.throttling.url_group]] -#traffic_manager_urls = ["tcp://localhost:9611","tcp://localhost:9611"] -#traffic_manager_auth_urls = ["ssl://localhost:9711","ssl://localhost:9711"] -#type = "loadbalance" - -#[[apim.throttling.url_group]] -#traffic_manager_urls = ["tcp://localhost:9611","tcp://localhost:9611"] -#traffic_manager_auth_urls = ["ssl://localhost:9711","ssl://localhost:9711"] -#type = "failover" - -#[apim.workflow] -#enable = false -#service_url = "https://localhost:9445/bpmn" -#username = "$ref{super_admin.username}" -#password = "$ref{super_admin.password}" -#callback_endpoint = "https://localhost:${mgt.transport.https.port}/api/am/admin/v0.17/workflows/update-workflow-status" -#token_endpoint = "https://localhost:${https.nio.port}/token" -#client_registration_endpoint = "https://localhost:${mgt.transport.https.port}/client-registration/v0.17/register" -#client_registration_username = "$ref{super_admin.username}" -#client_registration_password = "$ref{super_admin.password}" - -#data bridge config -#[transport.receiver] -#type = "binary" -#worker_threads = 10 -#session_timeout = "30m" -#keystore.file_name = "$ref{keystore.tls.file_name}" -#keystore.password = "$ref{keystore.tls.password}" -#tcp_port = 9611 -#ssl_port = 9711 -#ssl_receiver_thread_pool_size = 100 -#tcp_receiver_thread_pool_size = 100 -#ssl_enabled_protocols = ["TLSv1","TLSv1.1","TLSv1.2"] -#ciphers = ["SSL_RSA_WITH_RC4_128_MD5","SSL_RSA_WITH_RC4_128_SHA"] - -#[apim.notification] -#from_address = "APIM.com" -#username = "APIM" -#password = "APIM+123" -#hostname = "localhost" -#port = 3025 -#enable_start_tls = false -#enable_authentication = true - -#[apim.token.revocation] -#notifier_impl = "org.wso2.carbon.apimgt.keymgt.events.TokenRevocationNotifierImpl" -#enable_realtime_notifier = true -#realtime_notifier.ttl = 5000 -#enable_persistent_notifier = true -#persistent_notifier.hostname = "https://localhost:2379/v2/keys/jti/" -#persistent_notifier.ttl = 5000 -#persistent_notifier.username = "root" -#persistent_notifier.password = "root" - -[[event_handler]] -name="userPostSelfRegistration" -subscriptions=["POST_ADD_USER"] - -[service_provider] -sp_name_regex = "^[\\sa-zA-Z0-9._-]*$" - -[database.local] -url = "jdbc:h2:./repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE" - -[[event_listener]] -id = "token_revocation" -type = "org.wso2.carbon.identity.core.handler.AbstractIdentityHandler" -name = "org.wso2.is.notification.ApimOauthEventInterceptor" -order = 1 -[event_listener.properties] -notification_endpoint = "https://localhost:${mgt.transport.https.port}/internal/data/v1/notify" -username = "${admin.username}" -password = "${admin.password}" -'header.X-WSO2-KEY-MANAGER' = "default" - -[apim.sync_runtime_artifacts.gateway.skip_list] -apis = ["_TokenAPI_.xml", "_API_Key_Management_.xml", "admin--Android-Mutual-SSL-Configuration-Management.xml", "admin--Android-Mutual-SSL-Device-Management.xml", "admin--Android-Mutual-SSL-Event-Receiver.xml"] -sequences = ["_api_registration_fault_.xml"] - -[transport.https.properties] -maxHttpHeaderSize="16384" - -[transport.http.properties] -maxHttpHeaderSize="16384" - -[oauth.grant_type.jwt_bearer] -grant_handler="org.wso2.carbon.device.mgt.oauth.extensions.handlers.grant.ExtendedJWTGrantHandler" - -[[oauth.custom_grant_type]] -name="access_token" -grant_handler="org.wso2.carbon.device.mgt.oauth.extensions.handlers.grant.AccessTokenGrantHandler" -grant_validator="org.wso2.carbon.device.mgt.oauth.extensions.validators.AccessTokenGrantValidator" - -[oauth.token_renewal] -renew_refresh_token=false diff --git a/distribution/iot-community/pom.xml b/distribution/iot-community/pom.xml index 75c9cab..b40e764 100644 --- a/distribution/iot-community/pom.xml +++ b/distribution/iot-community/pom.xml @@ -1,8 +1,8 @@ - - io.entgra.product.community - distribution + io.entgra.community.iots + io.entgra.community.iots.distribution 5.2.2-SNAPSHOT ../pom.xml 4.0.0 - entgra-iot-community + io.entgra.community.iots.product.iots.community pom Entgra IoT - Community Distribution Entgra IoT Community Distribution @@ -45,6 +44,7 @@ single + ${entgra-iot-community} false UTF-8 diff --git a/distribution/iot-community/src/assembly/bin.xml b/distribution/iot-community/src/assembly/bin.xml index aaef702..e4795b2 100644 --- a/distribution/iot-community/src/assembly/bin.xml +++ b/distribution/iot-community/src/assembly/bin.xml @@ -1,7 +1,7 @@ - - - io.entgra.product.community - integration-test - 5.2.2-SNAPSHOT - ../pom.xml - - - 4.0.0 - io.entgra.product.community.iot.test.integration - Entgra IoT Community - Integration Test Module - Integration Tests for Entgra IoT Community Product - jar - - - - - maven-surefire-plugin - false - - -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m - - - src/test/resources/testng-server-mgt.xml - src/test/resources/testng.xml - - - ${skipTests} - - - - maven.test.haltafterfailure - false - - - java.io.tmpdir - ${project.build.directory}/ - - - carbon.zip - - ${basedir}/../../distribution/iot-community/target/${entgra-iot-community}.zip - - - - framework.resource.location - - ${basedir}/src/test/resources/ - - - - server.list - - IOT - - - - usedefaultlisteners - false - - ${project.build.directory}/security-verifier/ - ${basedir}/src/test/resources/instrumentation.txt - ${basedir}/src/test/resources/filters.txt - - ${basedir}/target - - - - maven-dependency-plugin - - - copy-secVerifier - compile - - copy-dependencies - - - ${project.build.directory}/security-verifier - aar - SecVerifier - true - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - test-jar - - - - - - maven-resources-plugin - 2.6 - - - copy-resources-jks - compile - - copy-resources - - - ${basedir}/src/test/resources/keystores/products - - - - - ${project.build.directory}/tobeCopied/${entgra-iot-community}/repository/resources/security/ - - - **/*.jks - - - - - - - copy-stratos-jks - compile - - copy-resources - - - ${basedir}/src/test/resources/keystores/stratos - - - - - ${project.build.directory}/tobeCopied/${entgra-iot-community}/repository/resources/security/ - - - **/*.jks - - - - - - - copy-axis2files - compile - - copy-resources - - - ${basedir}/src/test/resources/axis2config - - - - - ${project.build.directory}/tobeCopied/${entgra-iot-community}/repository/conf/axis2/ - - - **/*.xml - - - - - - - copy-resources-mar - compile - - copy-resources - - - ${basedir}/src/test/resources/client/modules - - - - - ${project.build.directory}/tobeCopied/${entgra-iot-community}/repository/deployment/client/modules - - - **/*.mar - - - - - - - - - - - - - org.wso2.carbon.automation - org.wso2.carbon.automation.engine - - - org.wso2.carbon.automation - org.wso2.carbon.automation.test.utils - - - org.wso2.carbon.automationutils - org.wso2.carbon.integration.common.extensions - - - com.google.code.gson - gson - - - org.wso2.carbon.automation - org.wso2.carbon.automation.extensions - - - - - true - - - diff --git a/integration-test/iot-community/src/test/resources/testng-server-mgt.xml b/integration-test/iot-community/src/test/resources/testng-server-mgt.xml deleted file mode 100644 index 559bcaa..0000000 --- a/integration-test/iot-community/src/test/resources/testng-server-mgt.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 1678111..cbc9b26 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -1,19 +1,18 @@ @@ -21,19 +20,219 @@ - io.entgra.product.community - product-parent + io.entgra.community.iots + io.entgra.community.iots.parent 5.2.2-SNAPSHOT ../pom.xml 4.0.0 - integration-test - pom + io.entgra.community.iots.integration.test + jar Entgra IoT - Integration Tests - - iot-community - + + + + + maven-surefire-plugin + false + + -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m + + + src/test/resources/testng-server-mgt.xml + src/test/resources/testng.xml + + + ${skipTests} + + + + maven.test.haltafterfailure + false + + + java.io.tmpdir + ${project.build.directory}/ + + + carbon.zip + + ${basedir}/../../distribution/iot-community/target/${entgra-iot-community}.zip + + + + framework.resource.location + + ${basedir}/src/test/resources/ + + + + server.list + + IOT + + + + usedefaultlisteners + false + + ${project.build.directory}/security-verifier/ + ${basedir}/src/test/resources/instrumentation.txt + ${basedir}/src/test/resources/filters.txt + + ${basedir}/target + + + + maven-dependency-plugin + + + copy-secVerifier + compile + + copy-dependencies + + + ${project.build.directory}/security-verifier + aar + SecVerifier + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + test-jar + + + + + + maven-resources-plugin + 2.6 + + + copy-resources-jks + compile + + copy-resources + + + ../src/test/resources/keystores/products + + + + + ${project.build.directory}/tobeCopied/${entgra-iot-community}/repository/resources/security/ + + + **/*.jks + + + + + + + copy-stratos-jks + compile + + copy-resources + + + ../src/test/resources/keystores/stratos + + + + + ${project.build.directory}/tobeCopied/${entgra-iot-community}/repository/resources/security/ + + + **/*.jks + + + + + + + copy-axis2files + compile + + copy-resources + + + ../src/test/resources/axis2config + + + + + ${project.build.directory}/tobeCopied/${entgra-iot-community}/repository/conf/axis2/ + + + **/*.xml + + + + + + + copy-resources-mar + compile + + copy-resources + + + ../src/test/resources/client/modules + + + + + ${project.build.directory}/tobeCopied/${entgra-iot-community}/repository/deployment/client/modules + + + **/*.mar + + + + + + + + + + + + + org.wso2.carbon.automation + org.wso2.carbon.automation.engine + + + org.wso2.carbon.automation + org.wso2.carbon.automation.test.utils + + + org.wso2.carbon.automationutils + org.wso2.carbon.integration.common.extensions + + + com.google.code.gson + gson + + + org.wso2.carbon.automation + org.wso2.carbon.automation.extensions + + + + + true + diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/AssertUtil.java b/integration-test/src/test/java/org/wso2/iot/integration/common/AssertUtil.java similarity index 78% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/AssertUtil.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/AssertUtil.java index 8736739..c84c619 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/AssertUtil.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/AssertUtil.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/Constants.java b/integration-test/src/test/java/org/wso2/iot/integration/common/Constants.java similarity index 98% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/Constants.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/Constants.java index c1ec412..a85777e 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/Constants.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/Constants.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/IOTHttpClient.java b/integration-test/src/test/java/org/wso2/iot/integration/common/IOTHttpClient.java similarity index 94% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/IOTHttpClient.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/IOTHttpClient.java index 4f6b518..7f6fb99 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/IOTHttpClient.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/IOTHttpClient.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/IOTResponse.java b/integration-test/src/test/java/org/wso2/iot/integration/common/IOTResponse.java similarity index 64% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/IOTResponse.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/IOTResponse.java index 732d5a3..0860b95 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/IOTResponse.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/IOTResponse.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/OAuthUtil.java b/integration-test/src/test/java/org/wso2/iot/integration/common/OAuthUtil.java similarity index 90% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/OAuthUtil.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/OAuthUtil.java index 2b162b1..2836087 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/OAuthUtil.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/OAuthUtil.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/PayloadGenerator.java b/integration-test/src/test/java/org/wso2/iot/integration/common/PayloadGenerator.java similarity index 84% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/PayloadGenerator.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/PayloadGenerator.java index 9f3a6ce..ebdc1a1 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/PayloadGenerator.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/PayloadGenerator.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/RestClient.java b/integration-test/src/test/java/org/wso2/iot/integration/common/RestClient.java similarity index 94% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/RestClient.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/RestClient.java index c4f09f0..bf4901f 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/RestClient.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/RestClient.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/TestBase.java b/integration-test/src/test/java/org/wso2/iot/integration/common/TestBase.java similarity index 89% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/TestBase.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/TestBase.java index e75d496..dd428b8 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/TestBase.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/TestBase.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/AnalyticsServerExtension.java b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/AnalyticsServerExtension.java similarity index 87% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/AnalyticsServerExtension.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/extensions/AnalyticsServerExtension.java index a765718..a567571 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/AnalyticsServerExtension.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/AnalyticsServerExtension.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/BrokerServerExtension.java b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/BrokerServerExtension.java similarity index 87% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/BrokerServerExtension.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/extensions/BrokerServerExtension.java index 3052044..ad074c4 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/BrokerServerExtension.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/BrokerServerExtension.java @@ -1,22 +1,20 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ - package org.wso2.iot.integration.common.extensions; import org.apache.commons.logging.Log; diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/CarbonServerManagerExtension.java b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/CarbonServerManagerExtension.java similarity index 97% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/CarbonServerManagerExtension.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/extensions/CarbonServerManagerExtension.java index ad8423d..9f5c9fc 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/CarbonServerManagerExtension.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/CarbonServerManagerExtension.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java similarity index 94% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java index 6595dc7..600ad94 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/IOTServerExtension.java b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/IOTServerExtension.java similarity index 88% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/IOTServerExtension.java rename to integration-test/src/test/java/org/wso2/iot/integration/common/extensions/IOTServerExtension.java index 34a1037..6b46b65 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/common/extensions/IOTServerExtension.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/common/extensions/IOTServerExtension.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2020 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/jmeter/AndroidDeviceManagementAPIJmeterTestCase.java b/integration-test/src/test/java/org/wso2/iot/integration/jmeter/AndroidDeviceManagementAPIJmeterTestCase.java similarity index 77% rename from integration-test/iot-community/src/test/java/org/wso2/iot/integration/jmeter/AndroidDeviceManagementAPIJmeterTestCase.java rename to integration-test/src/test/java/org/wso2/iot/integration/jmeter/AndroidDeviceManagementAPIJmeterTestCase.java index 180bfe5..2736f5c 100644 --- a/integration-test/iot-community/src/test/java/org/wso2/iot/integration/jmeter/AndroidDeviceManagementAPIJmeterTestCase.java +++ b/integration-test/src/test/java/org/wso2/iot/integration/jmeter/AndroidDeviceManagementAPIJmeterTestCase.java @@ -1,18 +1,17 @@ /* - * Copyright (C) 2018 - 2022 Entgra (Pvt) Ltd, Inc - All Rights Reserved. + * Copyright (c) 2018-2023, Entgra (Pvt) Ltd. (http://entgra.io) All Rights Reserved. * - * Unauthorised copying/redistribution of this file, via any medium is strictly prohibited. - * - * Licensed under the Entgra Commercial License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. + * Entgra (Pvt) Ltd. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. * You may obtain a copy of the License at * - * https://entgra.io/licenses/entgra-commercial/1.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ diff --git a/integration-test/iot-community/src/test/resources/automation.xml b/integration-test/src/test/resources/automation.xml similarity index 94% rename from integration-test/iot-community/src/test/resources/automation.xml rename to integration-test/src/test/resources/automation.xml index 8d21bb5..369e7a7 100644 --- a/integration-test/iot-community/src/test/resources/automation.xml +++ b/integration-test/src/test/resources/automation.xml @@ -1,19 +1,18 @@ diff --git a/integration-test/iot-community/src/test/resources/automationSchema.xsd b/integration-test/src/test/resources/automationSchema.xsd similarity index 99% rename from integration-test/iot-community/src/test/resources/automationSchema.xsd rename to integration-test/src/test/resources/automationSchema.xsd index c3bd1b3..429b14c 100644 --- a/integration-test/iot-community/src/test/resources/automationSchema.xsd +++ b/integration-test/src/test/resources/automationSchema.xsd @@ -1,7 +1,7 @@ + + + + + + diff --git a/integration-test/iot-community/src/test/resources/testng.xml b/integration-test/src/test/resources/testng.xml similarity index 74% rename from integration-test/iot-community/src/test/resources/testng.xml rename to integration-test/src/test/resources/testng.xml index 569dec6..feee9c4 100644 --- a/integration-test/iot-community/src/test/resources/testng.xml +++ b/integration-test/src/test/resources/testng.xml @@ -1,22 +1,20 @@ - diff --git a/iot-core/pom.xml b/iot-core/pom.xml index 3aa45b2..35db717 100644 --- a/iot-core/pom.xml +++ b/iot-core/pom.xml @@ -1,9 +1,8 @@ - - - - - - io.entgra.product.community - p2-profile - 5.2.2-SNAPSHOT - ../pom.xml - - - 4.0.0 - entgra-emm-p2-profile - pom - Entgra EMM - p2 profile - Entgra EMM p2 profile - - - - - org.apache.maven.plugins - maven-dependency-plugin - false - - - 1-unpack-entgra-iots - test - - unpack - - - - - io.entgra.product.community - entgra-iot-core - zip - true - target - - - - - - - - org.wso2.maven - carbon-p2-plugin - ${carbon.p2.plugin.version} - - - 2-p2-repo-generation - package - - p2-repo-gen - - - file:${basedir}/target/p2-repo - file:${basedir}/target/p2-repo - true - true - - - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.android.feature:${carbon.device.mgt.plugin.version} - - - - - - - - - feature-install - package - - p2-profile-gen - - - default - file:${basedir}/target/p2-repo - file:${basedir}/target/p2-repo - ${basedir}/target/${entgra-iot-core}/repository/components - true - - - org.wso2.carbon.device.mgt.mobile.android.feature.group - ${carbon.device.mgt.plugin.version} - - - - - - - - - - - - com.google.code.maven-replacer-plugin - replacer - 1.5.3 - - - package - - replace - - - - - - ${basedir}/target/${entgra-iot-core}/repository/components/default/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info - - - - false - true - - - - - - - - - diff --git a/p2-profile/iot/pom.xml b/p2-profile/iot/pom.xml deleted file mode 100644 index ab0ddc1..0000000 --- a/p2-profile/iot/pom.xml +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - io.entgra.product.community - p2-profile - 5.2.2-SNAPSHOT - ../pom.xml - - - 4.0.0 - entgra-iot-p2-profile - pom - Entgra IoT - p2 profile - Entgra IoT p2 profile - - - - - org.apache.maven.plugins - maven-dependency-plugin - false - - - 1-unpack-entgra-iots - test - - unpack - - - - - io.entgra.product.community - entgra-iot-core - zip - true - target - - - - - - copy-emqx-exhook - test - - copy - - - - - org.wso2.carbon.devicemgt-plugins - io.entgra.device.mgt.plugins.emqx.exhook - ${carbon.device.mgt.plugin.version} - jar - true - jar-with-dependencies - ${project.basedir}/target/${entgra-iot-core}/repository/components/lib/ - - - false - true - - - - copy-emqx-initializer - test - - copy - - - - - org.wso2.carbon.devicemgt-plugins - io.entgra.device.mgt.plugins.emqx.initializer - ${carbon.device.mgt.plugin.version} - jar - true - ${project.basedir}/target/${entgra-iot-core}/repository/components/dropins/ - - - false - true - - - - - - org.wso2.maven - carbon-p2-plugin - ${carbon.p2.plugin.version} - - - 2-p2-repo-generation - package - - p2-repo-gen - - - file:${basedir}/target/p2-repo - file:${basedir}/target/p2-repo - true - true - - - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.adapter.feature:${carbon.device.mgt.plugin.version} - - - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.notification.listener.feature:${carbon.device.mgt.plugin.version} - - - org.wso2.carbon.devicemgt-plugins:org.wso2.extension.siddhi.device.feature:${carbon.device.mgt.plugin.version} - - - org.wso2.carbon.devicemgt-plugins:org.wso2.extension.siddhi.execution.json.feature:${carbon.device.mgt.plugin.version} - - - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.analytics.feature:${carbon.device.mgt.plugin.version} - - - - - - feature-install - package - - p2-profile-gen - - - default - file:${basedir}/target/p2-repo - file:${basedir}/target/p2-repo - ${basedir}/target/${entgra-iot-core}/repository/components - true - - - org.wso2.carbon.device.mgt.adapter.feature.group - ${carbon.device.mgt.plugin.version} - - - org.wso2.carbon.device.mgt.notification.listener.feature.group - ${carbon.device.mgt.plugin.version} - - - org.wso2.extension.siddhi.device.feature.group - ${carbon.device.mgt.plugin.version} - - - org.wso2.extension.siddhi.execution.json.feature.group - ${carbon.device.mgt.plugin.version} - - - org.wso2.carbon.device.mgt.iot.analytics.feature.group - ${carbon.device.mgt.plugin.version} - - - - - - - - com.google.code.maven-replacer-plugin - replacer - 1.5.3 - - - package - - replace - - - - - - ${basedir}/target/${entgra-iot-core}/repository/components/default/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info - - - - false - true - - - - - - - - - diff --git a/p2-profile/pom.xml b/p2-profile/pom.xml index ac083f9..aae67c0 100644 --- a/p2-profile/pom.xml +++ b/p2-profile/pom.xml @@ -1,8 +1,8 @@ 5.0.25