Merge pull request #358 from jendap/master

make querydsl buildable
This commit is contained in:
Timo Westkämper 2013-03-12 00:41:45 -07:00
commit a939cbcb5a
2 changed files with 8 additions and 21 deletions

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>querydsl-root</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
@ -31,7 +31,7 @@
<oracle.version>10.2.0.5.0</oracle.version>
<mysql.version>5.1.18</mysql.version>
<jtds.version>1.2.4</jtds.version>
<cubrid.version>8.4.1.2032</cubrid.version>
<cubrid.version>8.4.0</cubrid.version>
<sqlite.version>3.7.2</sqlite.version>
<guava.version>13.0.1</guava.version>
@ -391,7 +391,7 @@
</repository>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/maven2</url>
<url>http://repository.jboss.org</url>
</repository>
<repository>
<id>jboss2</id>
@ -454,6 +454,10 @@
<id>com.springsource.repository.bundles.release</id>
<url>http://repository.springsource.com/maven/bundles/release</url>
</pluginRepository>
<pluginRepository>
<id>com.springsource.repository.bundles.external</id>
<url>http://repository.springsource.com/maven/bundles/external</url>
</pluginRepository>
</pluginRepositories>
</profile>
@ -489,4 +493,4 @@
</plugins>
</reporting>
</project>
</project>