Skip to content

Commit

Permalink
Fix merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksdperera committed Dec 14, 2017
1 parent 71f0f5a commit 1790972
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
12 changes: 6 additions & 6 deletions components/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
<targetRepository>file:${basedir}/target/p2-repo</targetRepository>
<features>
<feature>
<id>org.wso2.carbon.org.wso2.carbon.data.provider.utils.feature</id>
<id>org.wso2.carbon.utils.feature</id>
<version>${carbon.utils.version}</version>
</feature>
<feature>
Expand Down Expand Up @@ -720,7 +720,7 @@
<version>${carbon.securevault.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.org.wso2.carbon.data.provider.utils.feature.group</id>
<id>org.wso2.carbon.utils.feature.group</id>
<version>${carbon.utils.version}</version>
</feature>
<feature>
Expand Down Expand Up @@ -890,7 +890,7 @@
<version>${carbon.securevault.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.org.wso2.carbon.data.provider.utils.feature.group</id>
<id>org.wso2.carbon.utils.feature.group</id>
<version>${carbon.utils.version}</version>
</feature>
<feature>
Expand Down Expand Up @@ -1052,7 +1052,7 @@
<version>${carbon.securevault.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.org.wso2.carbon.data.provider.utils.feature.group</id>
<id>org.wso2.carbon.utils.feature.group</id>
<version>${carbon.utils.version}</version>
</feature>
<feature>
Expand All @@ -1076,7 +1076,7 @@
<version>${org.wso2.transport.http.netty.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.org.wso2.carbon.data.provider.utils.feature.group</id>
<id>org.wso2.carbon.utils.feature.group</id>
<version>${carbon.utils.version}</version>
</feature>
<feature>
Expand Down Expand Up @@ -1233,7 +1233,7 @@
<version>${carbon.securevault.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.org.wso2.carbon.data.provider.utils.feature.group</id>
<id>org.wso2.carbon.utils.feature.group</id>
<version>${carbon.utils.version}</version>
</feature>
<feature>
Expand Down
4 changes: 2 additions & 2 deletions components/org.wso2.carbon.data.provider/findbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

<FindBugsFilter>
<Match>
<Class name="org.wso2.carbon.databridge.commons.org.wso2.carbon.data.provider.utils.DataBridgeCommonsUtils"/>
<Class name="org.wso2.carbon.databridge.commons.utils.DataBridgeCommonsUtils"/>
<Bug pattern="DM_DEFAULT_ENCODING"/>
</Match>
<Match>
<Class name="org.wso2.carbon.databridge.commons.Event"/>
<Bug pattern="EI_EXPOSE_REP, EI_EXPOSE_REP2"/>
</Match>
<Match>
<Class name="org.wso2.carbon.databridge.commons.org.wso2.carbon.data.provider.utils.EventDefinitionConverterUtils"/>
<Class name="org.wso2.carbon.databridge.commons.utils.EventDefinitionConverterUtils"/>
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAY"/>
</Match>
<Match>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
-->

<FindBugsFilter>
<Match>
<Class name="org.wso2.carbon.siddhi.editor.core.internal.EditorMicroservice"/>
<Bug pattern="OBL_UNSATISFIED_OBLIGATION"/>
</Match>

</FindBugsFilter>

0 comments on commit 1790972

Please sign in to comment.