Update to urm plugin 1.3.0
This commit is contained in:
parent
d9e55c7c81
commit
ae212dec7e
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.abstractfactory.App</param>
|
<param>com.iluwatar.abstractfactory.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>abstract-factory</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.adapter.App</param>
|
<param>com.iluwatar.adapter.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>adapter</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.async.method.invocation.App</param>
|
<param>com.iluwatar.async.method.invocation.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>async-method-invocation</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.bridge.App</param>
|
<param>com.iluwatar.bridge.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>bridge</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.builder.App</param>
|
<param>com.iluwatar.builder.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>builder</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.business.delegate.App</param>
|
<param>com.iluwatar.business.delegate.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>business-delegate</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.callback.App</param>
|
<param>com.iluwatar.callback.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>callback</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.chain.App</param>
|
<param>com.iluwatar.chain.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>chain</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.command.App</param>
|
<param>com.iluwatar.command.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>command</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.composite.App</param>
|
<param>com.iluwatar.composite.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>composite</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.dao.App</param>
|
<param>com.iluwatar.dao.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>dao</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.decorator.App</param>
|
<param>com.iluwatar.decorator.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>decorator</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -34,6 +34,13 @@
|
|||||||
<param>com.iluwatar.dependency.injection.App</param>
|
<param>com.iluwatar.dependency.injection.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>dependency-injection</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -27,6 +27,13 @@
|
|||||||
<param>com.iluwatar.doublechecked.locking.App</param>
|
<param>com.iluwatar.doublechecked.locking.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>double-checked-locking</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.doubledispatch.App</param>
|
<param>com.iluwatar.doubledispatch.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>double-dispatch</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -27,6 +27,13 @@
|
|||||||
<param>com.iluwatar.event.aggregator.App</param>
|
<param>com.iluwatar.event.aggregator.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>event-aggregator</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.execute.around.App</param>
|
<param>com.iluwatar.execute.around.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>execute-around</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.facade.App</param>
|
<param>com.iluwatar.facade.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>facade</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.factory.method.App</param>
|
<param>com.iluwatar.factory.method.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>factory-method</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -32,6 +32,13 @@
|
|||||||
<param>com.iluwatar.fluentinterface.app.App</param>
|
<param>com.iluwatar.fluentinterface.app.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>fluentinterface</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -33,6 +33,13 @@
|
|||||||
<param>com.iluwatar.flux.app.App</param>
|
<param>com.iluwatar.flux.app.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>flux</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.flyweight.App</param>
|
<param>com.iluwatar.flyweight.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>flyweight</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.front.controller.App</param>
|
<param>com.iluwatar.front.controller.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>front-controller</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.halfsynchalfasync.App</param>
|
<param>com.iluwatar.halfsynchalfasync.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>half-sync-half-async</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.intercepting.filter.App</param>
|
<param>com.iluwatar.intercepting.filter.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>intercepting-filter</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.interpreter.App</param>
|
<param>com.iluwatar.interpreter.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>interpreter</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.iterator.App</param>
|
<param>com.iluwatar.iterator.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>iterator</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -46,6 +46,13 @@
|
|||||||
<param>com.iluwatar.layers.App</param>
|
<param>com.iluwatar.layers.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar.layers</groupId>
|
||||||
|
<artifactId>layers</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.lazy.loading.App</param>
|
<param>com.iluwatar.lazy.loading.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>lazy-loading</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.mediator.App</param>
|
<param>com.iluwatar.mediator.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>mediator</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.memento.App</param>
|
<param>com.iluwatar.memento.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>memento</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -34,6 +34,13 @@
|
|||||||
<param>com.iluwatar.message.channel</param>
|
<param>com.iluwatar.message.channel</param>
|
||||||
</packages>
|
</packages>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>message-channel</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.model.view.controller.App</param>
|
<param>com.iluwatar.model.view.controller.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>model-view-controller</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -36,6 +36,13 @@
|
|||||||
<param>com.iluwatar.model.view.presenter.App</param>
|
<param>com.iluwatar.model.view.presenter.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>model-view-presenter</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.multiton.App</param>
|
<param>com.iluwatar.multiton.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>multiton</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.nullobject.App</param>
|
<param>com.iluwatar.nullobject.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>null-object</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.object.pool.App</param>
|
<param>com.iluwatar.object.pool.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>object-pool</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.observer.App</param>
|
<param>com.iluwatar.observer.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>observer</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.poison.pill.App</param>
|
<param>com.iluwatar.poison.pill.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>poison-pill</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
2
pom.xml
2
pom.xml
@ -19,7 +19,7 @@
|
|||||||
<jacoco.version>0.7.2.201409121644</jacoco.version>
|
<jacoco.version>0.7.2.201409121644</jacoco.version>
|
||||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||||
<camel.version>2.15.3</camel.version>
|
<camel.version>2.15.3</camel.version>
|
||||||
<urm.version>1.2.0</urm.version>
|
<urm.version>1.3.0</urm.version>
|
||||||
</properties>
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
<module>abstract-factory</module>
|
<module>abstract-factory</module>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.privateclassdata.App</param>
|
<param>com.iluwatar.privateclassdata.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>private-class-data</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.property.App</param>
|
<param>com.iluwatar.property.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>property</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.prototype.App</param>
|
<param>com.iluwatar.prototype.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>prototype</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.proxy.App</param>
|
<param>com.iluwatar.proxy.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>proxy</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -30,6 +30,13 @@
|
|||||||
<param>com.iluwatar.reactor.app.App</param>
|
<param>com.iluwatar.reactor.app.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>reactor</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -45,6 +45,13 @@
|
|||||||
<param>com.iluwatar.repository.App</param>
|
<param>com.iluwatar.repository.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>repository</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.resource.acquisition.is.initialization.App</param>
|
<param>com.iluwatar.resource.acquisition.is.initialization.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>resource-acquisition-is-initialization</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.servant.App</param>
|
<param>com.iluwatar.servant.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>servant</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -43,6 +43,13 @@
|
|||||||
<param>com.iluwatar.servicelayer.app.App</param>
|
<param>com.iluwatar.servicelayer.app.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>service-layer</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.servicelocator.App</param>
|
<param>com.iluwatar.servicelocator.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>service-locator</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.singleton.App</param>
|
<param>com.iluwatar.singleton.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>singleton</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -32,6 +32,13 @@
|
|||||||
<param>com.iluwatar.specification.app.App</param>
|
<param>com.iluwatar.specification.app.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>specification</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.state.App</param>
|
<param>com.iluwatar.state.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>state</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -28,6 +28,13 @@
|
|||||||
<param>com.iluwatar.stepbuilder.App</param>
|
<param>com.iluwatar.stepbuilder.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>step-builder</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.strategy.App</param>
|
<param>com.iluwatar.strategy.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>strategy</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.templatemethod.App</param>
|
<param>com.iluwatar.templatemethod.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>template-method</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.threadpool.App</param>
|
<param>com.iluwatar.threadpool.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>thread-pool</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.tolerantreader.App</param>
|
<param>com.iluwatar.tolerantreader.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>tolerant-reader</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -29,6 +29,13 @@
|
|||||||
<param>com.iluwatar.visitor.App</param>
|
<param>com.iluwatar.visitor.App</param>
|
||||||
</ignores>
|
</ignores>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<artifactId>visitor</artifactId>
|
||||||
|
<version>1.6.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user