Skip to content

Commit

Permalink
Removing provided scope from mapstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaland committed Oct 30, 2024
1 parent 23f5af0 commit 2b62c94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<artifactId>langchain4j-neo4j</artifactId>
<version>${langchain4j.version}</version>
</dependency>
<dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-nomic</artifactId>
<version>${langchain4j.version}</version>
Expand Down Expand Up @@ -131,13 +131,11 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>${org.mapstruct.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>${org.mapstruct.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 2b62c94

Please sign in to comment.