Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
0be8b4f1
by Tony CHEMIT at 2017-09-19T11:38:18Z
3 changed files:
- persistence/src/main/resources/db/migration/6.904/02_move_wind_referential-PG.sql
- persistence/src/main/resources/db/migration/6.904/03_wind_i18n-common.sql
- pom.xml
Changes:
| ... | ... | @@ -8,12 +8,12 @@ |
| 8 | 8 |
-- it under the terms of the GNU General Public License as
|
| 9 | 9 |
-- published by the Free Software Foundation, either version 3 of the
|
| 10 | 10 |
-- License, or (at your option) any later version.
|
| 11 |
---
|
|
| 11 |
+--
|
|
| 12 | 12 |
-- This program is distributed in the hope that it will be useful,
|
| 13 | 13 |
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 14 | 14 |
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 15 | 15 |
-- GNU General Public License for more details.
|
| 16 |
---
|
|
| 16 |
+--
|
|
| 17 | 17 |
-- You should have received a copy of the GNU General Public
|
| 18 | 18 |
-- License along with this program. If not, see
|
| 19 | 19 |
-- <http://www.gnu.org/licenses/gpl-3.0.html>.
|
| ... | ... | @@ -8,12 +8,12 @@ |
| 8 | 8 |
-- it under the terms of the GNU General Public License as
|
| 9 | 9 |
-- published by the Free Software Foundation, either version 3 of the
|
| 10 | 10 |
-- License, or (at your option) any later version.
|
| 11 |
---
|
|
| 11 |
+--
|
|
| 12 | 12 |
-- This program is distributed in the hope that it will be useful,
|
| 13 | 13 |
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 14 | 14 |
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 15 | 15 |
-- GNU General Public License for more details.
|
| 16 |
---
|
|
| 16 |
+--
|
|
| 17 | 17 |
-- You should have received a copy of the GNU General Public
|
| 18 | 18 |
-- License along with this program. If not, see
|
| 19 | 19 |
-- <http://www.gnu.org/licenses/gpl-3.0.html>.
|
| ... | ... | @@ -152,7 +152,7 @@ |
| 152 | 152 |
<maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format>
|
| 153 | 153 |
<buildDate>${maven.build.timestamp}</buildDate>
|
| 154 | 154 |
|
| 155 |
- <observeToolkitVersion>1.5-SNAPSHOT</observeToolkitVersion>
|
|
| 155 |
+ <observeToolkitVersion>1.5</observeToolkitVersion>
|
|
| 156 | 156 |
<eugenePluginVersion>3.0-alpha-14</eugenePluginVersion>
|
| 157 | 157 |
<processorPluginVersion>1.3</processorPluginVersion>
|
| 158 | 158 |
|
| ... | ... | @@ -285,6 +285,12 @@ |
| 285 | 285 |
<groupId>com.google.guava</groupId>
|
| 286 | 286 |
<artifactId>guava</artifactId>
|
| 287 | 287 |
<version>${guavaVersion}</version>
|
| 288 |
+ <exclusions>
|
|
| 289 |
+ <exclusion>
|
|
| 290 |
+ <groupId>com.google.code.findbugs</groupId>
|
|
| 291 |
+ <artifactId>jsr305</artifactId>
|
|
| 292 |
+ </exclusion>
|
|
| 293 |
+ </exclusions>
|
|
| 288 | 294 |
</dependency>
|
| 289 | 295 |
<dependency>
|
| 290 | 296 |
<groupId>com.google.code.gson</groupId>
|