to make it easier to find out which versions of libraries are used to generate our packet_data.
Signed-off-by: YAMAMOTO Takashi <[email protected]> --- 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 77a6932..422e22f 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"}}]}. -- 1.8.3.1 ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
