You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/07/12 06:45:22 UTC

[GitHub] [incubator-linkis] jackxu2011 commented on a diff in pull request #2413: [ISSUE-2395]SynchronossPartHttpMessageReader should only create temp directory when needed/CVE-2022-2296

jackxu2011 commented on code in PR #2413:
URL: https://github.com/apache/incubator-linkis/pull/2413#discussion_r918513128


##########
pom.xml:
##########
@@ -811,6 +812,17 @@
                 <version>${spring.boot.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.springframework</groupId>
+                        <artifactId>spring-web</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>

Review Comment:
   这个spring web的配置无效,会被spring boot的配置覆盖, 你可以按照我在comment中写的那样,重新试一下



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org