We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca78200 commit 96c58caCopy full SHA for 96c58ca
build.gradle
@@ -14,6 +14,7 @@ repositories {
14
15
dependencies {
16
implementation 'org.springframework.boot:spring-boot-starter-web'
17
+ implementation 'org.crac:crac:1.4.0'
18
testImplementation 'org.springframework.boot:spring-boot-starter-test'
19
}
20
pom.xml
@@ -21,6 +21,11 @@
21
<groupId>org.springframework.boot</groupId>
22
<artifactId>spring-boot-starter-web</artifactId>
23
</dependency>
24
+ <dependency>
25
+ <groupId>org.crac</groupId>
26
+ <artifactId>crac</artifactId>
27
+ <version>1.4.0</version>
28
+ </dependency>
29
30
<dependency>
31
0 commit comments