Skip to content

Commit

Permalink
Changed weld-core dependency from provided to default scope
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroyle authored and peteroyle committed Nov 17, 2009
1 parent 6ffaf1c commit 2fdfcd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion se/hello-world/pom.xml
Expand Up @@ -54,7 +54,6 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion se/numberguess/pom.xml
Expand Up @@ -20,7 +20,6 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit 2fdfcd1

Please sign in to comment.