Skip to content

Commit

Permalink
Weld-SPI is already resolved transitively
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 26, 2013
1 parent cb19266 commit 398ace3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions impl/pom.xml
Expand Up @@ -36,10 +36,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -45,7 +45,6 @@
<version.jboss.spec>3.0.2.Final</version.jboss.spec>
<version.slf4j>1.7.2</version.slf4j>
<version.weld>2.0.3.Final</version.weld>
<version.weld.spi>2.0.SP1</version.weld.spi>
<version.junit>4.11</version.junit>
</properties>

Expand Down Expand Up @@ -102,11 +101,6 @@
</dependency>

<!-- Weld -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
<version>${version.weld.spi}</version>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
Expand Down

1 comment on commit 398ace3

@lincolnthree
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.