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

incubator-tamaya-extensions git commit: Fixed maven build warnings

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master a6ee005b3 -> 027904978


Fixed maven build warnings

* Mockito was just copy&pasted twice in dependencyManagement section.
* LHF: adapted name to schema used in tamaya-core/sandbox


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

Branch: refs/heads/master
Commit: 0279049782808b8f91c4ef1a9ee5c406b02598b5
Parents: a6ee005
Author: Phil Ottlinger <po...@apache.org>
Authored: Thu Dec 29 23:22:35 2016 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Thu Dec 29 23:22:35 2016 +0100

----------------------------------------------------------------------
 modules/functions/pom.xml |  2 +-
 pom.xml                   | 16 +---------------
 2 files changed, 2 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/02790497/modules/functions/pom.xml
----------------------------------------------------------------------
diff --git a/modules/functions/pom.xml b/modules/functions/pom.xml
index 3d9e185..2162fc4 100644
--- a/modules/functions/pom.xml
+++ b/modules/functions/pom.xml
@@ -29,7 +29,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-functions</artifactId>
-    <name>Apache Tamaya Modules Common Functional Extensions</name>
+    <name>Apache Tamaya Modules - Common Functional Extensions</name>
     <packaging>jar</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/02790497/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d68a707..80108fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
     <version>0.3-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Apache Tamaya Extensions</name>
+    <name>Apache Tamaya Extensions - all</name>
     <description>Extension modules for Apache Tamaya</description>
     <url>https://tamaya.incubator.apache.org</url>
     <inceptionYear>2016</inceptionYear>
@@ -319,20 +319,6 @@ under the License.
             </dependency>
 
             <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>${mockito.version}</version>
-                <scope>test</scope>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.hamcrest</groupId>
-                        <artifactId>hamcrest-core</artifactId>
-                    </exclusion>
-                </exclusions>
-
-            </dependency>
-
-            <dependency>
                 <groupId>org.apache.johnzon</groupId>
                 <artifactId>johnzon-core</artifactId>
                 <version>${johnzon.version}</version>