Browse Source

Removed liquibase

apg 2 weeks ago
parent
commit
2f35b6efbb
2 changed files with 0 additions and 40 deletions
  1. 0 28
      pom.xml
  2. 0 12
      src/main/resources/liquibase.properties

+ 0 - 28
pom.xml

@@ -116,26 +116,10 @@
             <scope>test</scope>
         </dependency>
 
-        <!-- https://mvnrepository.com/artifact/org.liquibase.ext/liquibase-hibernate6 -->
-        <dependency>
-            <groupId>org.liquibase.ext</groupId>
-            <artifactId>liquibase-hibernate6</artifactId>
-            <version>5.0.1</version>
-            <scope>runtime</scope>
-        </dependency>
-
-
     </dependencies>
     <build>
 
         <plugins>
-
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <version>3.4.5</version>
-            </plugin>
-
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
@@ -170,18 +154,6 @@
                 </dependencies>
             </plugin>
 
-            <plugin>
-                <groupId>org.liquibase</groupId>
-                <artifactId>liquibase-maven-plugin</artifactId>
-                <version>4.31.1</version>
-                <configuration>
-                    <changeLogFile>src/main/resources/db/changelog/master.xml</changeLogFile>
-                    <outputChangeLogFile>src/main/resources/db/changelog/migration/1.0_init.postgresql.sql
-                    </outputChangeLogFile>
-                    <propertyFile>src/main/resources/liquibase.properties</propertyFile>
-                </configuration>
-            </plugin>
-
         </plugins>
     </build>
 

+ 0 - 12
src/main/resources/liquibase.properties

@@ -1,12 +0,0 @@
-#changeLogFile: src/main/resources/db/changelog/master.xml
-logging: debug
-
-url: jdbc:mariadb://git.carricksoftware.co.uk:3306/grants_uat
-
-username: apg
-password: sjkis27
-
-
-# generate "virtual db" out of hibernate entities
-#referenceUrl=hibernate:spring:com.zack.example.entity?dialect=org.hibernate.dialect
-#referenceDriver=liquibase.ext.hibernate.database.connection.HibernateDriver