From 7daea548423dc0ed1b3550ba8706fdf5af2e990f Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Wed, 22 Jan 2014 10:02:58 -0600 Subject: [PATCH] DATACASS-73 - added the rest of the network ports to build.properties --- shared/test/resources/build.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/test/resources/build.properties b/shared/test/resources/build.properties index 94b576b8a..bd0ef161e 100644 --- a/shared/test/resources/build.properties +++ b/shared/test/resources/build.properties @@ -1,2 +1,4 @@ cassandra.native_transport_port=@cassandra.native_transport_port@ cassandra.rpc_port=@cassandra.rpc_port@ +cassandra.storage_port=@cassandra.storage_port@ +cassandra.ssl_storage_port=@cassandra.ssl_storage_port@