mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Fixing the startup issues in core after copying all jars into components with bin.xml.
This commit is contained in:
parent
8ce4538d27
commit
2c35edd820
@ -357,6 +357,12 @@ do
|
|||||||
-Dfile.encoding=UTF8 \
|
-Dfile.encoding=UTF8 \
|
||||||
-Djava.net.preferIPv4Stack=true \
|
-Djava.net.preferIPv4Stack=true \
|
||||||
-Dcom.ibm.cacheLocalHost=true \
|
-Dcom.ibm.cacheLocalHost=true \
|
||||||
|
-Dmqtt.broker.host="localhost" \
|
||||||
|
-Dmqtt.broker.port="1886" \
|
||||||
|
-Diot.keymanager.host="localhost" \
|
||||||
|
-Diot.keymanager.https.port="9443" \
|
||||||
|
-Diot.gateway.host="localhost" \
|
||||||
|
-Diot.gateway.https.port="8243" \
|
||||||
-DworkerNode=false \
|
-DworkerNode=false \
|
||||||
-Dorg.apache.cxf.io.CachedOutputStream.Threshold=104857600 \
|
-Dorg.apache.cxf.io.CachedOutputStream.Threshold=104857600 \
|
||||||
-Dcarbon.das.c5.enabled="true" \
|
-Dcarbon.das.c5.enabled="true" \
|
||||||
|
|||||||
@ -606,6 +606,9 @@
|
|||||||
<exclude>**/.settings</exclude>
|
<exclude>**/.settings</exclude>
|
||||||
<exclude>features/**</exclude>
|
<exclude>features/**</exclude>
|
||||||
<exclude>**/org.wso2.carbon.feature.mgt.ui*</exclude>
|
<exclude>**/org.wso2.carbon.feature.mgt.ui*</exclude>
|
||||||
|
<exclude>**/lib</exclude>
|
||||||
|
<exclude>**/json_2.0.0.wso2v1.jar</exclude>
|
||||||
|
<exclude>**/nimbus-jose-jwt_2.26.1.wso2v2.jar</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<!-- ********************************* End of IoT Core Profile ********************************* -->
|
<!-- ********************************* End of IoT Core Profile ********************************* -->
|
||||||
@ -811,6 +814,9 @@
|
|||||||
<exclude>**/.settings</exclude>
|
<exclude>**/.settings</exclude>
|
||||||
<exclude>features/**</exclude>
|
<exclude>features/**</exclude>
|
||||||
<exclude>**/org.wso2.carbon.feature.mgt.ui*</exclude>
|
<exclude>**/org.wso2.carbon.feature.mgt.ui*</exclude>
|
||||||
|
<exclude>**/lib</exclude>
|
||||||
|
<exclude>**/json_2.0.0.wso2v1.jar</exclude>
|
||||||
|
<exclude>**/nimbus-jose-jwt_2.26.1.wso2v2.jar</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
|
|||||||
@ -22,4 +22,8 @@ product.version=3.1.0
|
|||||||
|
|
||||||
carbon.version=4.4.14
|
carbon.version=4.4.14
|
||||||
default.server.role=IoTServer
|
default.server.role=IoTServer
|
||||||
|
cep.server.role=ComplexEventProcessor
|
||||||
|
das.server.role=DataAnalyticsServer
|
||||||
|
cdmf.platform.role=CDMFPlatform
|
||||||
|
geodashboard.role=GeoDashboard
|
||||||
bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator
|
bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -1557,7 +1557,7 @@
|
|||||||
<!-- Carbon Analytics Common (DAS) -->
|
<!-- Carbon Analytics Common (DAS) -->
|
||||||
<carbon.analytics.common.version>5.1.5</carbon.analytics.common.version>
|
<carbon.analytics.common.version>5.1.5</carbon.analytics.common.version>
|
||||||
<carbon.analytics.version>1.3.3</carbon.analytics.version>
|
<carbon.analytics.version>1.3.3</carbon.analytics.version>
|
||||||
<carbon.analytics.das.version>1.3.0</carbon.analytics.das.version>
|
<carbon.analytics.das.version>1.3.5</carbon.analytics.das.version>
|
||||||
<product.iot.analytics.version>${product.iot.version}</product.iot.analytics.version>
|
<product.iot.analytics.version>${product.iot.version}</product.iot.analytics.version>
|
||||||
<product.das.version>3.1.0</product.das.version>
|
<product.das.version>3.1.0</product.das.version>
|
||||||
<product.mb.version>3.1.0</product.mb.version>
|
<product.mb.version>3.1.0</product.mb.version>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user