Skip to content

Commit

Permalink
Install feature to copy the SecuredHttpAppender
Browse files Browse the repository at this point in the history
  • Loading branch information
lasanthaS committed Jun 11, 2023
1 parent 11f8bfe commit 1154d75
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
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 @@ -830,6 +833,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 @@ -1545,6 +1552,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 @@ -2166,6 +2177,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 @@ -2657,6 +2672,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 @@ -3196,6 +3215,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 @@ -3682,6 +3705,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 @@ -4159,6 +4186,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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@

<cipher.tool.version>1.1.20</cipher.tool.version>

<carbon.commons.version>4.9.2</carbon.commons.version>
<carbon.commons.version>4.9.4-SNAPSHOT</carbon.commons.version>
<carbon.kernel.imp.pkg.version>[4.5.0, 5.0.0)</carbon.kernel.imp.pkg.version>

<!-- carbon mediation -->
Expand Down

0 comments on commit 1154d75

Please sign in to comment.