Enable java8 support

This commit is contained in:
Kamidu Sachith 2015-10-13 11:45:00 +05:30
parent 8155fa44ee
commit 5c215189d1

View File

@ -111,14 +111,13 @@
org.wso2.carbon.core.security, org.wso2.carbon.core.security,
org.wso2.carbon.core.services.authentication, org.wso2.carbon.core.services.authentication,
org.wso2.carbon.identity.oauth2.stub, org.wso2.carbon.identity.oauth2.stub,
org.wso2.carbon.identity.oauth2.stub.dto org.wso2.carbon.identity.oauth2.stub.dto,
org.wso2.carbon.base,
org.wso2.carbon.utils
</Import-Package> </Import-Package>
<Export-Package> </instructions>
org.wso2.carbon.identity.authenticator.backend.oauth.*;
</Export-Package>
</instructions>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>