Files
tmp-sbcommon/spring-boot-parent/pom.xml

58 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<scm>
<connection>scm:git:ssh://gitea@gitea.rickrongen.nl:8789/RickRongen/tmp-sbcommon.git</connection>
<url>ssh://gitea@gitea.rickrongen.nl:8789/RickRongen/tmp-sbcommon.git</url>
<tag>HEAD</tag>
</scm>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.5</version>
<relativePath />
</parent>
<distributionManagement>
<repository>
<id>tmp</id>
<name>Test</name>
<url>file://local/Users/rickrongen/IdeaProjects/sfg-sb-common/tmp-repo</url>
<layout>default</layout>
</repository>
</distributionManagement>
<groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
<dependencies>
<!--Internal dependencies-->
<dependency>
<groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>lib-1</artifactId>
<version>1.7.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>spring-boot-common-utils</artifactId>
<version>1.7.0-SNAPSHOT</version>
</dependency>
<!--Common dependencies-->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>