mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Putting javax.inject back in its original form
This commit is contained in:
parent
1cff534dc2
commit
f6c19e5f9b
@ -59,10 +59,9 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.servicemix.bundles</groupId>
|
||||
<artifactId>org.apache.servicemix.bundles.javax-inject</artifactId>
|
||||
<version>1_2</version>
|
||||
<optional>true</optional>
|
||||
<groupId>javax.inject</groupId>
|
||||
<artifactId>javax.inject</artifactId>
|
||||
<version>1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- test -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user