Issue #450. First commit. Queue Based Load Leveling

This commit is contained in:
Chandana Amarnath
2016-11-20 16:25:10 +05:30
parent 68ec24c62e
commit 12b70cb39c
15 changed files with 765 additions and 6 deletions

11
pom.xml
View File

@ -17,9 +17,7 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<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">
--><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>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
@ -133,7 +131,8 @@
<module>promise</module>
<module>page-object</module>
<module>event-asynchronous</module>
</modules>
<module>queue-load-leveling</module>
</modules>
<dependencyManagement>
<dependencies>
@ -311,7 +310,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
@ -465,4 +464,4 @@
</plugins>
</reporting>
</project>
</project>