root/BH13SPARQLBuilder/pom.xml @ 2

リビジョン 2, 1.3 KB (コミッタ: nori, 11 年 前)

Initial

  • 属性 svn:mime-type の設定値 text/plain
行番号 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2  <modelVersion>4.0.0</modelVersion>
3  <groupId>BH13SPARQLBuilder</groupId>
4  <artifactId>BH13SPARQLBuilder</artifactId>
5  <version>0.0.1-SNAPSHOT</version>
6  <build>
7    <sourceDirectory>src</sourceDirectory>
8    <plugins>
9      <plugin>
10        <artifactId>maven-compiler-plugin</artifactId>
11        <version>3.1</version>
12        <configuration>
13          <source>1.7</source>
14          <target>1.7</target>
15        </configuration>
16      </plugin>
17    </plugins>
18  </build>
19  <dependencies>
20        <dependency>
21                <groupId>com.hp.hpl.jena</groupId>
22                <artifactId>jena</artifactId>
23                <version>2.6.4</version>
24        </dependency>
25        <dependency>
26                <groupId>com.hp.hpl.jena</groupId>
27                <artifactId>arq</artifactId>
28                <version>2.8.8</version>
29        </dependency>
30        <dependency>
31                <groupId>org.apache.httpcomponents</groupId>
32                <artifactId>httpcore</artifactId>
33                <version>4.3</version>
34        </dependency>
35        <dependency>
36                <groupId>org.apache.httpcomponents</groupId>
37                <artifactId>httpclient</artifactId>
38                <version>4.3.1</version>
39        </dependency>
40  </dependencies>
41</project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。