Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Create pom.xml
Browse files Browse the repository at this point in the history
https://github.com/finnkuusisto/TinySound/pull/29/files
cant pull from "unknown repo" so copy/paste it is! xD
  • Loading branch information
NovaSagittarii authored Sep 7, 2020
1 parent 6bd386e commit 26e916d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>kuusisto</groupId>
<artifactId>tinysound</artifactId>
<version>v1.1.2-SNAPSHOT</version>

<dependencies>
<dependency>
<groupId>com.googlecode.soundlibs</groupId>
<artifactId>vorbisspi</artifactId>
<version>1.0.3.3</version>
</dependency>
</dependencies>

<build>
<sourceDirectory>src</sourceDirectory>
</build>

</project>

0 comments on commit 26e916d

Please sign in to comment.