Add maven build structure
[aaf/sms.git] / sms-client / src / test / java / org / onap / aaf / sms / ClientTestRunner.java
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.onap.aaf.sms;
+
 import org.junit.runner.JUnitCore;
 import org.junit.runner.Result;
 import org.junit.runner.notification.Failure;