Fixed a bug when handling test-dependencies: XML-mappings were ignored
[hibernate4-maven-plugin] / src / it / ignored-dependency / schema.sql
index 510de4f..9b3970f 100644 (file)
@@ -1,7 +1,6 @@
+create sequence hibernate_sequence start 1 increment 1;
 
     create table MainEntity (
         id int8 not null,
         primary key (id)
     );
-
-    create sequence hibernate_sequence;