Skip to content

Commit

Permalink
Revert "Adding type handler for hstore / Map.class"
Browse files Browse the repository at this point in the history
This reverts commit 6c025f6.
  • Loading branch information
Daniel-J-Mason committed Oct 24, 2023
1 parent 6c025f6 commit 02a5099
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'io.edpn.backend'
version = '0.0.1.8-SNAPSHOT'//TODO REMOVE DEBUGGING VERSION AND BUMP TO LATEST
version = '0.0.1-SNAPSHOT'
compileJava.options.encoding = 'UTF-8'

repositories {
Expand All @@ -24,12 +24,10 @@ repositories {

ext {
mybatisSpringBootVersion = '3.0.2'
postgresqlVersion = '42.6.0'
}

dependencies {
implementation "org.mybatis.spring.boot:mybatis-spring-boot-starter:${mybatisSpringBootVersion}"
implementation "org.postgresql:postgresql:${postgresqlVersion}"
}


Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires java.sql;
requires org.mybatis.spring;
requires org.mybatis;
requires org.postgresql.jdbc;

exports io.edpn.backend.mybatisutil;
}

0 comments on commit 02a5099

Please sign in to comment.