Change Jboss exception To javaws 17/9417/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 30 Aug 2017 12:50:54 +0000 (05:50 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 30 Aug 2017 12:50:54 +0000 (05:50 -0700)
Replace jboss exception by a web service one

Change-Id: I386da7b8436170a337c815381d97014f445cb21a
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/test/java/org/onap/clamp/clds/model/CldsModelTest.java

index 864c924..461b3ae 100644 (file)
@@ -25,10 +25,9 @@ package org.onap.clamp.clds.model;
 
 import static org.junit.Assert.assertEquals;
 
-import org.jboss.resteasy.spi.BadRequestException;
-import org.junit.Test;
+import javax.ws.rs.BadRequestException;
 
-import org.onap.clamp.clds.model.CldsModel;
+import org.junit.Test;
 
 /**
  * Test org.onap.clamp.ClampDesigner.model.Model