[jboss-cvs] JBossAS SVN: r99811 - in projects/security/picketbox/fresh: security-jboss-sx/acl and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 22 11:14:23 EST 2010


Author: anil.saldhana at jboss.com
Date: 2010-01-22 11:14:22 -0500 (Fri, 22 Jan 2010)
New Revision: 99811

Added:
   projects/security/picketbox/fresh/pom.xml
Modified:
   projects/security/picketbox/fresh/security-jboss-sx/acl/pom.xml
Log:
picketbox pom

Added: projects/security/picketbox/fresh/pom.xml
===================================================================
--- projects/security/picketbox/fresh/pom.xml	                        (rev 0)
+++ projects/security/picketbox/fresh/pom.xml	2010-01-22 16:14:22 UTC (rev 99811)
@@ -0,0 +1,14 @@
+<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>
+   <groupId>org.picketbox</groupId>
+   <artifactId>picketbox-aggregator-pom</artifactId>
+   <version>1.0.0-SNAPSHOT</version>
+   <packaging>pom</packaging>
+   <name> PicketBox - Aggregator</name>
+   <url>http://jboss.org/picketbox</url>
+   <description>PicketBox is a security framework</description>
+   <modules>
+     <module>security-spi</module>
+     <module>security-jboss-sx</module>
+   </modules>
+</project>

Modified: projects/security/picketbox/fresh/security-jboss-sx/acl/pom.xml
===================================================================
--- projects/security/picketbox/fresh/security-jboss-sx/acl/pom.xml	2010-01-22 16:09:37 UTC (rev 99810)
+++ projects/security/picketbox/fresh/security-jboss-sx/acl/pom.xml	2010-01-22 16:14:22 UTC (rev 99811)
@@ -70,6 +70,12 @@
          <artifactId>hibernate-entitymanager</artifactId>
          <version>3.3.1.ga</version>
          <scope>compile</scope>
+         <exclusions>
+           <exclusion>
+             <groupId>org.jboss</groupId>
+             <artifactId>jboss-common-core</artifactId>
+           </exclusion>
+         </exclusions>
       </dependency>
       <dependency>
          <groupId>hsqldb</groupId>
@@ -83,6 +89,12 @@
          <scope>test</scope>
       </dependency>
       <dependency>
+         <groupId>org.jboss</groupId>
+         <artifactId>jboss-common-core</artifactId>
+         <version>2.2.17.GA</version>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
          <groupId>org.jboss.security</groupId>
          <artifactId>acl-spi</artifactId>
          <version>${project.version}</version>




More information about the jboss-cvs-commits mailing list