mirror of
				https://github.com/Telecominfraproject/wlan-cloud-root.git
				synced 2025-11-04 04:27:45 +00:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			master
			...
			release/v1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					108dbc86be | ||
| 
						 | 
					08ddb7a497 | ||
| 
						 | 
					73eddc6cab | ||
| 
						 | 
					61c45fbe54 | 
							
								
								
									
										9
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								pom.xml
									
									
									
									
									
								
							@@ -3,7 +3,7 @@
 | 
				
			|||||||
	<parent>
 | 
						<parent>
 | 
				
			||||||
		<groupId>org.springframework.boot</groupId>
 | 
							<groupId>org.springframework.boot</groupId>
 | 
				
			||||||
		<artifactId>spring-boot-starter-parent</artifactId>
 | 
							<artifactId>spring-boot-starter-parent</artifactId>
 | 
				
			||||||
		<version>2.3.12.RELEASE</version>
 | 
							<version>2.5.12</version>
 | 
				
			||||||
		<relativePath />
 | 
							<relativePath />
 | 
				
			||||||
	</parent>
 | 
						</parent>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -50,6 +50,12 @@
 | 
				
			|||||||
			<artifactId>junit</artifactId>
 | 
								<artifactId>junit</artifactId>
 | 
				
			||||||
			<scope>test</scope>
 | 
								<scope>test</scope>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
 | 
							<!-- needed so that tests that are written in the Junit4 can be picked up by the test runner for the Junit5 in eclipse -->
 | 
				
			||||||
 | 
							<dependency>
 | 
				
			||||||
 | 
								<groupId>org.junit.vintage</groupId>
 | 
				
			||||||
 | 
								<artifactId>junit-vintage-engine</artifactId>
 | 
				
			||||||
 | 
								<scope>test</scope>
 | 
				
			||||||
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.springframework.boot</groupId>
 | 
								<groupId>org.springframework.boot</groupId>
 | 
				
			||||||
			<artifactId>spring-boot-starter-test</artifactId>
 | 
								<artifactId>spring-boot-starter-test</artifactId>
 | 
				
			||||||
@@ -218,6 +224,7 @@
 | 
				
			|||||||
						<testOutputDir>${project.build.directory}</testOutputDir>
 | 
											<testOutputDir>${project.build.directory}</testOutputDir>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					</systemPropertyVariables>
 | 
										</systemPropertyVariables>
 | 
				
			||||||
 | 
					                                        <argLine>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED</argLine>
 | 
				
			||||||
				</configuration>
 | 
									</configuration>
 | 
				
			||||||
			</plugin>
 | 
								</plugin>
 | 
				
			||||||
		</plugins>
 | 
							</plugins>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user