Skip to content

Commit

Permalink
chore: fix maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
fyeeme committed Jul 3, 2024
1 parent e2577f2 commit d463ab8
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,15 @@
<artifactId>rate-limiter-spring-boot-starter</artifactId>
<version>0.0.1</version>
<name>rate-limiter-spring-boot-starter</name>
<packaging>pom</packaging>

<properties>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>com.young</groupId>
<artifactId>rate-limiter-autoconfigure</artifactId>
<version>0.0.1</version>
</dependency>
</dependencies>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<modules>
<module>rate-limiter-autoconfigure</module>
</modules>

</project>

0 comments on commit d463ab8

Please sign in to comment.