pom.xml fixes

This commit is contained in:
Mihály Kuprivecz
2017-04-28 11:32:35 +02:00
parent 6e8eaf7593
commit 44401988d1
3 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
The MIT License
@ -23,12 +23,13 @@
THE SOFTWARE.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.16.0-SNAPSHOT</version>
</parent>
<artifactId>event-queue</artifactId>

View File

@ -25,7 +25,6 @@ package com.iluwatar.event.queue;
import java.io.File;
import java.io.IOException;
import java.lang.Thread.State;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;