Line | |
---|
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>com.heursticlab.okb</groupId>
|
---|
4 | <artifactId>OKBJavaConnector</artifactId>
|
---|
5 | <version>0.0.1-SNAPSHOT</version>
|
---|
6 | <dependencies>
|
---|
7 | <dependency>
|
---|
8 | <groupId>com.google.guava</groupId>
|
---|
9 | <artifactId>guava</artifactId>
|
---|
10 | <version>r08</version>
|
---|
11 | <scope>compile</scope>
|
---|
12 | </dependency>
|
---|
13 | </dependencies>
|
---|
14 | <build>
|
---|
15 | <plugins>
|
---|
16 | <plugin>
|
---|
17 | <groupId>org.apache.maven.plugins</groupId>
|
---|
18 | <artifactId>maven-compiler-plugin</artifactId>
|
---|
19 | <version>2.3.2</version>
|
---|
20 | <configuration>
|
---|
21 | <source>1.6</source>
|
---|
22 | <target>1.6</target>
|
---|
23 | <encoding>utf-8</encoding>
|
---|
24 | <debug>true</debug>
|
---|
25 | <optimize>false</optimize>
|
---|
26 | </configuration>
|
---|
27 | </plugin>
|
---|
28 | </plugins>
|
---|
29 | </build>
|
---|
30 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.