[gatein-commits] gatein SVN: r6746 - in components/pc/trunk: api and 4 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jun 24 18:50:40 EDT 2011


Author: julien_viet
Date: 2011-06-24 18:50:40 -0400 (Fri, 24 Jun 2011)
New Revision: 6746

Modified:
   components/pc/trunk/api/pom.xml
   components/pc/trunk/bridge/pom.xml
   components/pc/trunk/controller/pom.xml
   components/pc/trunk/pom.xml
   components/pc/trunk/portlet/pom.xml
   components/pc/trunk/test/core/pom.xml
Log:
improve a bit dependencies of project


Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml	2011-06-24 22:31:03 UTC (rev 6745)
+++ components/pc/trunk/api/pom.xml	2011-06-24 22:50:40 UTC (rev 6746)
@@ -57,7 +57,6 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.3.1</version>
             <configuration>
                <skip>false</skip>
             </configuration>

Modified: components/pc/trunk/bridge/pom.xml
===================================================================
--- components/pc/trunk/bridge/pom.xml	2011-06-24 22:31:03 UTC (rev 6745)
+++ components/pc/trunk/bridge/pom.xml	2011-06-24 22:50:40 UTC (rev 6746)
@@ -18,10 +18,5 @@
          <groupId>org.apache.portals.bridges</groupId>
          <artifactId>portals-bridges-common</artifactId>
       </dependency>
-      <dependency>
-         <groupId>org.apache.portals.bridges</groupId>
-         <artifactId>portals-bridges-common</artifactId>
-         <version>${version.apache.portals.bridges}</version>
-      </dependency>
    </dependencies>
 </project>

Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml	2011-06-24 22:31:03 UTC (rev 6745)
+++ components/pc/trunk/controller/pom.xml	2011-06-24 22:50:40 UTC (rev 6746)
@@ -22,7 +22,6 @@
       <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
-         <version>3.8.2</version>
          <scope>test</scope>
       </dependency>
       <dependency>

Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml	2011-06-24 22:31:03 UTC (rev 6745)
+++ components/pc/trunk/pom.xml	2011-06-24 22:50:40 UTC (rev 6746)
@@ -216,6 +216,23 @@
             <version>${version.jboss.logging}</version>
           </dependency>
 
+         <dependency>
+            <groupId>org.apache.portals.bridges</groupId>
+            <artifactId>portals-bridges-common</artifactId>
+            <version>${version.apache.portals.bridges}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.2</version>
+         </dependency>
+         <dependency>
+           <groupId>org.apache.maven</groupId>
+           <artifactId>maven-ant-tasks</artifactId>
+           <version>2.1.1</version>
+         </dependency>
+
       </dependencies>
    </dependencyManagement>
 
@@ -229,6 +246,7 @@
    </dependencies>
 
    <build>
+
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -241,7 +259,6 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jar-plugin</artifactId>
-            <version>2.1</version>
             <configuration>
                <archive>
                   <manifest>
@@ -254,12 +271,32 @@
       <pluginManagement>
          <plugins>
             <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-jar-plugin</artifactId>
+              <version>2.2</version>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-source-plugin</artifactId>
+              <version>2.1.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-plugin</artifactId>
+               <version>2.3.1</version>
+            </plugin>
+            <plugin>
                <groupId>org.jboss.unit</groupId>
                <artifactId>jboss-unit-tooling-maven2</artifactId>
                <version>1.2.1</version>
             </plugin>
             <plugin>
+              <artifactId>maven-antrun-plugin</artifactId>
+              <version>1.6</version>
+            </plugin>
+            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
+               <version>2.2</version>
                <executions>
                   <execution>
                      <id>make-assembly</id>

Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml	2011-06-24 22:31:03 UTC (rev 6745)
+++ components/pc/trunk/portlet/pom.xml	2011-06-24 22:50:40 UTC (rev 6746)
@@ -42,7 +42,6 @@
       <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
-         <version>3.8.2</version>
          <scope>test</scope>
       </dependency>
       <dependency>

Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml	2011-06-24 22:31:03 UTC (rev 6745)
+++ components/pc/trunk/test/core/pom.xml	2011-06-24 22:50:40 UTC (rev 6746)
@@ -13,12 +13,6 @@
 
       <dependency>
          <groupId>org.gatein.common</groupId>
-         <artifactId>common-mc</artifactId>
-      </dependency>
-
-
-      <dependency>
-         <groupId>org.gatein.common</groupId>
          <artifactId>common-logging</artifactId>
       </dependency>
 
@@ -131,7 +125,6 @@
          <artifactId>jboss-remoting</artifactId>
       </dependency>
 
-
       <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-simple</artifactId>
@@ -178,7 +171,6 @@
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-ant-tasks</artifactId>
-       <version>2.1.1</version>
      </dependency>
 
    </dependencies>
@@ -281,7 +273,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
         <executions>
           <execution>
             <goals>
@@ -293,7 +284,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-        <version>2.1.2</version>
         <executions>
           <execution>
             <goals>
@@ -306,7 +296,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2</version>
         <executions>
           <execution>
             <id>make-assembly</id>
@@ -326,9 +315,6 @@
 
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.6</version>
-        <dependencies>
-        </dependencies>
         <executions>
           <execution>
             <id>package-test</id>



More information about the gatein-commits mailing list