Skip to content

Commit

Permalink
Confiurate
Browse files Browse the repository at this point in the history
  • Loading branch information
XyL1GaN4eG committed Jul 17, 2024
1 parent 47fd2df commit 2721034
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 18 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added userService/.DS_Store
Binary file not shown.
51 changes: 33 additions & 18 deletions userService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,42 @@
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.5.2.Final</version>
<type>pom</type>
</dependency>

</dependencies>
<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-entitymanager -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>5.6.15.Final</version>
</dependency>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>

</plugins>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>

</plugins>


</build>
</build>

</project>
</project>
Binary file added userService/src/.DS_Store
Binary file not shown.

0 comments on commit 2721034

Please sign in to comment.