611 lines
23 KiB
XML
611 lines
23 KiB
XML
<?xml version="1.0"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.primefaces</groupId>
|
|
<artifactId>Triz</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<packaging>war</packaging>
|
|
<name>Triz</name>
|
|
|
|
<properties>
|
|
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<java.version>16</java.version>
|
|
<servlet.version>3.1.0</servlet.version>
|
|
<jsf.version>2.2.15</jsf.version>
|
|
<primefaces.version>13.0.2</primefaces.version>
|
|
<spring.version>4.3.30.RELEASE</spring.version>
|
|
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>
|
|
<owb.version>2.0.27</owb.version>
|
|
<open-pdf.version>1.3.24</open-pdf.version>
|
|
<poi.version>5.0.0</poi.version>
|
|
<jetty.version>9.4.48.v20220622</jetty.version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.primefaces</groupId>
|
|
<artifactId>primefaces</artifactId>
|
|
<version>13.0.2</version>
|
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/org.primefaces.extensions/primefaces-extensions -->
|
|
<dependency>
|
|
<groupId>org.primefaces.extensions</groupId>
|
|
<artifactId>primefaces-extensions</artifactId>
|
|
<version>13.0.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.el</groupId>
|
|
<artifactId>javax.el-api</artifactId>
|
|
<version>3.0.0</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
<version>4.0.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.faces</groupId>
|
|
<artifactId>jsf-api</artifactId>
|
|
<version>2.2.15</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.faces</groupId>
|
|
<artifactId>jsf-impl</artifactId>
|
|
<version>2.2.15</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
|
<artifactId>jersey-container-servlet</artifactId>
|
|
<version>2.29.1</version>
|
|
</dependency>
|
|
<!-- Required only when you are using JAX-RS Client -->
|
|
<dependency>
|
|
<groupId>org.glassfish.jersey.inject</groupId>
|
|
<artifactId>jersey-hk2</artifactId>
|
|
<version>2.29.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
<artifactId>jersey-media-multipart</artifactId>
|
|
<version>2.31</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.mail</groupId>
|
|
<artifactId>mailapi</artifactId>
|
|
<version>1.5.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.mail</groupId>
|
|
<artifactId>smtp</artifactId>
|
|
<version>1.5.5</version>
|
|
</dependency>
|
|
|
|
<!-- CDI required APIs -->
|
|
<!-- <dependency>
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
<artifactId>geronimo-atinject_1.0_spec</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
|
|
<version>1.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
<artifactId>geronimo-interceptor_1.2_spec</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
<artifactId>geronimo-annotation_1.3_spec</artifactId>
|
|
<version>1.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
<artifactId>geronimo-validation_2.0_spec</artifactId>
|
|
<version>1.1</version>
|
|
</dependency> -->
|
|
<!-- CDI Impl -->
|
|
<!--<dependency>
|
|
<groupId>org.apache.openwebbeans</groupId>
|
|
<artifactId>openwebbeans-impl</artifactId>
|
|
<version>${owb.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.openwebbeans</groupId>
|
|
<artifactId>openwebbeans-jsf</artifactId>
|
|
<version>${owb.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.openwebbeans</groupId>
|
|
<artifactId>openwebbeans-web</artifactId>
|
|
<version>${owb.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.openwebbeans</groupId>
|
|
<artifactId>openwebbeans-el22</artifactId>
|
|
<version>${owb.version}</version>
|
|
</dependency>-->
|
|
<!-- Export Demo Impl -->
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi</artifactId>
|
|
<version>${poi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
<version>${poi.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
<artifactId>batik-all</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>de.rototor.pdfbox</groupId>
|
|
<artifactId>graphics2d</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.apache.santuario</groupId>
|
|
<artifactId>xmlsec</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bouncycastle</groupId>
|
|
<artifactId>bcpkix-jdk15on</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.github.virtuald</groupId>
|
|
<artifactId>curvesapi</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bouncycastle</groupId>
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.librepdf</groupId>
|
|
<artifactId>openpdf</artifactId>
|
|
<version>${open-pdf.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.persistence</groupId>
|
|
<artifactId>jakarta.persistence</artifactId>
|
|
<version>2.2.3</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
<artifactId>jakarta.xml.bind-api</artifactId>
|
|
<version>2.3.3</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-beans</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-config</artifactId>
|
|
<version>3.2.4.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-core</artifactId>
|
|
<version>3.2.4.RELEASE</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-webmvc</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-web</artifactId>
|
|
<version>3.2.4.RELEASE</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-aop</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-aspects</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-jdbc</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-jms</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-core</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-expression</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-instrument</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-instrument-tomcat</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-context</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-context-support</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-taglibs</artifactId>
|
|
<version>3.2.4.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.webflow</groupId>
|
|
<artifactId>spring-faces</artifactId>
|
|
<version>2.5.0.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-orm</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-oxm</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId >org.springframework</groupId>
|
|
<artifactId>spring-test</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-tx</artifactId>
|
|
<version>4.3.30.RELEASE</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-pool</groupId>
|
|
<artifactId>commons-pool</artifactId>
|
|
<version>1.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-dbcp</groupId>
|
|
<artifactId>commons-dbcp</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-core</artifactId>
|
|
<version>5.4.15.Final</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate.common</groupId>
|
|
<artifactId>hibernate-commons-annotations</artifactId>
|
|
<version>5.1.0.Final</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-entitymanager</artifactId>
|
|
<version>5.4.15.Final</version>
|
|
<!-- will come with Hibernate core-->
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate.javax.persistence</groupId>
|
|
<artifactId>hibernate-jpa-2.1-api</artifactId>
|
|
<version>1.0.2.Final</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.v-ladynev</groupId>
|
|
<artifactId>fluent-hibernate-core</artifactId>
|
|
<version>0.3.1</version>
|
|
</dependency>
|
|
<!--sqlJDBC-->
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
|
<dependency>
|
|
<groupId>org.postgresql</groupId>
|
|
<artifactId>postgresql</artifactId>
|
|
<version>42.7.5</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>5.1.38</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.validation</groupId>
|
|
<artifactId>validation-api</artifactId>
|
|
<version>2.0.1.Final</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.annotation</groupId>
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
<version>1.3.2</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.inject</groupId>
|
|
<artifactId>javax.inject</artifactId>
|
|
<version>1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>servlet-api</artifactId>
|
|
<version>2.5</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.itextpdf</groupId>
|
|
<artifactId>kernel</artifactId>
|
|
<version>7.1.15</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itextpdf</groupId>
|
|
<artifactId>layout</artifactId>
|
|
<version>7.1.15</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itextpdf</groupId>
|
|
<artifactId>itextpdf</artifactId>
|
|
<version>5.5.13.2</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.lowagie</groupId>
|
|
<artifactId>itext</artifactId>
|
|
<version>2.1.7</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
<artifactId>jasperreports</artifactId>
|
|
<version>6.20.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.aspose</groupId>
|
|
<artifactId>aspose-cells</artifactId>
|
|
<version>23.10</version>
|
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/e-iceblue/spire.xls.free -->
|
|
|
|
<dependency>
|
|
<groupId>e-iceblue</groupId>
|
|
<artifactId>spire.xls.free</artifactId>
|
|
<version>2.2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.glxn</groupId>
|
|
<artifactId>qrgen</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>net.sf.barcode4j</groupId>
|
|
<artifactId>barcode4j-light</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
<!--<repositories>
|
|
<repository>
|
|
<id>prime-repo</id>
|
|
<name>PrimeFaces Maven Repository</name>
|
|
<url>http://repository.primefaces.org</url>
|
|
</repository>
|
|
</repositories>-->
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>AsposeJavaAPI</id>
|
|
|
|
<name>Aspose Java API</name>
|
|
|
|
<url>https://releases.aspose.com/java/repo/</url>
|
|
|
|
</repository>
|
|
|
|
|
|
</repositories>
|
|
<build>
|
|
<resources>
|
|
<resource>
|
|
<directory>src/main/resources</directory>
|
|
<filtering>true</filtering>
|
|
</resource>
|
|
<resource>
|
|
<directory>${basedir}/src/main/webapp/WEB-INF</directory>
|
|
<includes>
|
|
<include>web.xml</include>
|
|
</includes>
|
|
<filtering>true</filtering>
|
|
<targetPath>${project.build.directory}</targetPath>
|
|
</resource>
|
|
</resources>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.6.0</version>
|
|
<configuration>
|
|
<release>16</release>
|
|
<source>16</source>
|
|
<target>16</target>
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
<compilerArguments>
|
|
<endorseddirs>${endorsed.dir}</endorseddirs>
|
|
</compilerArguments>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
<version>${jetty.version}</version>
|
|
<configuration>
|
|
<webAppConfig>
|
|
<contextPath>/ultima</contextPath>
|
|
</webAppConfig>
|
|
<scanIntervalSeconds>5</scanIntervalSeconds>
|
|
<webXml>${project.build.directory}/web.xml</webXml>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>3.1.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
<version>3.3.0</version>
|
|
<configuration>
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<version>3.3.0</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>validate</phase>
|
|
<goals>
|
|
<goal>copy</goal>
|
|
</goals>
|
|
<configuration>
|
|
<outputDirectory>${endorsed.dir}</outputDirectory>
|
|
<silent>true</silent>
|
|
<artifactItems>
|
|
<artifactItem>
|
|
<groupId>javax</groupId>
|
|
<artifactId>javaee-endorsed-api</artifactId>
|
|
<version>7.0</version>
|
|
<type>jar</type>
|
|
</artifactItem>
|
|
</artifactItems>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.flywaydb</groupId>
|
|
<artifactId>flyway-maven-plugin</artifactId>
|
|
<version>9.20.0</version>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<profiles>
|
|
<profile>
|
|
<id>distribute</id>
|
|
<properties>
|
|
<packaging.type>jar</packaging.type>
|
|
</properties>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<version>3.6.0</version>
|
|
<executions>
|
|
<execution>
|
|
<id>build-theme</id>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>single</goal>
|
|
</goals>
|
|
<configuration>
|
|
<descriptors>
|
|
<descriptor>src/assemble/theme.xml</descriptor>
|
|
</descriptors>
|
|
<finalName>${project.name}-theme-${project.version}</finalName>
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</profile>
|
|
<profile>
|
|
<id>deploy</id>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
<version>3.3.0</version>
|
|
<configuration>
|
|
<webResources>
|
|
<resource>
|
|
<filtering>true</filtering>
|
|
<directory>src/main/webapp</directory>
|
|
<includes>
|
|
<include>**/web.xml</include>
|
|
</includes>
|
|
</resource>
|
|
</webResources>
|
|
<warSourceDirectory>src/main/webapp</warSourceDirectory>
|
|
<webXml>${project.build.directory}/web.xml</webXml>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</profile>
|
|
</profiles>
|
|
</project> |