diff --git a/PlayWallPluginNativeAudio/pom.xml b/PlayWallPluginNativeAudio/pom.xml index 2485c68b1f85f35dca00bb478ccfd3dad9ec5248..08ba1aee70ec09c06058ef49e271c5b86a94eaf9 100644 --- a/PlayWallPluginNativeAudio/pom.xml +++ b/PlayWallPluginNativeAudio/pom.xml @@ -36,11 +36,9 @@ <version>${jni4net.j.version}</version> </dependency> <dependency> - <groupId>de.tobias</groupId> - <artifactId>NativeAudio</artifactId> + <groupId>de.tobias.playpad</groupId> + <artifactId>NativeAudioWin</artifactId> <version>${nativeAudio.version}</version> - <scope>system</scope> - <systemPath>${project.basedir}/j4n/NativeAudio.j4n.jar</systemPath> </dependency> </dependencies>