File tree Expand file tree Collapse file tree
complete/src/main/resources/archetype-resources
core/src/main/resources/archetype-resources
typical/src/main/resources/archetype-resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ limitations under the License.
5353 <artifactId >learnlib-distribution</artifactId >
5454 <type >pom</type >
5555 </dependency >
56+
57+ <!-- provide an SLF4J implementation -->
58+ <dependency >
59+ <groupId >ch.qos.logback</groupId >
60+ <artifactId >logback-classic</artifactId >
61+ <scope >runtime</scope >
62+ </dependency >
5663 </dependencies >
5764
5865</project >
Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ limitations under the License.
5252 <groupId >de.learnlib</groupId >
5353 <artifactId >learnlib-api</artifactId >
5454 </dependency >
55+
56+ <!-- provide an SLF4J implementation -->
57+ <dependency >
58+ <groupId >ch.qos.logback</groupId >
59+ <artifactId >logback-classic</artifactId >
60+ <scope >runtime</scope >
61+ </dependency >
5562 </dependencies >
5663</project >
5764
Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ limitations under the License.
7777 <groupId >net.automatalib</groupId >
7878 <artifactId >automata-commons-dotutil</artifactId >
7979 </dependency >
80+
81+ <!-- provide an SLF4J implementation -->
82+ <dependency >
83+ <groupId >ch.qos.logback</groupId >
84+ <artifactId >logback-classic</artifactId >
85+ <scope >runtime</scope >
86+ </dependency >
8087 </dependencies >
8188
8289</project >
You can’t perform that action at this time.
0 commit comments