Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zax71 authored Nov 19, 2021
1 parent 69867a4 commit e3c1870
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions SVL.iml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" scope="PROVIDED" name="Maven: me.clip:placeholderapi:2.10.9" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jetbrains:annotations:19.0.0" level="project" />
</component>
</module>
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.zax71</groupId>
<artifactId>SVL</artifactId>
<version>0.1</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>SVL</name>
Expand Down Expand Up @@ -66,6 +66,10 @@
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>placeholderapi</id>
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -83,5 +87,11 @@
<scope>system</scope>
<systemPath>${project.basedir}\dependency\nuvotifier.jar</systemPath>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.9</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit e3c1870

Please sign in to comment.