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 2014/06/13 11:02:42 UTC

[13/20] git commit: MARMOTTA-507: removed duplicate dependency declaration for json-path

MARMOTTA-507: removed duplicate dependency declaration for json-path

License AL2
Updated N&L for ldpath-ldquery-cli as the binary release packages the dependency


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

Branch: refs/heads/ldp
Commit: 1ee80bd7e43a663b2661e1e515d25d6ad2de6ea3
Parents: d515c15
Author: Jakob Frank <ja...@apache.org>
Authored: Fri Jun 6 10:36:25 2014 +0200
Committer: Jakob Frank <ja...@apache.org>
Committed: Fri Jun 6 10:40:20 2014 +0200

----------------------------------------------------------------------
 libraries/ldpath/ldpath-ldquery-cli/src/main/doc/LICENSE.txt | 1 +
 parent/pom.xml                                               | 7 +------
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/1ee80bd7/libraries/ldpath/ldpath-ldquery-cli/src/main/doc/LICENSE.txt
----------------------------------------------------------------------
diff --git a/libraries/ldpath/ldpath-ldquery-cli/src/main/doc/LICENSE.txt b/libraries/ldpath/ldpath-ldquery-cli/src/main/doc/LICENSE.txt
index e103479..ab03ea5 100644
--- a/libraries/ldpath/ldpath-ldquery-cli/src/main/doc/LICENSE.txt
+++ b/libraries/ldpath/ldpath-ldquery-cli/src/main/doc/LICENSE.txt
@@ -210,6 +210,7 @@ The Apache License, Version 2.0, also applies to the following subcomponents:
  * Infinispan, http://infinispan.org
  * JBoss Marshalling, https://github.com/jboss-remoting/jboss-marshalling/
  * JGroups, http://www.jgroups.org
+ * JsonPath, https://github.com/jayway/JsonPath
 
 
 Apache Marmotta subcomponents:

http://git-wip-us.apache.org/repos/asf/marmotta/blob/1ee80bd7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 47392a0..7126d01 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1498,7 +1498,7 @@
             <dependency>
                 <groupId>com.jayway.jsonpath</groupId>
                 <artifactId>json-path</artifactId>
-                <version>0.8.1</version>
+                <version>0.9.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.directory.api</groupId>
@@ -1674,11 +1674,6 @@
                 <artifactId>jsoup</artifactId>
                 <version>1.7.2</version>
             </dependency>
-            <dependency>
-                <groupId>com.jayway.jsonpath</groupId>
-                <artifactId>json-path</artifactId>
-                <version>0.9.1</version>
-            </dependency>
 
             <dependency>
                 <groupId>junit</groupId>