Bump peter-evans/create-pull-request from 3.10.0 to 3.10.1
[yosql.git] / yosql-models / yosql-models-sql / pom.xml
blobdc6b2d56071692833b9226300605583cc9432fc0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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 http://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
6   ~ in the LICENSE file.
7   -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <parent>
13         <groupId>wtf.metio.yosql.models</groupId>
14         <artifactId>yosql-models</artifactId>
15         <version>0.0.0-SNAPSHOT</version>
16     </parent>
18     <modelVersion>4.0.0</modelVersion>
20     <artifactId>yosql-models-sql</artifactId>
22     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23     <!--                               INFORMATIONS                              -->
24     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25     <!-- https://maven.apache.org/pom.html#More_Project_Information -->
26     <name>YoSQL :: Models :: SQL</name>
28     <dependencies>
29         <dependency>
30             <groupId>wtf.metio.yosql.internals</groupId>
31             <artifactId>yosql-internals-jdk-utils</artifactId>
32             <version>${project.version}</version>
33         </dependency>
34         <dependency>
35             <groupId>wtf.metio.yosql.models</groupId>
36             <artifactId>yosql-models-constants</artifactId>
37             <version>${project.version}</version>
38         </dependency>
39         <dependency>
40             <groupId>org.immutables</groupId>
41             <artifactId>value</artifactId>
42             <version>2.8.8</version>
43             <scope>provided</scope>
44         </dependency>
45     </dependencies>
46 </project>