You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/09/16 22:03:35 UTC

[25/50] [abbrv] incubator-tamaya-extensions git commit: Fixed some Maven warnings related to the build configuration.

Fixed some Maven warnings related to the build configuration.


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

Branch: refs/heads/master
Commit: cc1b41b10848e3c68ef0693859cbc02f93a9ac3b
Parents: c9ff0a1
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Tue May 24 23:06:14 2016 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue May 24 23:06:14 2016 +0200

----------------------------------------------------------------------
 integration/karaf/pom.xml | 18 +-----------------
 ui/pom.xml                |  4 +++-
 2 files changed, 4 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/cc1b41b1/integration/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/integration/karaf/pom.xml b/integration/karaf/pom.xml
index b03f687..9c23459 100644
--- a/integration/karaf/pom.xml
+++ b/integration/karaf/pom.xml
@@ -190,14 +190,6 @@ under the License.
 
         <dependency>
             <groupId>org.apache.tamaya.ext</groupId>
-            <artifactId>tamaya-spisupport</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tamaya.ext</groupId>
             <artifactId>tamaya-yaml</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
@@ -251,14 +243,6 @@ under the License.
             <type>xml</type>
             <version>${project.version}</version>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.tamaya.ext</groupId>
-            <artifactId>tamaya-spring</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-            <version>${project.version}</version>
-        </dependency>
     </dependencies>
     <build>
         <plugins>
@@ -271,4 +255,4 @@ under the License.
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/cc1b41b1/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index 2ddb704..6dd3f89 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -183,7 +183,9 @@ under the License.
             </plugin>
 
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
+                <version>2.4.1</version>
                 <configuration>
                     <createDependencyReducedPom>true</createDependencyReducedPom>
                     <filters>
@@ -235,4 +237,4 @@ under the License.
         </repository>
     </repositories>
 
-</project>
\ No newline at end of file
+</project>