You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/08/27 12:25:06 UTC

svn commit: r1377638 - /incubator/syncope/branches/1_0_X/parent/pom.xml

Author: ilgrosso
Date: Mon Aug 27 10:25:06 2012
New Revision: 1377638

URL: http://svn.apache.org/viewvc?rev=1377638&view=rev
Log:
Removing unnecessary logging to maven console when executing openjpa-maven-plugin

Modified:
    incubator/syncope/branches/1_0_X/parent/pom.xml

Modified: incubator/syncope/branches/1_0_X/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/branches/1_0_X/parent/pom.xml?rev=1377638&r1=1377637&r2=1377638&view=diff
==============================================================================
--- incubator/syncope/branches/1_0_X/parent/pom.xml (original)
+++ incubator/syncope/branches/1_0_X/parent/pom.xml Mon Aug 27 10:25:06 2012
@@ -767,28 +767,6 @@ under the License.
           <groupId>org.apache.openjpa</groupId>
           <artifactId>openjpa-maven-plugin</artifactId>
           <version>${openjpa.version}</version>
-          <dependencies>
-            <dependency>
-              <groupId>org.slf4j</groupId>
-              <artifactId>slf4j-api</artifactId>
-              <version>${slf4j.version}</version>
-            </dependency>
-            <dependency>
-              <groupId>ch.qos.logback</groupId>
-              <artifactId>logback-core</artifactId>
-              <version>${logback.version}</version>
-            </dependency>
-            <dependency>
-              <groupId>ch.qos.logback</groupId>
-              <artifactId>logback-classic</artifactId>
-              <version>${logback.version}</version>
-            </dependency>
-            <dependency>
-              <groupId>org.slf4j</groupId>
-              <artifactId>jcl-over-slf4j</artifactId>
-              <version>${slf4j.version}</version>
-            </dependency>
-          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>