You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/01/09 21:50:33 UTC

incubator-tamaya git commit: TAMAYA-39 Added dependency to tamaya-resources.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 3e9b275df -> 48ac3cc38


TAMAYA-39 Added dependency to tamaya-resources.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/48ac3cc3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/48ac3cc3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/48ac3cc3

Branch: refs/heads/master
Commit: 48ac3cc380f57f8735dd083f642d5f13ac308b1b
Parents: 3e9b275
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Fri Jan 9 21:49:01 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Fri Jan 9 21:49:01 2015 +0100

----------------------------------------------------------------------
 modules/json/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/48ac3cc3/modules/json/pom.xml
----------------------------------------------------------------------
diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 4927958..9607436 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -47,6 +47,13 @@ under the License.
         </dependency>
 
         <dependency>
+            <groupId>org.apache.tamaya.ext</groupId>
+            <artifactId>tamaya-resources</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+
+        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
         </dependency>