mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing conflicts
This commit is contained in:
parent
51c46095a4
commit
1b4857b7fd
@ -21,13 +21,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.carbon.devicemgt</groupId>
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
||||||
<artifactId>certificate-mgt</artifactId>
|
<artifactId>certificate-mgt</artifactId>
|
||||||
<version>2.0.4-SNAPSHOT</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>org.wso2.carbon.certificate.mgt.core</artifactId>
|
<artifactId>org.wso2.carbon.certificate.mgt.core</artifactId>
|
||||||
<version>2.0.4-SNAPSHOT</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
<packaging>bundle</packaging>
|
<packaging>bundle</packaging>
|
||||||
<name>WSO2 Carbon - Certificate Management Core</name>
|
<name>WSO2 Carbon - Certificate Management Core</name>
|
||||||
<description>WSO2 Carbon - Certificate Management Core</description>
|
<description>WSO2 Carbon - Certificate Management Core</description>
|
||||||
@ -51,7 +51,8 @@
|
|||||||
<Bundle-Version>${carbon.device.mgt.version}</Bundle-Version>
|
<Bundle-Version>${carbon.device.mgt.version}</Bundle-Version>
|
||||||
<Bundle-Description>Device Management Core Bundle</Bundle-Description>
|
<Bundle-Description>Device Management Core Bundle</Bundle-Description>
|
||||||
<Private-Package>
|
<Private-Package>
|
||||||
org.wso2.carbon.certificate.mgt.core.internal
|
org.wso2.carbon.certificate.mgt.core.internal,
|
||||||
|
org.wso2.carbon.certificate.mgt.core.util
|
||||||
</Private-Package>
|
</Private-Package>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
org.osgi.framework,
|
org.osgi.framework,
|
||||||
@ -97,6 +98,7 @@
|
|||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
!org.wso2.carbon.certificate.mgt.core.internal.*,
|
!org.wso2.carbon.certificate.mgt.core.internal.*,
|
||||||
|
!org.wso2.carbon.certificate.mgt.core.util,
|
||||||
org.wso2.carbon.certificate.mgt.core.*
|
org.wso2.carbon.certificate.mgt.core.*
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
|
|||||||
@ -108,7 +108,7 @@
|
|||||||
"contextParams" : [
|
"contextParams" : [
|
||||||
{
|
{
|
||||||
"name" : "Owasp.CsrfGuard.Config",
|
"name" : "Owasp.CsrfGuard.Config",
|
||||||
"value" : "/repository/conf/security/Owasp.CsrfGuard.Carbon.properties"
|
"value" : "/repository/conf/security/Owasp.CsrfGuard.dashboard.properties"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -71,7 +71,7 @@
|
|||||||
"contextParams" : [
|
"contextParams" : [
|
||||||
{
|
{
|
||||||
"name" : "Owasp.CsrfGuard.Config",
|
"name" : "Owasp.CsrfGuard.Config",
|
||||||
"value" : "/repository/conf/security/Owasp.CsrfGuard.Carbon.properties"
|
"value" : "/repository/conf/security/Owasp.CsrfGuard.dashboard.properties"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user