From 0b193b98347b5563e59492d8f57eba8f67af6d23 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 27 六月 2023 11:35:54 +0800 Subject: [PATCH] 新增题目 --- smartor/pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 50 insertions(+), 7 deletions(-) diff --git a/smartor/pom.xml b/smartor/pom.xml index 0034496..91f3996 100644 --- a/smartor/pom.xml +++ b/smartor/pom.xml @@ -2,19 +2,62 @@ <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> <parent> - <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> + <groupId>com.ruoyi</groupId> <version>3.8.5</version> </parent> + <modelVersion>4.0.0</modelVersion> <artifactId>smartor</artifactId> - <properties> - <maven.compiler.source>19</maven.compiler.source> - <maven.compiler.target>19</maven.compiler.target> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <description> + quartz瀹氭椂浠诲姟 + </description> + + <dependencies> + + + <!-- 閫氱敤宸ュ叿--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common</artifactId> + </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.6.2</version> + </dependency> + <dependency> + <groupId>cn.afterturn</groupId> + <artifactId>easypoi-spring-boot-starter</artifactId> + <version>4.4.0</version> + </dependency> + <!-- https://mvnrepository.com/artifact/com.sparkjava/spark-core --> + <dependency> + <groupId>com.sparkjava</groupId> + <artifactId>spark-core</artifactId> + <version>2.9.4</version> + </dependency> + <!-- https://mvnrepository.com/artifact/com.sparkjava/spark-template-freemarker --> + <dependency> + <groupId>com.sparkjava</groupId> + <artifactId>spark-template-freemarker</artifactId> + <version>2.7.1</version> + </dependency> + <dependency> + <groupId>com.google.zxing</groupId> + <artifactId>core</artifactId> + <version>3.5.1</version> + </dependency> + + <!-- ZXing JavaSE --> + <dependency> + <groupId>com.google.zxing</groupId> + <artifactId>javase</artifactId> + <version>3.5.1</version> + </dependency> + </dependencies> + </project> \ No newline at end of file -- Gitblit v1.9.3