oasp4j-security
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.oasp.java.modules</groupId> <artifactId>oasp4j-security</artifactId> <version>3.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>io.oasp.java.modules</groupId> <artifactId>oasp4j-security</artifactId> <version>3.0.0</version> <name>oasp4j-security</name> <description>Security Module of the Open Application Standard Platform for Java (OASP4J).</description> <url>http://oasp.io/oasp4j/maven/oasp4j/oasp4j-modules/oasp4j-security</url> <inceptionYear>2014</inceptionYear> <organization> <name>OASP-Team</name> <url>http://oasp.io/oasp4j/maven/team-list.html</url> </organization> <licenses> <license> <name>Apache Software Licenese</name> <url>http://oasp.github.io/terms-of-use.html</url> <distribution>repo</distribution> <comments></comments> </license> </licenses> <developers> <developer> <id>hohwille</id> <name>Jörg Hohwiller</name> <email>hohwille@users.sourceforge.net</email> <organization></organization> <organizationUrl></organizationUrl> <roles> <role>admin</role> <role>designer</role> <role>developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>ksobkowiak</id> <name>Krzysztof Sobkowiak</name> <email>sobkowiak@onet.eu</email> <organization></organization> <organizationUrl></organizationUrl> <roles> <role>admin</role> <role>designer</role> <role>developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <scm> <url>https://github.com/oasp/oasp4j/tree/develop/oasp4j-modules/oasp4j-security</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/oasp/oasp4j/issues</url> </issueManagement> <distributionManagement> <repository> <id>oasp.releases</id> <name>OASP Releases</name> <url>http://oasp-ci.cloudapp.net/nexus/content/repositories/releases/</url> </repository> <snapshotRepository> <id>oasp.snapshots</id> <name>OASP Snapshots</name> <url>http://oasp-ci.cloudapp.net/nexus/content/repositories/snapshots/</url> </snapshotRepository> <site> <id>oasp-site</id> <url>file://D:\Projekte\oasp\workspaces\main\oasp4j/target/oasp4j/maven/oasp4j-modules/oasp4j-security</url> </site> </distributionManagement> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>5.0.8.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>5.0.7.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>5.0.7.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.9.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency> </dependencies> </project>