diff options
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> |
