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 2017/11/20 00:02:25 UTC

incubator-tamaya-extensions git commit: TAMAYA-318 Removed Spring parent pom dep.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 3fcb6b565 -> 55ad311ee


TAMAYA-318 Removed Spring parent pom dep.


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/55ad311e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/55ad311e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/55ad311e

Branch: refs/heads/master
Commit: 55ad311ee1c9fcd62951b49528be4fe195ee95f2
Parents: 3fcb6b5
Author: Anatole Tresch <an...@apache.org>
Authored: Mon Nov 20 01:02:16 2017 +0100
Committer: Anatole Tresch <an...@apache.org>
Committed: Mon Nov 20 01:02:16 2017 +0100

----------------------------------------------------------------------
 examples/05-spring-example/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/55ad311e/examples/05-spring-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/05-spring-example/pom.xml b/examples/05-spring-example/pom.xml
index 060d16e..c15ae23 100644
--- a/examples/05-spring-example/pom.xml
+++ b/examples/05-spring-example/pom.xml
@@ -47,12 +47,6 @@ under the License.
     <dependencies>
         <dependency>
             <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-parent</artifactId>
-            <version>${spring.boot.version}</version>
-            <type>pom</type>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
             <version>${spring.boot.version}</version>
         </dependency>
@@ -61,11 +55,6 @@ under the License.
             <artifactId>spring-boot-starter-freemarker</artifactId>
             <version>${spring.boot.version}</version>
         </dependency>
-        <!--<dependency>-->
-            <!--<groupId>org.apache.tamaya.ext</groupId>-->
-            <!--<artifactId>tamaya-mutable-config</artifactId>-->
-            <!--<version>${tamaya-apicore.version}</version>-->
-        <!--</dependency>-->
         <dependency>
             <groupId>org.apache.tamaya</groupId>
             <artifactId>tamaya-core</artifactId>
@@ -76,11 +65,6 @@ under the License.
             <artifactId>tamaya-events</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!--<dependency>-->
-            <!--<groupId>org.apache.tamaya.ext</groupId>-->
-            <!--<artifactId>tamaya-etcd_beta</artifactId>-->
-            <!--<version>${project.version}</version>-->
-        <!--</dependency>-->
         <dependency>
             <groupId>org.apache.tamaya.ext</groupId>
             <artifactId>tamaya-spring</artifactId>