Author: jvermillard
Date: Fri Apr 27 00:20:08 2007
New Revision: 532995

URL: http://svn.apache.org/viewvc?view=rev&rev=532995
Log:
Using the rxtx jar from maven repository.


Modified:
    mina/trunk/transport-serial/pom.xml

Modified: mina/trunk/transport-serial/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/transport-serial/pom.xml?view=diff&rev=532995&r1=532994&r2=532995
==============================================================================
--- mina/trunk/transport-serial/pom.xml (original)
+++ mina/trunk/transport-serial/pom.xml Fri Apr 27 00:20:08 2007
@@ -17,11 +17,10 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>gnu.io.rxtx</groupId>
+      <groupId>org.rxtx</groupId>
       <artifactId>rxtx</artifactId>
-      <version>2.1-7</version>
-      <scope>system</scope>
-      <systemPath>${basedir}/lib/RXTXcomm.jar</systemPath>
+      <version>2.1.7</version>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
   


Reply via email to