瀏覽代碼

maven sample, add mising runtime scope

David Bernard 9 年之前
父節點
當前提交
92db1d3575
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/docs/asciidoc/jme3/maven.adoc

+ 1 - 0
src/docs/asciidoc/jme3/maven.adoc

@@ -194,6 +194,7 @@ dependencies {
       <groupId>${jm3_g}</groupId>
       <artifactId>jme3-lwjgl</artifactId>
       <version>${jme3_v}</version>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 ----