Skip to content

Commit

Permalink
enabling test
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioGii committed Jan 6, 2025
1 parent 611494e commit 55d4aed
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-oauth2-client:$springBootVersion"

implementation "org.springframework.session:spring-session-core:$springBootVersion"
implementation "org.springframework:spring-jdbc"
implementation "org.springframework:spring-jdbc:6.2.1"

implementation 'com.unboundid.product.scim2:scim2-sdk-client:2.3.5'
// Don't upgrade h2database
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/stirling/software/SPDF/SPDFApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
import java.util.Map;
import java.util.Properties;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.SpringApplication;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import static java.nio.file.Files.exists;
import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled
@SpringBootTest
public class SPDFApplicationIntegrationTest {

Expand Down

0 comments on commit 55d4aed

Please sign in to comment.