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 2017/11/22 19:43:22 UTC

[3/3] incubator-tamaya-sandbox git commit: TAMAYA-320: Fix build error about missing version.

TAMAYA-320: Fix build error about missing version.


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

Branch: refs/heads/master
Commit: 8034556ae7ce6c14441e7437a235ed95d7c2ceae
Parents: b331785
Author: Phil Ottlinger <po...@apache.org>
Authored: Wed Nov 22 20:43:05 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Wed Nov 22 20:43:05 2017 +0100

----------------------------------------------------------------------
 configjsr/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/8034556a/configjsr/pom.xml
----------------------------------------------------------------------
diff --git a/configjsr/pom.xml b/configjsr/pom.xml
index 28e5619..0c2feb5 100644
--- a/configjsr/pom.xml
+++ b/configjsr/pom.xml
@@ -82,6 +82,7 @@ under the License.
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
+            <version>${assertj.version}</version>
         </dependency>
         <dependency>
             <groupId>javax.config</groupId>