backend-api #6
@@ -21,8 +21,8 @@ dependencies {
 | 
				
			|||||||
	implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
 | 
						implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
 | 
				
			||||||
	implementation 'org.springframework.boot:spring-boot-starter-web'
 | 
						implementation 'org.springframework.boot:spring-boot-starter-web'
 | 
				
			||||||
	implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
 | 
						implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
 | 
				
			||||||
	implementation('org.springframework.boot:spring-boot-starter-validation')
 | 
						implementation 'org.springframework.boot:spring-boot-starter-validation'
 | 
				
			||||||
	implementation('org.springframework.boot:spring-boot-starter-data-rest')
 | 
						implementation 'org.springframework.boot:spring-boot-starter-data-rest'
 | 
				
			||||||
	implementation 'org.postgresql:postgresql'
 | 
						implementation 'org.postgresql:postgresql'
 | 
				
			||||||
	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 | 
						testImplementation 'org.springframework.boot:spring-boot-starter-test'
 | 
				
			||||||
	testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
 | 
						testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user