diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-09-02 08:53:26 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-02 14:22:42 +0900 |
commit | d131c8644e1e1fabb47d5838cea02bb2f0110fef (patch) | |
tree | 2e974dddb9cef8cc562a3308a9c0d25751179be9 | |
parent | 52c7b4de012fdb40ddac362aca7487650a7263cd (diff) |
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 <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/tests/packet_data_generator/rebar.config | 7 |
1 files 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"}}]}. |