Enable java8 support

revert-70aa11f8
Kamidu Sachith 9 years ago
parent 8155fa44ee
commit 5c215189d1

@ -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>

Loading…
Cancel
Save