Skip to content

Commit

Permalink
Update Spring Boot, revert SchemaCrawler update
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Jun 13, 2024
1 parent 061d48e commit 991bdd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 205 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ keys.txt

/src/test/postman/production.postman_environment.json
application.log
tree.txt
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-webapp</artifactId>
<version>16.21.3.1</version>
<version>16.21.2.1</version>
<packaging>jar</packaging>

<name>SchemaCrawler Web Application</name>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.21.3</version>
<version>16.21.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-sqlite</artifactId>
<version>16.21.3</version>
<version>16.21.2</version>
</dependency>


Expand Down
201 changes: 0 additions & 201 deletions tree.txt

This file was deleted.

0 comments on commit 991bdd8

Please sign in to comment.