Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun authored Jan 18, 2023
1 parent f2a24d1 commit 462d01e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<version>1.18.24</version>
<scope>compile</scope>
</dependency>
<!-- json对象 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
Expand All @@ -72,7 +71,6 @@
<artifactId>sonic-driver-core</artifactId>
<version>1.1.19</version>
</dependency>
<!-- 压缩图片 -->
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
Expand All @@ -82,15 +80,14 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.10</version>
<version>7.7.1</version>
</dependency>
<!-- selenium -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
</dependency>
<!-- 解析xml -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
Expand Down Expand Up @@ -125,7 +122,6 @@
</dependency>
</dependencies>

<!-- 镜像加速 -->
<repositories>
<repository>
<id>google</id>
Expand All @@ -145,15 +141,13 @@
</repository>
</repositories>

<!-- 打包构建配置 -->
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<!-- 最终打包的jar包名,使用artifactId -->
<finalName>${project.artifactId}-${platform}</finalName>
<plugins>
<plugin>
Expand All @@ -163,4 +157,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 462d01e

Please sign in to comment.