Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 8919e1ab5 -> 8034556ae
TAMAYA-320: Add assertj version placeholder. 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/d729393f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/d729393f Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/d729393f Branch: refs/heads/master Commit: d729393ffe8d029e3f9586c87e0da10fca8437da Parents: 8919e1a Author: Phil Ottlinger <[email protected]> Authored: Wed Nov 22 20:05:06 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Wed Nov 22 20:05:06 2017 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/d729393f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ef0d1c3..5503c7d 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ under the License. <johnzon.version>1.1.4</johnzon.version> <johnzon.version>0.9-incubating</johnzon.version> <junit.version>4.12</junit.version> + <assertj.version>3.8.0</assertj.version> <!-- Dependency and plugin relate version properties go here --> <arquillian.version>1.1.7.Final</arquillian.version>
