You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2016/05/02 17:29:50 UTC

[6/9] marmotta git commit: cosmetics

cosmetics


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/fe16e6ff
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/fe16e6ff
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/fe16e6ff

Branch: refs/heads/MARMOTTA-584
Commit: fe16e6ff081fcc333827480eccc5491342e85a74
Parents: c4ab536
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Mon May 2 15:24:37 2016 +0200
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Mon May 2 15:24:37 2016 +0200

----------------------------------------------------------------------
 libraries/kiwi/kiwi-triplestore/pom.xml     | 5 -----
 libraries/ldpath/ldpath-ldquery-cli/pom.xml | 2 --
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/fe16e6ff/libraries/kiwi/kiwi-triplestore/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-triplestore/pom.xml b/libraries/kiwi/kiwi-triplestore/pom.xml
index a4ae217..77263ac 100644
--- a/libraries/kiwi/kiwi-triplestore/pom.xml
+++ b/libraries/kiwi/kiwi-triplestore/pom.xml
@@ -84,8 +84,6 @@
             <artifactId>log4j-over-slf4j</artifactId>
         </dependency>
 
-
-
         <!-- JDBC connection pooling -->
         <dependency>
             <groupId>org.apache.tomcat</groupId>
@@ -98,7 +96,6 @@
             <artifactId>java-uuid-generator</artifactId>
         </dependency>
 
-
         <!-- Sesame dependencies -->
         <dependency>
             <groupId>org.openrdf.sesame</groupId>
@@ -152,7 +149,6 @@
             <artifactId>commons-io</artifactId>
         </dependency>
 
-
         <!-- Testing -->
         <dependency>
             <artifactId>junit</artifactId>
@@ -222,7 +218,6 @@
             <scope>test</scope>
         </dependency>
 
-
     </dependencies>
     
 </project>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/fe16e6ff/libraries/ldpath/ldpath-ldquery-cli/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/ldpath/ldpath-ldquery-cli/pom.xml b/libraries/ldpath/ldpath-ldquery-cli/pom.xml
index 5ba50c6..f5f98fa 100644
--- a/libraries/ldpath/ldpath-ldquery-cli/pom.xml
+++ b/libraries/ldpath/ldpath-ldquery-cli/pom.xml
@@ -37,7 +37,6 @@
                 <version>1.0.4</version>
                 <configuration>
                     <noticeTemplate>NOTICE.template</noticeTemplate>
-
                     <licenseMapping>
                         <param>../../../license-mappings.xml</param>
                     </licenseMapping>
@@ -123,7 +122,6 @@
                                     </filesets>
                                 </configuration>
                             </execution>
-
                         </executions>
                     </plugin>
                     <plugin>