22<project xmlns =" http://maven.apache.org/POM/4.0.0"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+
6+ <modelVersion >4.0.0</modelVersion >
7+
58 <parent >
6- <groupId >org.springframework.boot </groupId >
7- <artifactId >spring-boot-starter -parent</artifactId >
8- <version >2.3.7.RELEASE </version > <!-- {x-version-update;org.springframework.boot: spring-boot-starter -parent;external_dependency } -->
9- <relativePath /> <!-- lookup parent from repository -- >
9+ <groupId >com.azure.spring </groupId >
10+ <artifactId >azure- spring-boot-test -parent</artifactId >
11+ <version >1.0.0 </version > <!-- {x-version-update;com.azure.spring:azure- spring-boot-test -parent;current } -->
12+ <relativePath >../azure-spring-boot-test-parent</ relativePath >
1013 </parent >
11- <modelVersion >4.0.0</modelVersion >
1214
13- <groupId >com.azure.spring</groupId >
1415 <artifactId >azure-spring-boot-test-aad-b2c</artifactId >
1516 <version >1.0.0</version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-test-b2c;current} -->
1617
2526 <groupId >org.springframework.boot</groupId >
2627 <artifactId >spring-boot-starter-web</artifactId >
2728 </dependency >
28-
2929 <dependency >
3030 <groupId >org.springframework.boot</groupId >
3131 <artifactId >spring-boot-starter-thymeleaf</artifactId >
3232 </dependency >
33-
34- <dependency >
35- <groupId >org.springframework.boot</groupId >
36- <artifactId >spring-boot-starter-test</artifactId >
37- <scope >test</scope >
38- </dependency >
39-
4033 <dependency >
4134 <groupId >org.springframework.boot</groupId >
4235 <artifactId >spring-boot-starter-security</artifactId >
4336 </dependency >
44-
4537 <dependency >
4638 <groupId >org.thymeleaf.extras</groupId >
4739 <artifactId >thymeleaf-extras-springsecurity5</artifactId >
4840 </dependency >
4941
42+ <!-- test dependencies. -->
43+ <dependency >
44+ <groupId >org.springframework.boot</groupId >
45+ <artifactId >spring-boot-starter-test</artifactId >
46+ <scope >test</scope >
47+ </dependency >
5048 <dependency >
5149 <groupId >com.azure.spring</groupId >
5250 <artifactId >azure-spring-boot-test-selenium-common</artifactId >
5553 </dependency >
5654 </dependencies >
5755
58- <properties >
59- <skipSpringITs >true</skipSpringITs >
60- </properties >
61-
62- <build >
63- <plugins >
64- <plugin >
65- <groupId >org.apache.maven.plugins</groupId >
66- <artifactId >maven-failsafe-plugin</artifactId >
67- <version >2.22.0</version > <!-- {x-version-update;org.apache.maven.plugins:maven-failsafe-plugin;external_dependency} -->
68- <configuration >
69- <skipITs >${skipSpringITs} </skipITs >
70- </configuration >
71- </plugin >
72- </plugins >
73- </build >
7456</project >
0 commit comments