Skip to content

Commit

Permalink
[WELD-827]; add missing slf4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Jan 14, 2011
1 parent e25e3e2 commit 8cf0873
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/se/hello-world/pom.xml
Expand Up @@ -59,6 +59,10 @@
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
4 changes: 4 additions & 0 deletions examples/se/numberguess/pom.xml
Expand Up @@ -25,6 +25,10 @@
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8cf0873

Please sign in to comment.