Add condition to reset content-type only if it isd not already set
Polish some of the POMs to address missing dependencies Temporary disconnect gcp background sample until errors are fixed
This commit is contained in:
@@ -59,7 +59,7 @@ final public class LocalServerTestSupport {
|
||||
|
||||
private static final String SERVER_READY_STRING = "Started ServerConnector";
|
||||
|
||||
private static AtomicInteger nextPort = new AtomicInteger(8080);
|
||||
private static AtomicInteger nextPort = new AtomicInteger(55555);
|
||||
|
||||
private LocalServerTestSupport() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user