Added comment to pom to explain spring-web requirement
This commit is contained in:
parent
972cd0a53c
commit
b807f7cbdd
|
@ -36,6 +36,7 @@
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
<!-- Required by remoting -->
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-web</artifactId>
|
<artifactId>spring-web</artifactId>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
|
|
Loading…
Reference in New Issue