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 c61ac51 commit 9def765Copy full SHA for 9def765
core-java/pom.xml
@@ -121,11 +121,6 @@
121
<artifactId>jmh-generator-annprocess</artifactId>
122
<version>${jmh-generator-annprocess.version}</version>
123
</dependency>
124
- <dependency>
125
- <groupId>org.springframework</groupId>
126
- <artifactId>spring-web</artifactId>
127
- <version>${springframework.spring-web.version}</version>
128
- </dependency>
129
<dependency>
130
<groupId>com.h2database</groupId>
131
<artifactId>h2</artifactId>
@@ -500,7 +495,6 @@
500
495
501
496
<!-- maven plugins -->
502
497
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
503
- <springframework.spring-web.version>4.3.4.RELEASE</springframework.spring-web.version>
504
498
505
499
<javamoney.moneta.version>1.1</javamoney.moneta.version>
506
<h2database.version>1.4.197</h2database.version>
0 commit comments