resource-application
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>resource-application</artifactId>
<version>6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.astrapi69</groupId>
<artifactId>resource-application</artifactId>
<version>6</version>
<packaging>pom</packaging>
<name>resource-application</name>
<description>The project that holds the spring application for save files in postgresql database</description>
<url>https://github.com/astrapi69/resource-system</url>
<organization>
<name>Alpha Ro Group UG (h.b.)</name>
<url>http://www.alpharogroup.de/</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>astrapi69</id>
<name>Asterios Raptis</name>
</developer>
</developers>
<scm>
<connection>scm:git:git:@github.com:astrapi69/resource-system.git</connection>
<developerConnection>scm:git:git:@github.com:astrapi69/resource-system.git</developerConnection>
<url>scm:git:git:@github.com:astrapi69/resource-system.git</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/astrapi69/resource-system/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>resource-entities</artifactId>
<version>6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>resource-services</artifactId>
<version>6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>resource-viewmodels</artifactId>
<version>6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>ent-core</artifactId>
<version>3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>jobj-copy</artifactId>
<version>3.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>checksum-up</artifactId>
<version>2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>throwable</artifactId>
<version>2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>file-worker</artifactId>
<version>11.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>spring-tool-extensions</artifactId>
<version>2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.9.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.9.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.19</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.5.14</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>