Skip to content

Commit 96c58ca

Browse files
committed
Add CRaC dependency
1 parent ca78200 commit 96c58ca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ repositories {
1414

1515
dependencies {
1616
implementation 'org.springframework.boot:spring-boot-starter-web'
17+
implementation 'org.crac:crac:1.4.0'
1718
testImplementation 'org.springframework.boot:spring-boot-starter-test'
1819
}
1920

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-web</artifactId>
2323
</dependency>
24+
<dependency>
25+
<groupId>org.crac</groupId>
26+
<artifactId>crac</artifactId>
27+
<version>1.4.0</version>
28+
</dependency>
2429

2530
<dependency>
2631
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)