OSDN Git Service

fucking up the gdx-openal dependencies on jorbis/jogg
authorbadlogic <badlogicgames@gmail.com>
Mon, 30 Sep 2013 16:42:33 +0000 (18:42 +0200)
committerbadlogic <badlogicgames@gmail.com>
Mon, 30 Sep 2013 16:42:33 +0000 (18:42 +0200)
backends/gdx-openal/pom.xml

index 127adcb..2a11a91 100644 (file)
   <packaging>jar</packaging>
   <name>libGDX OpenAL Support</name>
 
-  <repositories>
-    <repository>
-      <id>ooo-ext-repo</id>
-      <url>http://ooo-maven.googlecode.com/hg/repository</url>
-    </repository>
-  </repositories>
-
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
         <artifactId>jorbis</artifactId>
         <version>0.0.17</version>
     </dependency>
-    <dependency>
-      <groupId>com.jcraft</groupId>
-      <artifactId>jogg</artifactId>
-      <version>0.0.7</version>
-    </dependency>
+
   </dependencies>
 
   <build>