チェンジセット 38
- 更新日時:
- 2014/01/31 11:19:55 (11 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/pom.xml
r5 r38 34 34 <type>pom</type> 35 35 </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> 36 48 </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> 37 58 </project>