Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Palate committed Apr 18, 2018
2 parents c8546ec + 3229676 commit e9acc8e
Show file tree
Hide file tree
Showing 24 changed files with 399 additions and 623 deletions.
10 changes: 8 additions & 2 deletions nbdemetra-benchmarking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>eu.europa.ec.joinup.sat</groupId>
<artifactId>nbdemetra-benchmarking</artifactId>
<packaging>nbm</packaging>
<version>2.2.0</version>
<version>2.2.1</version>

<name>NbDemetra - Benchmarking</name>
<description>This module provides some experimental methods for temporal disaggregation and multi-variate benchmarking:
Expand All @@ -22,7 +22,7 @@
<maven-jar-plugin.version>2.6</maven-jar-plugin.version>
<nbm-maven-plugin.version>3.14</nbm-maven-plugin.version>
<!-- dependencies -->
<demetra.version>2.2.0</demetra.version>
<demetra.version>2.2.1</demetra.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -114,6 +114,12 @@
<artifactId>nbdemetra-spreadsheet</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<repositories>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit e9acc8e

Please sign in to comment.