OSDN Git Service

bug fixed: dependency scope of BrowserLauncher2 is invalid, change provided to runtime
authortama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Mon, 3 Sep 2007 12:49:21 +0000 (12:49 +0000)
committertama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Mon, 3 Sep 2007 12:49:21 +0000 (12:49 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/stigmata/trunk@185 acee48c3-7b26-0410-bdac-b3d0e5314bbc

pom.xml

diff --git a/pom.xml b/pom.xml
index a54bd6d..bbe296a 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
       <groupId>edu.stanford.ejalbert</groupId>
       <artifactId>BrowserLauncher2</artifactId>
       <version>1.3</version>
-      <scope>provided</scope>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>