You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2013/04/08 09:45:37 UTC

svn commit: r1465558 - /oltu/trunk/openid-connect/common/pom.xml

Author: simonetripodi
Date: Mon Apr  8 07:45:36 2013
New Revision: 1465558

URL: http://svn.apache.org/r1465558
Log:
trivial: declaring empty elements has no effect, see help:effective-pom

Modified:
    oltu/trunk/openid-connect/common/pom.xml

Modified: oltu/trunk/openid-connect/common/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/openid-connect/common/pom.xml?rev=1465558&r1=1465557&r2=1465558&view=diff
==============================================================================
--- oltu/trunk/openid-connect/common/pom.xml (original)
+++ oltu/trunk/openid-connect/common/pom.xml Mon Apr  8 07:45:36 2013
@@ -29,9 +29,6 @@
   <name>Apache Oltu -  OpenId Connect - Common</name>
   <description> OpenId Connect library - Common</description>
 
-  <dependencies>
-  </dependencies>
-
   <build>
     <resources>
       <resource>
@@ -43,9 +40,6 @@
         </includes>
       </resource>
     </resources>
-
-    <plugins>
-    </plugins>
   </build>
 
 </project>