qon-auth-keycloak
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bitbucket.tbrugz</groupId> <artifactId>qon-auth-keycloak</artifactId> <version>0.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.bitbucket.tbrugz</groupId> <artifactId>queryon</artifactId> <version>0.7</version> </parent> <artifactId>qon-auth-keycloak</artifactId> <packaging>jar</packaging> <version>0.7</version> <name>qon-auth-keycloak</name> <build> </build> <dependencies> <dependency> <groupId>org.bitbucket.tbrugz</groupId> <artifactId>qon-core</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>${servlet-api.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.keycloak</groupId> <artifactId>keycloak-core</artifactId> <version>${keycloak.version}</version> </dependency> <!--<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>${shiro.version}</version> <scope>compile</scope> </dependency>--> </dependencies> </project>