Updated the dependencies and build plugins to the latest version except for XNIO, which needs additional work

This commit is contained in:
Trustin Lee 2009-11-16 14:55:52 +00:00
parent eaa5da5aeb
commit 74bbc819b9

20
pom.xml
View File

@ -90,21 +90,21 @@
<dependency>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-kernel</artifactId>
<version>2.0.8.GA</version>
<version>2.0.9.GA</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.2.0</version>
<version>1.4.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>1.2.0</version>
<version>1.4.0</version>
<scope>compile</scope>
<optional>true</optional>
<exclusions>
@ -151,7 +151,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
<version>2.0.5.GA</version>
<version>2.1.0.GA</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@ -185,13 +185,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.4</version>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
@ -228,7 +228,7 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.3</version>
<version>2.4.1</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
@ -264,7 +264,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<extensions>true</extensions>
<configuration>
<instructions>
@ -291,7 +291,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.1</version>
<version>2.1.1</version>
<executions>
<execution>
<id>attach-source</id>
@ -402,7 +402,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.5</version>
<version>2.6.1</version>
<executions>
<execution>
<id>generate-javadoc</id>