Remove AJSC container.
[clamp.git] / src / test / java / org / onap / clamp / clds / AbstractItCase.java
index d3f6424..2903248 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP CLAMP
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights
  *                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,13 +33,12 @@ import org.springframework.test.context.ActiveProfiles;
 public abstract class AbstractItCase {
 
     @Autowired
-    protected RefProp      refProp;
+    protected RefProp refProp;
     @Autowired
     protected PolicyClient policyClient;
 
     @BeforeClass
     public static void oneTimeSetUp() {
-        System.setProperty("AJSC_CONF_HOME", System.getProperty("user.dir") + "/src/it/resources/");
         System.setProperty("CLDS_DCAE_URL", "http://localhost:13786/cl-dcae-services");
     }
 }