You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/03/14 00:59:15 UTC

[14/16] incubator-tamaya git commit: Added dep to functions module for EMPTY instances.

Added dep to functions module for EMPTY instances.


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

Branch: refs/heads/master
Commit: 7d6ee43c61122981328caa00be3170c3141198be
Parents: 1f0420f
Author: anatole <an...@apache.org>
Authored: Mon Mar 14 00:41:46 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Mon Mar 14 00:41:46 2016 +0100

----------------------------------------------------------------------
 modules/events/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7d6ee43c/modules/events/pom.xml
----------------------------------------------------------------------
diff --git a/modules/events/pom.xml b/modules/events/pom.xml
index 33d8659..21269ed 100644
--- a/modules/events/pom.xml
+++ b/modules/events/pom.xml
@@ -41,11 +41,11 @@ under the License.
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
-        <!--<dependency>-->
-            <!--<groupId>org.apache.tamaya.ext</groupId>-->
-            <!--<artifactId>tamaya-formats</artifactId>-->
-            <!--<version>${project.version}</version>-->
-        <!--</dependency>-->
+        <dependency>
+            <groupId>org.apache.tamaya.ext</groupId>
+            <artifactId>tamaya-functions</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.tamaya</groupId>
             <artifactId>tamaya-core</artifactId>