websight-authentication-token
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>pl.ds.websight</groupId> <artifactId>websight-authentication-token</artifactId> <version>1.0.3</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>pl.ds.websight</groupId> <artifactId>websight-bundle-parent</artifactId> <version>4</version> <relativePath /> </parent> <artifactId>websight-authentication-token</artifactId> <version>1.0.3</version> <name>WebSight Authentication Token</name> <description>Authentication Token is a module responsible for handling authentication tokes. Tokens are always persisted in CRX.</description> <url>https://github.com/DS-WebSight/websight-authentication</url> <organization> <name>Dynamic Solutions sp. z o.o. sp. k.</name> <url>https://ds.pl</url> </organization> <licenses> <license> <name>GNU Affero General Public License v3.0</name> <url>https://github.com/DS-WebSight/websight-authentication/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <name>Michal Cukierman</name> <email>michal.cukierman@ds.pl</email> <organization>Dynamic Solutions</organization> <organizationUrl>https://www.ds.pl/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:ssh://github.com:DS-WebSight/websight-authentication.git</connection> <developerConnection>scm:git:ssh://github.com:DS-WebSight/websight-authentication.git</developerConnection> <url>https://github.com/DS-WebSight/websight-authentication</url> <tag>1.0.3</tag> </scm> <dependencies> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.component.annotations</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.metatype.annotations</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> <version>2.18.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.auth.core</artifactId> <version>1.4.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-api</artifactId> <version>2.18.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-baseline-maven-plugin</artifactId> </plugin> </plugins> </build> </project>