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 <[email protected]> Authored: Wed Nov 22 20:43:05 2017 +0100 Committer: Phil Ottlinger <[email protected]> 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>
