diff options
author | YuanHu <yuan.hu1@zte.com.cn> | 2018-04-18 10:23:59 +0800 |
---|---|---|
committer | YuanHu <yuan.hu1@zte.com.cn> | 2018-04-18 10:25:15 +0800 |
commit | 418a701da50eef5e10f39b3c5b370e6ab1b35d94 (patch) | |
tree | 74b3bc0c5d63ad6e58bdfd6fd206a8d3d4edf17b /sdc-workflow-designer-server/src/test | |
parent | dd2720b2764611aaa16e4e275da05bb78b32cf58 (diff) |
Update hibernate-validator
Update hibernate-validator from 5.4.1.Final to 5.4.2.Final for Nexus IQ reason
Issue-ID: SDC-805
Change-Id: I3da581f303cd4fe10b2b30944239df416f74c9a2
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-server/src/test')
-rw-r--r-- | sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java b/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java index 12e18531..0a154ed1 100644 --- a/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java +++ b/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java @@ -11,11 +11,8 @@ */
package org.onap.sdc.workflowdesigner;
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
-import javax.validation.constraints.NotNull;
-
-import org.hibernate.validator.constraints.NotEmpty;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
|