vtl-launcher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-launcher</artifactId>
<version>1.0.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2020, Bank Of Italy
Licensed under the EUPL, Version 1.2 (the "License");
You may not use this work except in compliance with the
License.
You may obtain a copy of the License at:
https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt
Unless required by applicable law or agreed to in
writing, software distributed under the License is
distributed on an "AS IS" basis,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
express or implied.
See the License for the specific language governing
permissions and limitations under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-launcher</artifactId>
<version>1.0.6</version>
<name>vtl-launcher</name>
<description>VTL dependency aggregator, for testing purposes</description>
<url>https://vpinna80.github.io/VTL/vtl-launcher</url>
<licenses>
<license>
<name>European Union Public Licence v1.2 (EUPL)</name>
<url>https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Attilio Mattiocco</name>
<email>attilio.mattiocco@bancaditalia.it</email>
<organization>Banca d'Italia</organization>
<organizationUrl>http://www.bancaditalia.it/</organizationUrl>
</developer>
<developer>
<name>Valentino Pinna</name>
<email>valentino.pinna@bancaditalia.it</email>
<organization>Banca d'Italia</organization>
<organizationUrl>http://www.bancaditalia.it/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/vpinna80/VTL.git/vtl-launcher</connection>
<developerConnection>scm:git:https://github.com/vpinna80/VTL.git/vtl-launcher</developerConnection>
<url>https://github.com/vpinna80/VTL/vtl-launcher</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/vpinna80/VTL/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<site>
<id>site</id>
<url>https://vpinna80.github.io/VTL/vtl-launcher</url>
</site>
</distributionManagement>
<properties>
<sdmx.version>2.3.3</sdmx.version>
<site-url>https://vpinna80.github.io/VTL</site-url>
<maven.compiler.source>1.8</maven.compiler.source>
<antlr4.version>4.7.2</antlr4.version>
<spring.boot.version>2.3.2.RELEASE</spring.boot.version>
<jetty.version>9.4.31.v20200723</jetty.version>
<mockito.version>3.5.7</mockito.version>
<build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
<scm-url>https://github.com/vpinna80/VTL</scm-url>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<revision>1.0.6</revision>
<maven.compiler.target>1.8</maven.compiler.target>
<junit-jupiter.version>5.6.1</junit-jupiter.version>
<slf4j.version>1.7.26</slf4j.version>
<node.version>v10.20.1</node.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j.version>2.13.3</log4j.version>
<junit.version>5.6.1</junit.version>
<license-url>https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt</license-url>
</properties>
<dependencies>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-api</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-types</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-confman</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-engine</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-envs</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-domains</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-session</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
<artifactId>vtl-transform</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.26</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>