Skip to content

Commit

Permalink
revert pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
peeoke authored Nov 27, 2024
1 parent d2e39ec commit 4ff50be
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
<artifactId>moth</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<artifactId>moth-server</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down Expand Up @@ -55,15 +49,6 @@
<artifactId>mailific-serverlib</artifactId>
<version>1.0.4</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<!-- <dependency>-->
<!-- <groupId>org.projectlombok</groupId>-->
<!-- <artifactId>lombok</artifactId>-->
<!-- <version>1.18.10</version>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
Expand Down

0 comments on commit 4ff50be

Please sign in to comment.