Skip to content

Commit

Permalink
Removed: QueryDSL library from the application dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Oct 25, 2023
1 parent 653d390 commit 99f32fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 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

0 comments on commit 99f32fc

Please sign in to comment.