Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
bf7411d2
by tchemit at 2019-02-05T16:57:33Z
1 changed file:
Changes:
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>io.ultreia.maven</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>2019.8.5</version>
|
|
| 29 |
+ <version>2019.8.7</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<groupId>fr.ird.observe</groupId>
|
| ... | ... | @@ -166,7 +166,7 @@ |
| 166 | 166 |
<!--<lib.version.java4all.i18n>4.0-beta-3-SNAPSHOT</lib.version.java4all.i18n>-->
|
| 167 | 167 |
<!--<lib.version.java4all.config>1.0.8-SNAPSHOT</lib.version.java4all.config>-->
|
| 168 | 168 |
<!--<lib.version.nuiton.topia>3.4.2-SNAPSHOT</lib.version.nuiton.topia>-->
|
| 169 |
- <lib.version.java4all.topia>1.6-SNAPSHOT</lib.version.java4all.topia>
|
|
| 169 |
+ <lib.version.java4all.topia>1.6</lib.version.java4all.topia>
|
|
| 170 | 170 |
<!--<lib.xwork.version>2.3.35</lib.xwork.version>-->
|
| 171 | 171 |
<!--<lib.version.hibernate>5.2.10.Final</lib.version.hibernate>-->
|
| 172 | 172 |
|
| ... | ... | @@ -240,6 +240,23 @@ |
| 240 | 240 |
<artifactId>jaxb-runtime</artifactId>
|
| 241 | 241 |
<version>2.3.1</version>
|
| 242 | 242 |
</dependency>
|
| 243 |
+ |
|
| 244 |
+ <dependency>
|
|
| 245 |
+ <groupId>org.nuiton.topia</groupId>
|
|
| 246 |
+ <artifactId>topia-persistence</artifactId>
|
|
| 247 |
+ <version>${lib.version.nuiton.topia}</version>
|
|
| 248 |
+ <exclusions>
|
|
| 249 |
+ <exclusion>
|
|
| 250 |
+ <groupId>org.hibernate</groupId>
|
|
| 251 |
+ <artifactId>hibernate-ehcache</artifactId>
|
|
| 252 |
+ </exclusion>
|
|
| 253 |
+ <exclusion>
|
|
| 254 |
+ <groupId>org.hibernate</groupId>
|
|
| 255 |
+ <artifactId>hibernate-c3p0</artifactId>
|
|
| 256 |
+ </exclusion>
|
|
| 257 |
+ </exclusions>
|
|
| 258 |
+ </dependency>
|
|
| 259 |
+ |
|
| 243 | 260 |
</dependencies>
|
| 244 | 261 |
|
| 245 | 262 |
</dependencyManagement>
|