Projekt

Obecné

Profil

« Předchozí | Další » 

Revize d60d25d0

Přidáno uživatelem Jiri Trefil před asi 2 roky(ů)

#10244 završení implementace service a controllerů. Sepsány jednotkové testy.

Zobrazit rozdíly:

pom.xml
93 93
		</dependency>
94 94

  
95 95

  
96

  
97

  
96 98
		<!-- Junit libraries for unit tests-->
97 99
		<dependency>
98 100
			<groupId>org.junit.jupiter</groupId>
......
122 124
			<version>5.2.0</version>
123 125
			<scope>test</scope>
124 126
		</dependency>
127
		<!-- Spring TESTING -->
128
		<dependency>
129
			<groupId>org.springframework.security</groupId>
130
			<artifactId>spring-security-test</artifactId>
131
			<scope>test</scope>
132
		</dependency>
125 133

  
126 134
	</dependencies>
127 135

  

Také k dispozici: Unified diff