mirror of
				https://github.com/Telecominfraproject/wlan-cloud-root.git
				synced 2025-11-04 04:27:45 +00:00 
			
		
		
		
	Compare commits
	
		
			11 Commits
		
	
	
		
			20201204-1
			...
			release/v1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					108dbc86be | ||
| 
						 | 
					08ddb7a497 | ||
| 
						 | 
					73eddc6cab | ||
| 
						 | 
					61c45fbe54 | ||
| 
						 | 
					cdd0a0cb4f | ||
| 
						 | 
					090131ae36 | ||
| 
						 | 
					9480274c77 | ||
| 
						 | 
					39bc461f7a | ||
| 
						 | 
					069b8886ab | ||
| 
						 | 
					a27907b59a | ||
| 
						 | 
					b766effd90 | 
							
								
								
									
										18
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								pom.xml
									
									
									
									
									
								
							@@ -1,23 +1,22 @@
 | 
			
		||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
			
		||||
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | 
			
		||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | 
			
		||||
	<modelVersion>4.0.0</modelVersion>
 | 
			
		||||
	<parent>
 | 
			
		||||
		<groupId>org.springframework.boot</groupId>
 | 
			
		||||
		<artifactId>spring-boot-starter-parent</artifactId>
 | 
			
		||||
		<version>2.3.0.RELEASE</version>
 | 
			
		||||
		<relativePath></relativePath>
 | 
			
		||||
		<version>2.5.12</version>
 | 
			
		||||
		<relativePath />
 | 
			
		||||
	</parent>
 | 
			
		||||
 | 
			
		||||
	<groupId>com.telecominfraproject.wlan</groupId>
 | 
			
		||||
	<artifactId>tip-wlan-cloud-root-pom</artifactId>
 | 
			
		||||
	<version>0.0.1-SNAPSHOT</version>
 | 
			
		||||
	<version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
	<packaging>pom</packaging>
 | 
			
		||||
	<name>tip-wlan-cloud-root-pom</name>
 | 
			
		||||
	<description>Place to keep all common properties, dependencies, and settings</description>
 | 
			
		||||
 | 
			
		||||
	<properties>
 | 
			
		||||
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
			
		||||
		<tip-wlan-cloud.release.version>0.0.1-SNAPSHOT</tip-wlan-cloud.release.version>
 | 
			
		||||
		<tip-wlan-cloud.release.version>1.2.0-SNAPSHOT</tip-wlan-cloud.release.version>
 | 
			
		||||
		<apache.commons.math3.version>3.6.1</apache.commons.math3.version>
 | 
			
		||||
		<seruco.base62.version>0.1.2</seruco.base62.version>
 | 
			
		||||
		<netflix.servo.version>0.12.17</netflix.servo.version>
 | 
			
		||||
@@ -51,6 +50,12 @@
 | 
			
		||||
			<artifactId>junit</artifactId>
 | 
			
		||||
			<scope>test</scope>
 | 
			
		||||
		</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>
 | 
			
		||||
			<groupId>org.springframework.boot</groupId>
 | 
			
		||||
			<artifactId>spring-boot-starter-test</artifactId>
 | 
			
		||||
@@ -219,6 +224,7 @@
 | 
			
		||||
						<testOutputDir>${project.build.directory}</testOutputDir>
 | 
			
		||||
 | 
			
		||||
					</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>
 | 
			
		||||
			</plugin>
 | 
			
		||||
		</plugins>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user