Bladeren bron

LR、FM模型

丁云鹏 10 maanden geleden
bovenliggende
commit
e818644784
2 gewijzigde bestanden met toevoegingen van 18 en 0 verwijderingen
  1. 18 0
      recommend-server-service/pom.xml
  2. 0 0
      recommend-server-service/src/main/resources/logback.xml

+ 18 - 0
recommend-server-service/pom.xml

@@ -77,6 +77,24 @@
             <groupId>org.xm</groupId>
             <artifactId>similarity</artifactId>
             <version>1.1</version>
+            <exclusions>
+<!--                <exclusion>-->
+<!--                    <artifactId>logback-access</artifactId>-->
+<!--                    <groupId>ch.qos.logback</groupId>-->
+<!--                </exclusion>-->
+<!--                <exclusion>-->
+<!--                    <artifactId>logback-classic</artifactId>-->
+<!--                    <groupId>ch.qos.logback</groupId>-->
+<!--                </exclusion>-->
+<!--                <exclusion>-->
+<!--                    <artifactId>logback-core</artifactId>-->
+<!--                    <groupId>ch.qos.logback</groupId>-->
+<!--                </exclusion>-->
+                <exclusion>
+                    <artifactId>slf4j-api</artifactId>
+                    <groupId>org.slf4j</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>

+ 0 - 0
recommend-server-service/src/main/resources/logback-spring.xml → recommend-server-service/src/main/resources/logback.xml