[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOCoreBPMN / src / main / java / org / openecomp / mso / bpmn / core / CamundaDBSetup.java
@@ -1,24 +1,4 @@
-/*-
- * ============LICENSE_START=======================================================
- * OPENECOMP - MSO
- * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
- * ================================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- * ============LICENSE_END=========================================================
- */
-
-package org.openecomp.mso.bpmn.test;
+package org.openecomp.mso.bpmn.core;
 
 import java.sql.Connection;
 import java.sql.DriverManager;
@@ -55,10 +35,10 @@ public class CamundaDBSetup {
                        stmt.close();
                        stmt = null;
                        
-                       stmt = connection.prepareStatement("ALTER TABLE ACT_HI_VARINST alter column NAME_ clob");
-                       stmt.executeUpdate();
-                       stmt.close();
-                       stmt = null;
+//                     stmt = connection.prepareStatement("ALTER TABLE ACT_HI_VARINST alter column NAME_ clob");
+//                     stmt.executeUpdate();
+//                     stmt.close();
+//                     stmt = null;
 
                        stmt = connection.prepareStatement("delete from ACT_HI_DETAIL");
                        stmt.executeUpdate();
@@ -70,10 +50,10 @@ public class CamundaDBSetup {
                        stmt.close();
                        stmt = null;
 
-                       stmt = connection.prepareStatement("ALTER TABLE ACT_HI_DETAIL alter column NAME_ clob");
-                       stmt.executeUpdate();
-                       stmt.close();
-                       stmt = null;
+//                     stmt = connection.prepareStatement("ALTER TABLE ACT_HI_DETAIL alter column NAME_ clob");
+//                     stmt.executeUpdate();
+//                     stmt.close();
+//                     stmt = null;
 
                        stmt = connection.prepareStatement("ALTER TABLE ACT_RU_VARIABLE alter column TEXT_ clob");
                        stmt.executeUpdate();
@@ -105,4 +85,4 @@ public class CamundaDBSetup {
                        }
                }
        }
-}
+}
\ No newline at end of file