| Title: |
Picketbox |
| Group ID: |
org.picketbox |
| Artifact ID: |
picketbox-bare |
| Version: |
3.0.0.Beta3 |
| Last modified: |
08.03.2010 05:51 |
| Packaging: |
jar |
| Name: |
Picketbox |
| Description: |
PicketBox is a cross cutting project that handles security for Java projects. |
| URL: |
http://jboss.org/picketbox |
| Vendor: |
JBoss, a division of Red Hat, Inc. |
|
|
| Size: |
35.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/picketbox/picketbox-bare/3.0.0.Beta3/picketbox-bare-3.0.0.Beta3.jar |
| POM: |
Show
hide
<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">
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-bare</artifactId>
<version>3.0.0.Beta3</version>
<packaging>jar</packaging>
<name>Picketbox</name>
<url>http://jboss.org/picketbox</url>
<description>PicketBox is a cross cutting project that handles security for Java projects.</description>
<dependencies>
<dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jboss-security-spi</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jbosssx</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
<version>2.1.1.GA</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<!-- these dependencies are needed because ACL impl classes are annotated - this must be fixed as we don't want to bring these deps in -->
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.3.0.ga</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-bare</artifactId>
<version>3.0.0.Beta3</version>
</dependency>
|
| Gradle: |
org.picketbox:picketbox-bare:3.0.0.Beta3 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|