Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 55ad311ee -> 7aaf7583e
TAMAYA-318 Removed Spring example. 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/7aaf7583 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/7aaf7583 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/7aaf7583 Branch: refs/heads/master Commit: 7aaf7583e374585e48ed1eb7a667f1645f395695 Parents: 55ad311 Author: Anatole Tresch <[email protected]> Authored: Mon Nov 20 01:20:50 2017 +0100 Committer: Anatole Tresch <[email protected]> Committed: Mon Nov 20 01:20:50 2017 +0100 ---------------------------------------------------------------------- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/7aaf7583/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 0023a0f..b83763c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -41,7 +41,7 @@ under the License. <module>02-resolver-example</module> <module>03-injection-example</module> <module>04-events-example</module> - <module>05-spring-example</module> + <!--<module>05-spring-example</module>--> </modules> </project> \ No newline at end of file
