We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d2c70 commit 198e83fCopy full SHA for 198e83f
.gitignore
@@ -17,4 +17,5 @@ target/
17
18
.idea
19
*.iml
20
-*versionsBackup
+*versionsBackup
21
+*/local_conf/*
nutz-plugins-ngrok/pom.xml
@@ -73,6 +73,11 @@
73
<version>4.12</version>
74
<scope>test</scope>
75
</dependency>
76
+ <dependency>
77
+ <groupId>org.slf4j</groupId>
78
+ <artifactId>slf4j-log4j12</artifactId>
79
+ <version>1.7.25</version>
80
+ </dependency>
81
</dependencies>
82
<build>
83
<plugins>
0 commit comments