moved from gitlab

This commit is contained in:
Jörg Henke
2026-01-14 15:08:00 +01:00
parent 887e8400e4
commit 419bb1f89d
630 changed files with 5176 additions and 1 deletions

Binary file not shown.

View File

@@ -0,0 +1 @@
d225f7b58a97f001b884bd4120f7131e

View File

@@ -0,0 +1 @@
35fd450cbfca6f047c1815d9ccb82dddc2cd4943

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.jottyfan</groupId>
<artifactId>carjooq</artifactId>
<version>0.0.1</version>
<dependencies>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>3.13.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

View File

@@ -0,0 +1 @@
2fb2583254c3fde722b35d7cbee51616

View File

@@ -0,0 +1 @@
9c728e4b755a5468fc1f152a2dfed63ac9282ebe