[jboss-cvs] jboss-seam/build/thirdparty ...

Peter Muir peter at bleepbleep.org.uk
Fri Aug 17 10:03:01 EDT 2007


  User: pmuir   
  Date: 07/08/17 10:03:01

  Modified:    build/thirdparty                  jboss-el.pom.xml
                        jboss-cache-jdk50.pom.xml testng.pom.xml
                        jbpm-jpdl.pom.xml
  Removed:     build/thirdparty                  meldware-mailjmx.pom.xml
                        antlr.pom.xml meldware-mailapi.pom.xml
                        mvel14.pom.xml
                        hibernate-commons-annotations.pom.xml
                        janino.pom.xml drools-compiler.pom.xml
                        drools-core.pom.xml jboss-embedded.pom.xml
                        quartz.pom.xml hibernate-search.pom.xml
                        itext.pom.xml drools.pom.xml
  Log:
  More dependency management
  
  Revision  Changes    Path
  1.2       +14 -3     jboss-seam/build/thirdparty/jboss-el.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-el.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/thirdparty/jboss-el.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-el.pom.xml	11 Jul 2007 18:33:54 -0000	1.1
  +++ jboss-el.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -1,7 +1,18 @@
  -<?xml version="1.0" encoding="UTF-8"?><project>
  +<?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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
  -  <groupId>jboss</groupId>
  +  <groupId>org.jboss.seam</groupId>
     <artifactId>jboss-el</artifactId>
  -  <version>jboss-seam-2.0.0.BETA</version>
  +  <version>2.0.0.BETA</version>
     <description>JBoss EL is a extended EL implementation, distributed with Seam</description>
  +  
  +  <dependencies>
  +  	<dependency>
  +  		<groupId>javax.el</groupId>
  +		<artifactId>el-api</artifactId>
  +		<version>1.0</version>
  +  	</dependency>
  +  </dependencies>
   </project>
  \ No newline at end of file
  
  
  
  1.2       +14 -2     jboss-seam/build/thirdparty/jboss-cache-jdk50.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-cache-jdk50.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/thirdparty/jboss-cache-jdk50.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-cache-jdk50.pom.xml	11 Jul 2007 18:33:54 -0000	1.1
  +++ jboss-cache-jdk50.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -3,9 +3,9 @@
   	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>jboss</groupId>
  +	<groupId>org.jboss</groupId>
   	<artifactId>jboss-cache-jdk50</artifactId>
  -	<version>1.4.1.GA-jboss-seam-2.0.0.BETA</version>
  +	<version>1.4.1.GA</version>
   
   	<dependencies>
   		<dependency>
  @@ -13,6 +13,18 @@
   			<artifactId>jgroups</artifactId>
   			<version>2.3</version>
   		</dependency>
  +		
  +		<dependency>
  +			<groupId>jboss</groupId>
  +			<artifactId>jboss-system</artifactId>
  +			<version>4.2.0.GA</version>
  +		</dependency>
  +
  +		<dependency>
  +			<groupId>jboss</groupId>
  +			<artifactId>jboss-jmx</artifactId>
  +			<version>4.2.0.GA</version>
  +		</dependency>
   	</dependencies>
   
   </project>
  \ No newline at end of file
  
  
  
  1.2       +1 -1      jboss-seam/build/thirdparty/testng.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testng.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/thirdparty/testng.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- testng.pom.xml	11 Jul 2007 18:33:54 -0000	1.1
  +++ testng.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -40,7 +40,7 @@
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <name>TestNG</name>
  -    <version>5.6-jboss-seam-2.0.0.BETA</version>
  +    <version>5.6</version>
       <description>TestNG is a unit testing framework.</description>
       <url>http://testng.org</url>
       <licenses>
  
  
  
  1.2       +2 -2      jboss-seam/build/thirdparty/jbpm-jpdl.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jbpm-jpdl.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/thirdparty/jbpm-jpdl.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jbpm-jpdl.pom.xml	11 Jul 2007 18:33:54 -0000	1.1
  +++ jbpm-jpdl.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?><project>
     <modelVersion>4.0.0</modelVersion>
  -  <groupId>jboss</groupId>
  +  <groupId>org.jbpm</groupId>
     <artifactId>jbpm-jpdl</artifactId>
  -  <version>3.2.1-jboss-seam-2.0.0.BETA</version>
  +  <version>3.2.1</version>
     <description>POM was created from deploy:deploy-file</description>
   </project>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list