common-security/pom.xml

46 lines
1.3 KiB
XML
Raw Normal View History

2022-05-23 16:39:48 +02:00
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.2.0</version>
</parent>
2022-05-23 16:39:48 +02:00
<groupId>org.gcube.common</groupId>
<artifactId>common-security</artifactId>
2024-02-22 14:40:03 +01:00
<version>1.0.1-SNAPSHOT</version>
2022-05-23 16:39:48 +02:00
<name>gcube security</name>
<scm>
2022-07-27 09:29:21 +02:00
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/common-security</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/common-security</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/common-security</url>
</scm>
2023-01-19 10:55:55 +01:00
<properties>
2024-02-23 12:35:14 +01:00
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
2023-01-19 10:55:55 +01:00
</properties>
2022-05-23 16:39:48 +02:00
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>3.0.1-SNAPSHOT</version>
2022-05-23 16:39:48 +02:00
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>