140 lines
No EOL
3.6 KiB
XML
140 lines
No EOL
3.6 KiB
XML
<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>
|
|
<groupId>it.acxent</groupId>
|
|
<artifactId>acxent-common</artifactId>
|
|
<version>1.0.1</version>
|
|
<description>core 43</description>
|
|
<name>Acxent Common DB</name>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.13.0</version>
|
|
<configuration>
|
|
<source>11</source>
|
|
<target>11</target>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<version>3.7.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-toolchains-plugin</artifactId>
|
|
<version>3.1.0</version>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>toolchain</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<toolchains>
|
|
<jdk>
|
|
<version>11</version>
|
|
</jdk>
|
|
</toolchains>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<repositories>
|
|
<repository>
|
|
<id>github-repo</id>
|
|
<name>GitHub Repository</name>
|
|
<url>https://maven.pkg.github.com/acolzi/repo</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>github-repo</id>
|
|
<name>GitHub acolzi Apache Maven Packages</name>
|
|
<url>https://maven.pkg.github.com/acolzi/repo</url>
|
|
</repository>
|
|
</distributionManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.stripe</groupId>
|
|
<artifactId>stripe-java</artifactId>
|
|
<version>22.29.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>it.acxent</groupId>
|
|
<artifactId>acxent-bank</artifactId>
|
|
<version>1.0.1</version>
|
|
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>it.acxent</groupId>
|
|
<artifactId>acxent-checkvat</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.api-client</groupId>
|
|
<artifactId>google-api-client</artifactId>
|
|
<version>2.2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>3.12.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.ifok.image</groupId>
|
|
<artifactId>image4j</artifactId>
|
|
<version>0.7.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>it.acxent</groupId>
|
|
<artifactId>ebaysdk-calls</artifactId>
|
|
<version>0.0.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>it.acxent</groupId>
|
|
<artifactId>ebaysdk-core</artifactId>
|
|
<version>0.0.3</version>
|
|
</dependency>
|
|
<!-- dipendenze ebay sdk 1.8-->
|
|
<dependency>
|
|
<groupId>javax.xml.ws</groupId>
|
|
<artifactId>jaxws-api</artifactId>
|
|
<version>2.3.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.xml.ws</groupId>
|
|
<artifactId>jaxws-rt</artifactId>
|
|
<version>2.3.3</version>
|
|
</dependency>
|
|
<!-- fine dipendenze ebay sdk 1.8-->
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>core</artifactId>
|
|
<version>3.5.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>javase</artifactId>
|
|
<version>3.5.2</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>it.acxent</groupId>
|
|
<artifactId>acxent-skebby</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>it.acxent</groupId>
|
|
<artifactId>acxent-core</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project> |