This commit is contained in:
2026-08-12 17:12:51 -03:00
parent 6d9b6514ce
commit cb703655fa
505 changed files with 901 additions and 39908 deletions
-43
View File
@@ -46,12 +46,6 @@
<artifactId>kumare-base-server-spring</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<!-- oauth -->
<dependency>
<groupId>io.kumare</groupId>
<artifactId>kumare-adapter-spring-oauthlib</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<!-- visma -->
<dependency>
<groupId>io.kumare</groupId>
@@ -59,49 +53,12 @@
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate6</artifactId>
</dependency>
<!-- security -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</dependency>
<!-- web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- jpa -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<!-- security -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>