Skip to content

Commit

Permalink
Minor changes in component's pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Jul 18, 2018
1 parent 79bb8fd commit cd2528e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Private-Package>
org.wso2.carbon.identity.authenticator.outbound.nuxeo.internal
org.wso2.carbon.identity.authenticator.nuxeo.internal
</Private-Package>
<Export-Package>
!org.wso2.carbon.identity.authenticator.outbound.nuxeo.internal,
org.wso2.carbon.identity.authenticator.outbound.nuxeo.*
!org.wso2.carbon.identity.authenticator.nuxeo.internal,
org.wso2.carbon.identity.authenticator.*
</Export-Package>
<Import-Package>
org.apache.commons.logging.*; version="${commons-logging.osgi.version.range}",
Expand Down

0 comments on commit cd2528e

Please sign in to comment.