Added dep to functions module for EMPTY instances.

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

Branch: refs/heads/master
Commit: 8fb49b77ddbebfcb5d04e6ec6ea5b9e775418205
Parents: 0a9aeae
Author: anatole <anat...@apache.org>
Authored: Mon Mar 14 00:41:46 2016 +0100
Committer: Oliver B. Fischer <ple...@apache.org>
Committed: Fri Sep 30 21:29:37 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/8fb49b77/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4bd0ee4..0535316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,11 +42,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>

Reply via email to