|
|
|
|
<?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">
|
|
|
|
|
<parent>
|
|
|
|
|
<artifactId>lab-service</artifactId>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<version>2.8.1.RELEASE</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<artifactId>lab-lims</artifactId>
|
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
|
<version>${bladex.project.version}</version>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>com.e-iceblue</id>
|
|
|
|
|
<url>http://repo.e-iceblue.cn/repository/maven-public/</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>QLExpress</artifactId>
|
|
|
|
|
<version>3.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--word页码-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>e-iceblue</groupId>
|
|
|
|
|
<artifactId>spire.doc.free</artifactId>
|
|
|
|
|
<version>3.9.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--打印-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.afterturn</groupId>
|
|
|
|
|
<artifactId>easypoi-wps</artifactId>
|
|
|
|
|
<version>4.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.binarywang</groupId>
|
|
|
|
|
<artifactId>qrcode-utils</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- poi -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>ooxml-schemas</artifactId>
|
|
|
|
|
<version>1.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
<version>3.16</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<artifactId>blade-core-boot</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<artifactId>blade-starter-http</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<artifactId>blade-starter-swagger</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<artifactId>lab-lims-api</artifactId>
|
|
|
|
|
<version>${bladex.project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<artifactId>lab-system-api</artifactId>
|
|
|
|
|
<version>2.8.1.RELEASE</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<artifactId>lab-user-api</artifactId>
|
|
|
|
|
<version>2.8.1.RELEASE</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<artifactId>lab-resource-api</artifactId>
|
|
|
|
|
<version>2.8.1.RELEASE</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
|
<artifactId>lab-file-api</artifactId>
|
|
|
|
|
<version>2.8.1.RELEASE</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- word 文档生成 -->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.poi</groupId>-->
|
|
|
|
|
<!-- <artifactId>poi-ooxml</artifactId>-->
|
|
|
|
|
<!-- <version>4.1.2</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-scratchpad</artifactId>
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.ops4j.pax.logging</groupId>
|
|
|
|
|
<artifactId>pax-logging-api</artifactId>
|
|
|
|
|
<version>2.0.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--MinIO-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.minio</groupId>
|
|
|
|
|
<artifactId>minio</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--> google zxing <-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.zxing</groupId>
|
|
|
|
|
<artifactId>core</artifactId>
|
|
|
|
|
<version>3.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.zxing</groupId>
|
|
|
|
|
<artifactId>javase</artifactId>
|
|
|
|
|
<version>3.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--> thumbnailator <-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.coobird</groupId>
|
|
|
|
|
<artifactId>thumbnailator</artifactId>
|
|
|
|
|
<version>0.4.8</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.birt.runtime.3_7_1</groupId>
|
|
|
|
|
<artifactId>com.lowagie.text</artifactId>
|
|
|
|
|
<version>2.1.7</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.documents4j</groupId>
|
|
|
|
|
<artifactId>documents4j-local</artifactId>
|
|
|
|
|
<version>1.0.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.documents4j</groupId>
|
|
|
|
|
<artifactId>documents4j-transformer-msoffice-word</artifactId>
|
|
|
|
|
<version>1.0.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>sdk</groupId>
|
|
|
|
|
<artifactId>netdevice</artifactId>
|
|
|
|
|
<version>2.2.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--pdf转图片-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
|
<artifactId>fontbox</artifactId>
|
|
|
|
|
<version>2.0.9</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
|
<artifactId>pdfbox</artifactId>
|
|
|
|
|
<version>2.0.9</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
|
<version>1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--mqtt-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.paho</groupId>
|
|
|
|
|
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
|
|
|
|
|
<version>1.2.5</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.spotify</groupId>
|
|
|
|
|
<artifactId>dockerfile-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<username>${docker.username}</username>
|
|
|
|
|
<password>${docker.password}</password>
|
|
|
|
|
<repository>${docker.registry.url}/${docker.namespace}/${project.artifactId}</repository>
|
|
|
|
|
<tag>${project.version}</tag>
|
|
|
|
|
<useMavenSettingsForAuth>true</useMavenSettingsForAuth>
|
|
|
|
|
<buildArgs>
|
|
|
|
|
<JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
|
|
|
|
|
</buildArgs>
|
|
|
|
|
<skip>false</skip>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|