Skip to content

Commit

Permalink
Exclude org.slf4j:slf4j-simple from addon (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
downdrown committed Apr 10, 2023
1 parent 9d776ce commit 0527fc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<!-- Consider limiting the dependencies to flow-server only something, but for most end users depending on vaadin-core is ok -->
<artifactId>vaadin-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
1 change: 0 additions & 1 deletion showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.14</version>
<configuration>
<scanIntervalSeconds>-1</scanIntervalSeconds>
<supportedPackagings>
<supportedPackaging>war</supportedPackaging>
</supportedPackagings>
Expand Down

0 comments on commit 0527fc5

Please sign in to comment.