Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
haiphucnguyen committed Dec 1, 2024
1 parent e247cf2 commit bbb606a
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 495 deletions.
5 changes: 0 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[versions]
mapstructVersion = "1.6.2"
archunitJunit5Version = "1.3.0"
springStateMachineVersion = "4.0.0"
lombokVersion = "1.18.34"
liquibaseVersion = "4.30.0"
assertJVersion = "3.26.3"
Expand All @@ -22,9 +21,6 @@ shedlockVersion="6.0.1"
[libraries]
jhipster-framework = { module = "tech.jhipster:jhipster-framework", version.ref = "jhisterVersion" }
lombok = { module = "org.projectlombok:lombok", version.ref = "lombokVersion" }
spring-statemachine-starter = { module = "org.springframework.statemachine:spring-statemachine-starter", version.ref = "springStateMachineVersion" }
spring-statemachine-jpa = { module = "org.springframework.statemachine:spring-statemachine-data-jpa", version.ref = "springStateMachineVersion" }
spring-statemachine-test = { module = "org.springframework.statemachine:spring-statemachine-test", version.ref = "springStateMachineVersion" }
liquibase = { module = "org.liquibase:liquibase-core", version.ref = "liquibaseVersion" }
assertJ = { module = "org.assertj:assertj-core", version.ref = "assertJVersion" }
mapstruct = { module = "org.mapstruct:mapstruct", version.ref = "mapstructVersion" }
Expand All @@ -48,7 +44,6 @@ spring-boot = { id = "org.springframework.boot", version.ref = "springbootVersio
spring-dependency-management = { id = "io.spring.dependency-management", version.ref="springDependencyManagementVersion" }

[bundles]
spring-statemachine = ["spring-statemachine-starter", "spring-statemachine-jpa"]
logback = ["logback-classic"]
junit = ["junit-jupiter-api", "junit-jupiter-engine"]
mockito = ["mockito", "mockito-junit"]
Expand Down
2 changes: 0 additions & 2 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ dependencies {

implementation("org.hibernate.orm:hibernate-core")
implementation("org.hibernate.validator:hibernate-validator")
implementation(libs.bundles.spring.statemachine)
implementation(libs.liquibase)
implementation(libs.bundles.shedlock)

Expand All @@ -135,7 +134,6 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.boot:spring-boot-test")
testImplementation("org.springframework.security:spring-security-test")
testImplementation(libs.spring.statemachine.test)
testCompileOnly(libs.lombok)
testAnnotationProcessor(libs.lombok)
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bbb606a

Please sign in to comment.