Skip to content

Commit

Permalink
Complete name change for -int
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 12, 2010
1 parent a41b16e commit 1bd19a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -87,7 +87,7 @@

<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-int</artifactId>
<artifactId>weld-servlet-core</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion environments/servlet/build/pom.xml
Expand Up @@ -23,7 +23,7 @@

<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-int</artifactId>
<artifactId>weld-servlet-core</artifactId>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 1bd19a3

Please sign in to comment.