Skip to content

Commit

Permalink
Add SecuredHttp log appender to the product
Browse files Browse the repository at this point in the history
  • Loading branch information
lasanthaS committed Mar 23, 2024
1 parent 1dc4ad7 commit 69b754e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions modules/p2-profile/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,9 @@
<featureArtifactDef>
org.wso2.carbon.commons:org.wso2.carbon.logging.remote.config.mgt.feature:${carbon.commons.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.commons:org.wso2.carbon.logging.appender.http.feature:${carbon.commons.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.commons:org.wso2.carbon.logging.viewer.feature:${carbon.commons.version}
</featureArtifactDef>
Expand Down Expand Up @@ -841,6 +844,10 @@
<id>org.wso2.carbon.logging.remote.config.mgt.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.appender.http.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.view.feature.group</id>
<version>${carbon.commons.version}</version>
Expand Down Expand Up @@ -1567,6 +1574,10 @@
<id>org.wso2.carbon.logging.remote.config.mgt.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.appender.http.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.view.feature.group</id>
<version>${carbon.commons.version}</version>
Expand Down Expand Up @@ -2191,6 +2202,10 @@
<id>org.wso2.carbon.logging.remote.config.mgt.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.appender.http.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.view.feature.group</id>
<version>${carbon.commons.version}</version>
Expand Down Expand Up @@ -2686,6 +2701,10 @@
<id>org.wso2.carbon.logging.remote.config.mgt.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.appender.http.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.view.feature.group</id>
<version>${carbon.commons.version}</version>
Expand Down Expand Up @@ -3229,6 +3248,10 @@
<id>org.wso2.carbon.logging.remote.config.mgt.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.appender.http.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.view.feature.group</id>
<version>${carbon.commons.version}</version>
Expand Down Expand Up @@ -3723,6 +3746,10 @@
<id>org.wso2.carbon.logging.remote.config.mgt.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.appender.http.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.view.feature.group</id>
<version>${carbon.commons.version}</version>
Expand Down Expand Up @@ -4204,6 +4231,10 @@
<id>org.wso2.carbon.logging.remote.config.mgt.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.appender.http.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.logging.view.feature.group</id>
<version>${carbon.commons.version}</version>
Expand Down

0 comments on commit 69b754e

Please sign in to comment.