Skip to content

Commit

Permalink
WELD-633 Added Optional dependency to Weld-Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen authored and pmuir committed Aug 26, 2010
1 parent f211a0e commit 9e46f63
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions environments/servlet/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
<artifactId>javassist</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-extensions</artifactId>
<optional>true</optional>
</dependency>


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions environments/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<apache.httpclient.version>3.1</apache.httpclient.version>
<junit.version>4.7</junit.version>
<htmlunit.version>2.4</htmlunit.version>
<weld.extensions.version>1.0.0-SNAPSHOT</weld.extensions.version>
</properties>

<!-- Import the BOMs -->
Expand Down Expand Up @@ -111,6 +112,13 @@
<artifactId>weld-servlet-test-base</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-extensions</artifactId>
<version>${weld.extensions.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 9e46f63

Please sign in to comment.