Skip to content

Commit

Permalink
remove not used cglib exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Jan 22, 2024
1 parent 143be88 commit 86f4baf
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 34 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,6 @@
<artifactId>easymock</artifactId>
<version>5.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
Expand Down
6 changes: 0 additions & 6 deletions querydsl-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
<groupId>io.github.openfeign.querydsl</groupId>
<artifactId>querydsl-codegen</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down
4 changes: 0 additions & 4 deletions querydsl-examples/querydsl-example-jpa-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
<exclusions>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions querydsl-hibernate-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
<version>${hibernate.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions querydsl-jpa-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
<version>${hibernate.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions querydsl-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions querydsl-spatial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
<version>${project.version}</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.openfeign.querydsl</groupId>
Expand Down

0 comments on commit 86f4baf

Please sign in to comment.