Skip to content

Commit 87bc04a

Browse files
Doha2012pivovarit
authored andcommitted
minor fix (eugenp#1694)
* upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test * minor fix * fix integration test * fix integration test * minor cleanup * minor cleanup * remove log4j properties * use standard logbook.xml * remove log4j dependencies * remove commons-logging * merge * fix conflict * exclude commons-logging dependency * cleanup * minor fix * minor fix * fix dependency issues * Revert "fix dependency issues" This reverts commit 83bf1f9. * fix dependency issues * minor fix
1 parent 4c6b529 commit 87bc04a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

spring-core/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@
2424
<dependency>
2525
<groupId>org.springframework</groupId>
2626
<artifactId>spring-core</artifactId>
27-
<version>${spring.version}</version>
28-
<exclusions>
29-
<exclusion>
30-
<artifactId>commons-logging</artifactId>
31-
<groupId>commons-logging</groupId>
32-
</exclusion>
33-
</exclusions>
27+
<version>${spring.version}</version>
3428
</dependency>
3529
<dependency>
3630
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)