mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
#389 Update jdo dependency to 3.0.1
This commit is contained in:
parent
8ef6fc0962
commit
43be538a3d
@ -25,7 +25,7 @@
|
||||
<dependency>
|
||||
<groupId>javax.jdo</groupId>
|
||||
<artifactId>jdo-api</artifactId>
|
||||
<version>3.0</version>
|
||||
<version>3.0.1</version>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
|
||||
@ -7,6 +7,6 @@ Import-Template:
|
||||
com.mysema.query.*;version="${project.version}",
|
||||
javax.annotation.*;version="0",
|
||||
javax.inject.*;version="0",
|
||||
javax.jdo.*;version="[2.0.0,3.0.0)",
|
||||
javax.jdo.*;version="[2.0.0,3.0.1)",
|
||||
com.google.common.*;version="${guava.version}",
|
||||
org.slf4j.*;version="${slf4j.version}"
|
||||
Loading…
Reference in New Issue
Block a user