チェンジセット 38 : BH13SPARQLBuilder/pom.xml

差分発生行の前後
無視リスト:
更新日時:
2014/01/31 11:19:55 (11 年 前)
更新者:
kozaki
ログメッセージ:

ライブラリ設定を追加

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • BH13SPARQLBuilder/pom.xml

    r5 r38  
    3434                <type>pom</type> 
    3535        </dependency> 
     36        <dependency> 
     37                <groupId>franz</groupId> 
     38                <artifactId>agraph</artifactId> 
     39                <scope>system</scope> 
     40                <systemPath>${basedir}/lib2/agraph-4.5.jar</systemPath> 
     41        </dependency> 
     42        <dependency> 
     43                <groupId>org.openrdf.sesame</groupId> 
     44                <artifactId>sesame</artifactId> 
     45                <version>2.7.8</version> 
     46                <type>pom</type> 
     47        </dependency> 
    3648  </dependencies> 
     49  <dependencyManagement> 
     50        <dependencies> 
     51                <dependency> 
     52                        <groupId>franz</groupId> 
     53                        <artifactId>agraph</artifactId> 
     54                        <version>4.5</version> 
     55                </dependency> 
     56        </dependencies> 
     57  </dependencyManagement> 
    3758</project>