Fix new version of commons-configurations usage

git-svn-id: https://brutex.net/svn/xservices/trunk@193 e7e49efb-446e-492e-b9ec-fcafc1997a86
master
Brian Rosenberger 2018-08-22 09:11:19 +00:00
parent f0c1dce235
commit a8e5987e75
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,8 @@ import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlElement;
import org.apache.cxf.annotations.WSDLDocumentation;
import net.brutex.mgmt.api.xml.AnyEntity;
import net.brutex.mgmt.api.xml.Customer;
import net.brutex.mgmt.api.xml.Project;

View File

@ -69,7 +69,7 @@ public class OpenAirInfoServiceImpl implements OpenAirInfoService {
final String user = props.getString("user");
final String password = props.getString("password");
final String company = props.getString("company");
final String apikey = props.getString("apikey", "_PUT_HERE_");
final String apikey = props.getString("apikey", "9x7G49ENkLCJ81i9XZJU");
final String namespace = props.getString("namespace");
final OpenAirRestConnection con;