| | |
| | | <artifactId>weixin-java-miniapp</artifactId> |
| | | <version>4.2.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.seleniumhq.selenium</groupId> |
| | | <artifactId>selenium-java</artifactId> |
| | | <version>3.141.59</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | |
| | |
| | | <warName>${project.artifactId}</warName> |
| | | </configuration> |
| | | </plugin> |
| | | <!-- <plugin>--> |
| | | <!-- <groupId>org.apache.maven.plugins</groupId>--> |
| | | <!-- <artifactId>maven-jar-plugin</artifactId>--> |
| | | <!-- <version>3.2.0</version>--> |
| | | <!-- <configuration>--> |
| | | <!-- <excludes>--> |
| | | <!-- <!– 排除 Font 文件夹 –>--> |
| | | <!-- <exclude>**/Font/**</exclude>--> |
| | | <!-- </excludes>--> |
| | | <!-- </configuration>--> |
| | | <!-- </plugin>--> |
| | | </plugins> |
| | | <finalName>${project.artifactId}</finalName> |
| | | </build> |