utility method to calculate average time between entries

This commit is contained in:
Athou
2013-05-19 12:54:15 +02:00
parent 65a32c8cdd
commit df52dcd748
3 changed files with 27 additions and 7 deletions

11
pom.xml
View File

@@ -214,6 +214,11 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
@@ -489,9 +494,9 @@
</execution>
</executions>
<configuration>
<targetGroups>all</targetGroups>
<wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
<destinationFolder>${basedir}/target/generated-sources/wro4j/</destinationFolder>
<targetGroups>all</targetGroups>
<wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
<destinationFolder>${basedir}/target/generated-sources/wro4j/</destinationFolder>
</configuration>
</plugin>
<plugin>