Skip to content

Commit

Permalink
JBoss Logging dep exclusion and stick to a maven bundle plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz authored and maniksurtani committed Jul 27, 2011
1 parent 8be95d3 commit 6e8ce92
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 2 deletions.
1 change: 1 addition & 0 deletions cachestore/bdbje/pom.xml
Expand Up @@ -49,6 +49,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions cachestore/cassandra/pom.xml
Expand Up @@ -79,6 +79,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions cachestore/cloud/pom.xml
Expand Up @@ -105,6 +105,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions cachestore/jdbc/pom.xml
Expand Up @@ -65,6 +65,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions cachestore/jdbm/pom.xml
Expand Up @@ -62,6 +62,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions cachestore/remote/pom.xml
Expand Up @@ -71,6 +71,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions cdi/pom.xml
Expand Up @@ -122,6 +122,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions client/hotrod-client/pom.xml
Expand Up @@ -98,6 +98,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions lucene-directory/pom.xml
Expand Up @@ -96,6 +96,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
19 changes: 17 additions & 2 deletions parent/pom.xml
Expand Up @@ -106,7 +106,7 @@
<version.c3p0>0.9.1.2</version.c3p0>
<version.cassandra>0.8.0</version.cassandra>
<version.cassandra.pool>0.8.1</version.cassandra.pool>
<version.cdi>1.0-SP4</version.cdi>
<version.cdi>1.0-SP4</version.cdi>
<version.com.intellij.forms_rt>6.0.5</version.com.intellij.forms_rt>
<version.commons.compress>1.0</version.commons.compress>
<version.commons.pool>1.5.4</version.commons.pool>
Expand Down Expand Up @@ -162,6 +162,9 @@
<version.xsom>20081112</version.xsom>
<version.xstream>1.3.1</version.xstream>
<version.javassist>3.12.1.GA</version.javassist>

<!-- Maven dependencies -->
<version.maven.bundle>2.3.5</version.maven.bundle>
</properties>

<dependencies>
Expand Down Expand Up @@ -208,6 +211,18 @@
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-generator</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-core</artifactId>
Expand Down Expand Up @@ -744,7 +759,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.0.1</version>
<version>${version.maven.bundle}</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
1 change: 1 addition & 0 deletions query/pom.xml
Expand Up @@ -87,6 +87,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions server/core/pom.xml
Expand Up @@ -94,6 +94,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions server/hotrod/pom.xml
Expand Up @@ -90,6 +90,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions server/memcached/pom.xml
Expand Up @@ -90,6 +90,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions server/websocket/pom.xml
Expand Up @@ -57,6 +57,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions spring/pom.xml
Expand Up @@ -246,6 +246,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions tools/pom.xml
Expand Up @@ -99,6 +99,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down
1 change: 1 addition & 0 deletions tree/pom.xml
Expand Up @@ -62,6 +62,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.maven.bundle}</version>
<configuration>
<instructions>
<Export-Package>
Expand Down

0 comments on commit 6e8ce92

Please sign in to comment.