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 The MIT License
@ -23,12 +23,13 @@
THE SOFTWARE. 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" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId> <artifactId>java-design-patterns</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.16.0-SNAPSHOT</version> <version>1.16.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>event-queue</artifactId> <artifactId>event-queue</artifactId>
@ -39,4 +40,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

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

38
pom.xml
View File

@ -122,7 +122,7 @@
<module>factory-kit</module> <module>factory-kit</module>
<module>feature-toggle</module> <module>feature-toggle</module>
<module>value-object</module> <module>value-object</module>
<module>module</module> <module>module</module>
<module>monad</module> <module>monad</module>
<module>mute-idiom</module> <module>mute-idiom</module>
<module>mutex</module> <module>mutex</module>
@ -133,7 +133,7 @@
<module>promise</module> <module>promise</module>
<module>page-object</module> <module>page-object</module>
<module>event-asynchronous</module> <module>event-asynchronous</module>
<module>event-queue</module> <module>event-queue</module>
<module>queue-load-leveling</module> <module>queue-load-leveling</module>
<module>object-mother</module> <module>object-mother</module>
<module>converter</module> <module>converter</module>
@ -302,23 +302,23 @@
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
<pluginExecutionFilter> <pluginExecutionFilter>
<groupId> <groupId>
com.github.markusmo3.urm com.github.markusmo3.urm
</groupId> </groupId>
<artifactId> <artifactId>
urm-maven-plugin urm-maven-plugin
</artifactId> </artifactId>
<versionRange> <versionRange>
[1.4.1,) [1.4.1,)
</versionRange> </versionRange>
<goals> <goals>
<goal>map</goal> <goal>map</goal>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore/> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>
</lifecycleMappingMetadata> </lifecycleMappingMetadata>