powerimo-keycloak-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.powerimo</groupId> <artifactId>powerimo-keycloak-common</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.powerimo</groupId> <artifactId>powerimo-keycloak-common</artifactId> <version>1.2.0</version> <name>Powerimo Keycloak integration common library</name> <description>Contains common classes for the integration module</description> <url>https://github.com/powerimo/powerimo-keycloak/powerimo-keycloak-common</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>andewil</id> <name>Oleg Voronin</name> <email>app@andewil.com</email> <url>https://github.com/andewil</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/powerimo/powerimo-keycloak.git</connection> <developerConnection>scm:git:ssh://github.com/powerimo/powerimo-keycloak.git</developerConnection> <url>https://github.com/powerimo/powerimo-keycloak</url> </scm> <dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.32</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.17.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.17.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> <version>2.17.0</version> <scope>compile</scope> </dependency> </dependencies> <repositories> <repository> <id>maven-central</id> <url>https://repo1.maven.org/maven2/</url> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.6.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>