|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <parent> |
6 | | - <groupId>org.springframework.boot</groupId> |
7 | | - <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>2.3.3.RELEASE</version> |
9 | | - <relativePath/> |
| 6 | + <groupId>com.notebook</groupId> |
| 7 | + <artifactId>Springboot-Notebook</artifactId> |
| 8 | + <version>0.0.1-SNAPSHOT</version> |
10 | 9 | </parent> |
11 | | - <groupId>com.xiaofu.report</groupId> |
12 | 10 | <artifactId>springboot-testng-report</artifactId> |
13 | 11 | <version>0.0.1-SNAPSHOT</version> |
14 | 12 | <name>springboot-testng-report</name> |
15 | | - <description>springboot-testng-report</description> |
16 | | - |
17 | | - <properties> |
18 | | - <java.version>1.8</java.version> |
19 | | - </properties> |
20 | 13 |
|
21 | 14 | <dependencies> |
22 | | - <dependency> |
23 | | - <groupId>org.springframework.boot</groupId> |
24 | | - <artifactId>spring-boot-starter-web</artifactId> |
25 | | - </dependency> |
26 | | - |
27 | | - <dependency> |
28 | | - <groupId>org.springframework.boot</groupId> |
29 | | - <artifactId>spring-boot-starter-test</artifactId> |
30 | | - <scope>test</scope> |
31 | | - <exclusions> |
32 | | - <exclusion> |
33 | | - <groupId>org.junit.vintage</groupId> |
34 | | - <artifactId>junit-vintage-engine</artifactId> |
35 | | - </exclusion> |
36 | | - </exclusions> |
37 | | - </dependency> |
38 | 15 |
|
39 | 16 | <dependency> |
40 | 17 | <groupId>org.testng</groupId> |
|
49 | 26 | <version>3.0.6</version> |
50 | 27 | </dependency> |
51 | 28 |
|
52 | | - <dependency> |
53 | | - <groupId>org.projectlombok</groupId> |
54 | | - <artifactId>lombok</artifactId> |
55 | | - <version>1.16.18</version> |
56 | | - <scope>provided</scope> |
57 | | - </dependency> |
58 | | - |
59 | | - <dependency> |
60 | | - <groupId>com.alibaba</groupId> |
61 | | - <artifactId>fastjson</artifactId> |
62 | | - <version>1.2.49</version> |
63 | | - </dependency> |
64 | | - |
65 | 29 | </dependencies> |
66 | 30 |
|
67 | 31 | <build> |
|
0 commit comments