Skip to content

Commit

Permalink
WELD-1860 fix bundles and shaded artifacts, remove weld-core bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Mar 4, 2015
1 parent 3df7c09 commit fdce8cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
7 changes: 1 addition & 6 deletions jboss-as/pom.xml
Expand Up @@ -33,11 +33,6 @@
</properties>

<dependencies>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>${weld.update.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
Expand Down Expand Up @@ -247,7 +242,7 @@ JBOSS_HOME: ${jboss.home}
<outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
<overWriteSnapshots>true</overWriteSnapshots>
<stripVersion>true</stripVersion>
<includeArtifactIds>cdi-api,weld-api,weld-core,weld-core-impl,weld-jsf,weld-ejb,weld-jta,weld-web,weld-spi,cdi-tck-ext-lib,weld-probe-core</includeArtifactIds>
<includeArtifactIds>cdi-api,weld-api,weld-core-impl,weld-jsf,weld-ejb,weld-jta,weld-web,weld-spi,cdi-tck-ext-lib,weld-probe-core</includeArtifactIds>
</configuration>
</execution>
</executions>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -333,12 +333,6 @@
<type>pom</type>
</dependency>

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

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
Expand Down

0 comments on commit fdce8cb

Please sign in to comment.