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/02/27 22:02:29 UTC

[10/10] incubator-tamaya git commit: TAMAYA-71: Added yaml module.

TAMAYA-71: Added yaml module.


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

Branch: refs/heads/master
Commit: 63d222140b23499b5d4711f18f81e1720c47fc96
Parents: 1c454d5
Author: anatole <an...@apache.org>
Authored: Sat Feb 27 22:01:46 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Sat Feb 27 22:01:46 2016 +0100

----------------------------------------------------------------------
 modules/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/63d22214/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index 8b265de..33704a4 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -41,6 +41,7 @@ under the License.
         <module>injection-api</module>
         <module>injection</module>
         <module>json</module>
+        <module>yaml</module>
         <module>resolver</module>
         <module>resources</module>
         <module>functions</module>