1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
4 ~ directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
5 ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
8 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9 xmlns="http://maven.apache.org/POM/4.0.0"
10 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11 <modelVersion>4.0.0</modelVersion>
13 <!-- ordering follows https://maven.apache.org/developers/conventions/code.html#POM_Code_Convention -->
15 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
17 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
18 <!-- https://maven.apache.org/pom.html#Inheritance -->
20 <groupId>wtf.metio.yosql</groupId>
21 <artifactId>yosql</artifactId>
22 <version>0.0.0-SNAPSHOT</version>
25 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
27 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
29 <groupId>wtf.metio.yosql.codegen</groupId>
30 <artifactId>yosql-codegen</artifactId>
32 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
34 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
36 <name>YoSQL :: Codegen</name>
40 <groupId>wtf.metio.yosql.internals</groupId>
41 <artifactId>yosql-internals-jdk-utils</artifactId>
42 <version>${project.version}</version>
45 <groupId>wtf.metio.yosql.internals</groupId>
46 <artifactId>yosql-internals-javapoet-utils</artifactId>
47 <version>${project.version}</version>
50 <groupId>wtf.metio.yosql.models</groupId>
51 <artifactId>yosql-models-configuration</artifactId>
52 <version>${project.version}</version>
55 <groupId>wtf.metio.yosql.models</groupId>
56 <artifactId>yosql-models-immutables</artifactId>
57 <version>${project.version}</version>
61 <groupId>com.squareup</groupId>
62 <artifactId>javapoet</artifactId>
65 <groupId>wtf.metio.javapoet</groupId>
66 <artifactId>javapoet-type-guesser</artifactId>
69 <groupId>ch.qos.cal10n</groupId>
70 <artifactId>cal10n-api</artifactId>
73 <groupId>org.slf4j</groupId>
74 <artifactId>slf4j-api</artifactId>
77 <groupId>org.slf4j</groupId>
78 <artifactId>slf4j-ext</artifactId>
81 <groupId>com.fasterxml.jackson.core</groupId>
82 <artifactId>jackson-databind</artifactId>
85 <groupId>com.fasterxml.jackson.core</groupId>
86 <artifactId>jackson-core</artifactId>
89 <groupId>com.fasterxml.jackson.datatype</groupId>
90 <artifactId>jackson-datatype-jdk8</artifactId>
93 <groupId>org.jspecify</groupId>
94 <artifactId>jspecify</artifactId>
98 <groupId>wtf.metio.yosql.internals</groupId>
99 <artifactId>yosql-internals-junit5-utils</artifactId>
100 <version>${project.version}</version>
104 <groupId>wtf.metio.yosql.internals</groupId>
105 <artifactId>yosql-internals-testing-configs</artifactId>
106 <version>${project.version}</version>