Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 912e76c4

Přidáno uživatelem stepanekp před asi 3 roky(ů)

Tests for configurations and json parsing added

Zobrazit rozdíly:

pom.xml
50 50
			<artifactId>reflections</artifactId>
51 51
			<version>0.9.12</version>
52 52
		</dependency>
53
		<!-- jsoup HTML parser library @ https://jsoup.org/ -->
53 54
		<dependency>
54
			<!-- jsoup HTML parser library @ https://jsoup.org/ -->
55 55
			<groupId>org.jsoup</groupId>
56 56
			<artifactId>jsoup</artifactId>
57 57
			<version>1.14.3</version>
......
72 72
			<artifactId>jackson-annotations</artifactId>
73 73
			<version>2.13.2</version>
74 74
		</dependency>
75
		<!-- Junit libraries for unit tests-->
76
		<dependency>
77
			<groupId>org.junit.jupiter</groupId>
78
			<artifactId>junit-jupiter-api</artifactId>
79
			<version>5.4.0</version>
80
			<scope>test</scope>
81
		</dependency>
82
		<dependency>
83
			<groupId>org.junit.jupiter</groupId>
84
			<artifactId>junit-jupiter-engine</artifactId>
85
			<version>5.4.0</version>
86
			<scope>test</scope>
87
		</dependency>
75 88
	</dependencies>
76 89

  
77 90
	<build>
......
80 93
				<groupId>org.springframework.boot</groupId>
81 94
				<artifactId>spring-boot-maven-plugin</artifactId>
82 95
			</plugin>
96
			<plugin>
97
				<artifactId>maven-surefire-plugin</artifactId>
98
				<version>2.22.0</version>
99
				<configuration>
100
					<skipTests>false</skipTests>
101
				</configuration>
102
			</plugin>
103
			<plugin>
104
				<artifactId>maven-failsafe-plugin</artifactId>
105
				<version>2.22.0</version>
106
			</plugin>
83 107
		</plugins>
84 108
	</build>
85 109

  

Také k dispozici: Unified diff