Skip to content

Commit

Permalink
Merge pull request #10041 from IQSS/10028-rewrite-querydsl-queries
Browse files Browse the repository at this point in the history
Rewrite DatasetVersionFilesServiceBean QueryDSL queries using JPA Criteria and remove the QueryDSL library from the application dependencies
  • Loading branch information
kcondon authored Oct 26, 2023
2 parents 4226b55 + 99f32fc commit 6b2bcfb
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 171 deletions.
3 changes: 0 additions & 3 deletions modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@

<!-- Container related -->
<fabric8-dmp.version>0.43.4</fabric8-dmp.version>

<!-- Persistence -->
<querydsl.version>5.0.0</querydsl.version>
</properties>

<pluginRepositories>
Expand Down
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,20 +252,6 @@
<artifactId>expressly</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>${querydsl.version}</version>
<classifier>jakarta</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-jpa</artifactId>
<version>${querydsl.version}</version>
<classifier>jakarta</classifier>
</dependency>

<dependency>
<groupId>commons-io</groupId>
Expand Down
Loading

0 comments on commit 6b2bcfb

Please sign in to comment.