Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 2602957

Browse files
fix: incorrect merge
1 parent 33921ae commit 2602957

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

build.gradle

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
implementation 'javax.xml.bind:jaxb-api:2.3.1'
3838

3939
compileOnly 'org.jetbrains:annotations:20.1.0'
40+
compileOnly 'org.springframework.security:spring-security-test'
4041

4142
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4243
testImplementation 'org.springframework.security:spring-security-test'
@@ -99,17 +100,17 @@ artifacts {
99100

100101
// To specify a license in the pom:
101102
install {
102-
repositories.mavenInstaller {
103-
pom.project {
104-
licenses {
105-
license {
106-
name 'The Apache Software License, Version 2.0'
107-
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
108-
distribution 'repo'
103+
repositories.mavenInstaller {
104+
pom.project {
105+
licenses {
106+
license {
107+
name 'The Apache Software License, Version 2.0'
108+
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
109+
distribution 'repo'
110+
}
111+
}
109112
}
110-
}
111113
}
112-
}
113114
}
114115

115116
jar {

0 commit comments

Comments
 (0)