Explorar el Código

Added comment to pom to explain spring-web requirement

Luke Taylor hace 16 años
padre
commit
b807f7cbdd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      core/pom.xml

+ 1 - 0
core/pom.xml

@@ -36,6 +36,7 @@
             <optional>true</optional>
         </dependency>
         <dependency>
+            <!-- Required by remoting -->
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
             <optional>true</optional>