diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-12-29 18:03:41 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-08-18 11:51:00 -0400 |
| commit | fdf36c0af83db4fa015794e9827ccce0aa8b5a5e (patch) | |
| tree | 63a1cb8a74a6f50167583d24b574bd423cd47e39 /pom.xml | |
| parent | 5f6acdf1119669c49490eb5b5aefb5eacc472bd2 (diff) | |
| download | pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.tar.gz pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.tar.bz2 pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.zip | |
Update; Switch to MongoDB
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 38 |
1 files changed, 24 insertions, 14 deletions
@@ -4,9 +4,31 @@ <modelVersion>4.0.0</modelVersion> <groupId>dev.submelon</groupId> <artifactId>pantry</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> + <licenses> + <license> + <name>Blue Oak Model License 1.0.0</name> + <url>https://blueoakcouncil.org/license/1.0.0</url> + <distribution>repo</distribution> + <comments>A permissive and clearly-written license</comments> + </license> + </licenses> + <developers> + <developer> + <id>kjhoerr</id> + <name>Kevin J Hoerr</name> + <email>kjhoerr@submelon.tech</email> + <url>https://submelon.dev/</url> + </developer> + </developers> + <scm> + <connection>scm:git:https://github.com/kjhoerr/pantry</connection> + <developerConnection>scm:git:https://github.com/kjhoerr/pantry</developerConnection> + <url>https://github.com/kjhoerr/pantry</url> + </scm> <properties> <compiler-plugin.version>3.8.1</compiler-plugin.version> + <lombok.version>1.18.24</lombok.version> <maven.compiler.release>11</maven.compiler.release> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> @@ -42,10 +64,6 @@ </dependency> <dependency> <groupId>io.quarkus</groupId> - <artifactId>quarkus-liquibase</artifactId> - </dependency> - <dependency> - <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-jwt</artifactId> </dependency> <dependency> @@ -54,10 +72,6 @@ </dependency> <dependency> <groupId>io.quarkus</groupId> - <artifactId>quarkus-jdbc-postgresql</artifactId> - </dependency> - <dependency> - <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> </dependency> <dependency> @@ -67,11 +81,7 @@ </dependency> <dependency> <groupId>io.quarkus</groupId> - <artifactId>quarkus-reactive-pg-client</artifactId> - </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-hibernate-orm-panache</artifactId> + <artifactId>quarkus-mongodb-panache</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> |
