48 lines
2.0 KiB
XML
48 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>
|
|
<groupId>com.cip</groupId>
|
|
<artifactId>ProyectoVentaBoletos</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<packaging>jar</packaging>
|
|
<repositories>
|
|
<repository>
|
|
<id>unknown-jars-temp-repo</id>
|
|
<name>A temporary repository created by NetBeans for libraries and jars it could not identify. Please replace the dependencies in this repository with correct ones and delete this repository.</name>
|
|
<url>file:${project.basedir}/lib</url>
|
|
</repository>
|
|
</repositories>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<maven.compiler.source>20</maven.compiler.source>
|
|
<maven.compiler.target>20</maven.compiler.target>
|
|
<exec.mainClass>com.cip.proyectoventaboletos.ProyectoVentaBoletos</exec.mainClass>
|
|
</properties>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>8.0.33</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.formdev</groupId>
|
|
<artifactId>flatlaf</artifactId>
|
|
<version>3.4.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itextpdf</groupId>
|
|
<artifactId>itextpdf</artifactId>
|
|
<version>5.5.13.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.toedter</groupId>
|
|
<artifactId>jcalendar</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>unknown.binary</groupId>
|
|
<artifactId>AbsoluteLayout</artifactId>
|
|
<version>SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |