weiximei vor 6 Jahren
Ursprung
Commit
36b88d9e4f
2 geänderte Dateien mit 15 neuen und 16 gelöschten Zeilen
  1. 1
    0
      CODE/smart-community/.gitignore
  2. 14
    16
      CODE/smart-community/zuul/pom.xml

+ 1
- 0
CODE/smart-community/.gitignore Datei anzeigen

@@ -15,6 +15,7 @@
15 15
 *.iws
16 16
 *.iml
17 17
 *.ipr
18
+/target/
18 19
 
19 20
 ### NetBeans ###
20 21
 /nbproject/private/

+ 14
- 16
CODE/smart-community/zuul/pom.xml Datei anzeigen

@@ -94,22 +94,20 @@
94 94
             <scope>provided</scope>
95 95
         </dependency>
96 96
 
97
-        <!-- logback -->
98
-        <dependency>
99
-            <groupId>ch.qos.logback</groupId>
100
-            <artifactId>logback-core</artifactId>
101
-            <version>${logback.version}</version>
102
-        </dependency>
103
-        <dependency>
104
-            <groupId>ch.qos.logback</groupId>
105
-            <artifactId>logback-classic</artifactId>
106
-            <version>${logback.version}</version>
107
-        </dependency>
108
-        <dependency>
109
-            <groupId>ch.qos.logback</groupId>
110
-            <artifactId>logback-access</artifactId>
111
-            <version>${logback.access.version}</version>
112
-        </dependency>
97
+		<!-- log4j -->
98
+		<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
99
+		<dependency>
100
+			<groupId>org.apache.logging.log4j</groupId>
101
+			<artifactId>log4j-core</artifactId>
102
+			<version>2.11.1</version>
103
+		</dependency>
104
+		<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
105
+		<dependency>
106
+			<groupId>org.apache.logging.log4j</groupId>
107
+			<artifactId>log4j-api</artifactId>
108
+			<version>2.11.1</version>
109
+		</dependency>
110
+
113 111
         <dependency>
114 112
             <groupId>commons-logging</groupId>
115 113
             <artifactId>commons-logging</artifactId>