From d131c8644e1e1fabb47d5838cea02bb2f0110fef Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 2 Sep 2013 08:53:26 +0900 Subject: packet_data_generator: be specific about versions of dependencies to make it easier to find out which versions of libraries are used to generate our packet_data. Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/tests/packet_data_generator/rebar.config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config index 77a6932e..422e22fd 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -17,8 +17,7 @@ {deps, [{of_protocol, ".*", {git, "https://github.com/FlowForwarding/of_protocol.git", - {branch, "master"}} - }, + "5d6a938bcac91d03e4542845bc014a271bab363a"}}, {flower, ".*", - {git, "http://github.com/travelping/flower.git", {branch, "master"}}} -]}. + {git, "http://github.com/travelping/flower.git", + "d783d8f722cb1eb2fa598d4521b309cfcc703fdb"}}]}. -- cgit v1.2.3