فهرست منبع

Added comment to pom to explain spring-web requirement

Luke Taylor 16 سال پیش
والد
کامیت
b807f7cbdd
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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>