io.imunity.console.ConsoleResourceProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unity-server-console Show documentation
Show all versions of unity-server-console Show documentation
Task oriented web based administration UI
/*
* Copyright (c) 2018 Bixbit - Krzysztof Benedyczak. All rights reserved.
* See LICENCE.txt file for licensing information.
*/
package io.imunity.console;
import io.imunity.vaadin.endpoint.common.CustomResourceProvider;
public class ConsoleResourceProvider extends CustomResourceProvider
{
public ConsoleResourceProvider()
{
super("vaadin-endpoint-common", "vaadin-authentication");
}
}