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/03/01 17:48:00 UTC

[14/14] incubator-tamaya git commit: Fixed minor issues.

Fixed minor issues.


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

Branch: refs/heads/master
Commit: 97cfa5304e2a6bff824d4ec1c2c236653d184465
Parents: 4a08901
Author: anatole <an...@apache.org>
Authored: Tue Mar 1 17:47:21 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Tue Mar 1 17:47:21 2016 +0100

----------------------------------------------------------------------
 modules/resources/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/97cfa530/modules/resources/pom.xml
----------------------------------------------------------------------
diff --git a/modules/resources/pom.xml b/modules/resources/pom.xml
index 2ccc6f1..0c517e7 100644
--- a/modules/resources/pom.xml
+++ b/modules/resources/pom.xml
@@ -40,6 +40,12 @@ under the License.
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.tamaya</groupId>
+            <artifactId>tamaya-core</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>