mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Making cglib dependency optional
This commit is contained in:
parent
ca4b14e7e1
commit
e89328b21b
@ -43,7 +43,8 @@
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib</artifactId>
|
||||
<version>${cglib.version}</version>
|
||||
<version>${cglib.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- backwards compatibility -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user