Subversion Repositories Integrator Subversion

Rev

Rev 225 | Rev 242 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 225 Rev 226
Line 11... Line 11...
11
        <properties>
11
        <properties>
12
                <sourceEncoding>UTF-8</sourceEncoding>
12
                <sourceEncoding>UTF-8</sourceEncoding>
13
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
               
14
               
15
                <java.version>1.7</java.version>
15
                <java.version>1.7</java.version>
16
                <!-- 
-
 
17
                <maven.compiler.target>1.7</maven.compiler.target>  
-
 
18
            <maven.compiler.source>1.7</maven.compiler.source>
-
 
19
             -->
-
 
-
 
16
20
            <espacocase-framework.version>2.1.0-SNAPSHOT</espacocase-framework.version>
17
            <espacocase-framework.version>2.1.0-SNAPSHOT</espacocase-framework.version>
21
           
18
           
22
            <springsecurity.version>5.0.19.RELEASE</springsecurity.version>
19
            <springsecurity.version>5.0.19.RELEASE</springsecurity.version>
23
            <spring.version>5.0.19.RELEASE</spring.version>
20
            <spring.version>5.0.19.RELEASE</spring.version>
24
           
21
           
25
            <!-- 
-
 
26
            <springsecurity.version>4.2.0.RELEASE</springsecurity.version>
-
 
27
            <spring.version>4.2.0.RELEASE</spring.version>
-
 
28
             -->
-
 
29
             
-
 
30
            <primefaces.version>10.0.0</primefaces.version>
22
            <primefaces.version>10.0.0</primefaces.version>
31
            <poseidon.version>3.0.0</poseidon.version>
23
            <poseidon.version>3.0.0</poseidon.version>
32
           
24
           
33
            <tomcat-maven-plugin.version>2.2</tomcat-maven-plugin.version>
25
            <tomcat-maven-plugin.version>2.2</tomcat-maven-plugin.version>
34
                <tomcat.version>7.0.76</tomcat.version>
26
                <tomcat.version>7.0.76</tomcat.version>
Line 37... Line 29...
37
            <!-- ANTIGO -->
29
            <!-- ANTIGO -->
38
           
30
           
39
            <slf4j.version>1.5.11</slf4j.version>
31
            <slf4j.version>1.5.11</slf4j.version>
40
            <postgresql.version>9.3-1100-jdbc41</postgresql.version>
32
            <postgresql.version>9.3-1100-jdbc41</postgresql.version>
41
            <validation.version>1.1.0.Final</validation.version>
33
            <validation.version>1.1.0.Final</validation.version>
42
            <!-- <hibernate.validator.version>5.4.3.Final</hibernate.validator.version> -->
-
 
-
 
34
            <hibernate.version>5.4.3.Final</hibernate.version>
43
           
35
           
44
            <!-- FUTURO FRAMEWORK -->
36
            <!-- FUTURO FRAMEWORK -->
45
            <jsf.version>2.2.20</jsf.version>
37
            <jsf.version>2.2.20</jsf.version>
46
            <javaxfaces.version>2.3.0-m02</javaxfaces.version>
38
            <javaxfaces.version>2.3.0-m02</javaxfaces.version>
47
            <hibernate-jpa-api.version>1.0.2.Final</hibernate-jpa-api.version>
39
            <hibernate-jpa-api.version>1.0.2.Final</hibernate-jpa-api.version>
48
           
40
           
49
            <!-- OLD -->
-
 
50
            <jstl.version>1.2</jstl.version>
41
            <jstl.version>1.2</jstl.version>
51
           
-
 
52
            <!-- <hibernate-core.version>5.2.2.Final</hibernate-core.version> -->
-
 
53
            <!-- <hibernate-core.version>5.4.3.Final</hibernate-core.version> -->
-
 
54
        <!-- <hibernate-core.version>4.2.0.Final</hibernate-core.version> -->
-
 
55
            <!-- <hibernate-core.version>4.2.21.Final</hibernate-core.version> -->
-
 
56
           
-
 
57
            <!-- <hibernate.version>5.2.4.Final</hibernate.version> -->
-
 
58
            <!-- <hibernate.version>4.3.2.Final</hibernate.version> -->
-
 
59
            <hibernate.version>5.4.3.Final</hibernate.version>
-
 
60
                <!-- <hibernate.version>4.3.0.Final</hibernate.version> -->
-
 
61
                <!-- <hibernate.version>4.2.21.Final</hibernate.version> -->
-
 
62
           
42
           
63
            <c3p0.version>0.9.1.2</c3p0.version>
43
            <c3p0.version>0.9.1.2</c3p0.version>
64
            <aspectj.version>1.6.12</aspectj.version>
44
            <aspectj.version>1.6.12</aspectj.version>
65
        </properties>
45
        </properties>
66
       
46
       
Line 186... Line 166...
186
                        <groupId>org.springframework</groupId>
166
                        <groupId>org.springframework</groupId>
187
                        <artifactId>spring-webmvc</artifactId>
167
                        <artifactId>spring-webmvc</artifactId>
188
                        <version>${spring.version}</version>
168
                        <version>${spring.version}</version>
189
                </dependency>
169
                </dependency>
190
               
170
               
191
                <!-- FUTURO FRAMEWORK -->
-
 
192
<!--
-
 
193
                <dependency>
-
 
194
                    <groupId>org.webjars</groupId>
-
 
195
                    <artifactId>bootstrap</artifactId>
-
 
196
                    <version>5.0.0</version>
-
 
197
                </dependency>
-
 
198
<dependency>
-
 
199
                    <groupId>org.eclipse.persistence</groupId>
-
 
200
                    <artifactId>javax.persistence</artifactId>
-
 
201
                    <version>2.0.0</version>
-
 
202
                </dependency>
-
 
203
                <dependency>
-
 
204
                <groupId>javax.persistence</groupId>
-
 
205
                <artifactId>javax.persistence-api</artifactId>
-
 
206
                <version>2.2</version>
-
 
207
            </dependency>
-
 
208
-
 
209
                <dependency>
-
 
210
                    <groupId>org.hibernate.javax.persistence</groupId>
-
 
211
                    <artifactId>hibernate-jpa-2.1-api</artifactId>
-
 
212
                        <version>${hibernate-jpa-api.version}</version>
-
 
213
                </dependency>
-
 
214
                 -->
-
 
215
                <dependency>
171
                <dependency>
216
            <groupId>br.com.ec</groupId>
172
            <groupId>br.com.ec</groupId>
217
            <artifactId>relatorio-font-arial</artifactId>
173
            <artifactId>relatorio-font-arial</artifactId>
218
            <version>1.0</version>
174
            <version>1.0</version>
219
        </dependency>
175
        </dependency>
220
       
176
       
221
        <!-- ERRO ENCONTRA-SE AQUI - HIBERNATE CORE 
-
 
222
                <dependency>
-
 
223
                            <groupId>org.springframework.boot</groupId>
-
 
224
                            <artifactId>spring-boot-starter-validation</artifactId>
-
 
225
                            <version>2.5.0</version>
-
 
226
                        </dependency>
-
 
227
                        
-
 
228
                        <dependency>
-
 
229
                        <groupId>org.springframework.boot</groupId>
-
 
230
                        <artifactId>spring-boot-starter-data-jpa</artifactId>
-
 
231
                        <version>2.5.0</version>
-
 
232
                    </dependency>
-
 
233
-
 
234
                        <dependency>
-
 
235
                        <groupId>org.springframework.boot</groupId>
-
 
236
                        <artifactId>spring-boot-starter-web</artifactId>
-
 
237
                        <version>2.5.0</version>
-
 
238
                    </dependency>
-
 
239
                        -->
-
 
240
                        <!-- REPOSITORY OLD 
-
 
241
                        <dependency>
-
 
242
                                <groupId>org.hibernate</groupId>
-
 
243
                                <artifactId>hibernate-validator</artifactId>
-
 
244
                                <version>${hibernate.version}</version>
-
 
245
                        </dependency>
-
 
246
                        <dependency>
-
 
247
                    <groupId>javax.validation</groupId>
-
 
248
                    <artifactId>validation-api</artifactId>
-
 
249
                    <version>2.0.1.Final</version>
-
 
250
                </dependency>
-
 
251
                 -->
-
 
252
                       
-
 
253
                                <!-- <version>${hibernate.validator.version}</version> -->
-
 
254
                       
-
 
255
                        <!-- TODO: PROBLEMA ESTA AQUI -->
-
 
256
                        <dependency>
-
 
257
                                <groupId>org.hibernate</groupId>
-
 
258
                                <artifactId>hibernate-core</artifactId>
-
 
259
                                <version>${hibernate.version}</version>
-
 
260
                        </dependency>
-
 
261
                       
-
 
262
                        <!-- JSR 303 Dependencies -->
-
 
263
                    <dependency>
-
 
264
                        <groupId>javax.validation</groupId>
-
 
265
                        <artifactId>validation-api</artifactId>
-
 
266
                        <version>1.1.0.Final</version>
-
 
267
                    </dependency>
-
 
268
                    <dependency>
-
 
269
                        <groupId>org.hibernate</groupId>
-
 
270
                        <artifactId>hibernate-validator</artifactId>
-
 
271
                        <version>5.4.3.Final</version>
-
 
272
                    </dependency>
-
 
273
                    <dependency>
-
 
274
                        <groupId>org.hibernate</groupId>
-
 
275
                        <artifactId>hibernate-validator-annotation-processor</artifactId>
-
 
276
                        <version>5.4.3.Final</version>
-
 
277
                    </dependency>
-
 
278
                    <dependency>
-
 
279
                        <groupId>org.hibernate</groupId>
-
 
280
                        <artifactId>hibernate-validator-cdi</artifactId>
-
 
281
                        <version>5.4.3.Final</version>
-
 
282
                    </dependency>
-
 
283
                    <dependency>
-
 
284
                        <groupId>org.jboss.logging</groupId>
-
 
285
                        <artifactId>jboss-logging</artifactId>
-
 
286
                        <version>3.3.0.Final</version>
-
 
287
                    </dependency>
-
 
288
                   
-
 
289
                        <!-- 
-
 
290
                        <dependency>
-
 
291
                                 <groupId>org.hibernate.common</groupId>
-
 
292
                                 <artifactId>hibernate-commons-annotations</artifactId>
-
 
293
                                 <version>4.0.1.Final</version>
-
 
294
                                 <scope>provided</scope>
-
 
295
                         </dependency>
-
 
296
                          -->
-
 
297
                                 <!-- <version>${hibernate-core.version}</version> -->
-
 
298
                        <dependency>
-
 
299
                            <groupId>org.hibernate</groupId>
-
 
300
                            <artifactId>hibernate-entitymanager</artifactId>
-
 
301
                            <version>${hibernate.version}</version>
-
 
302
                        </dependency>
-
 
303
                            <!-- <scope>provided</scope> -->
-
 
304
                        <!-- 
-
 
305
                        <dependency>
-
 
306
                    <groupId>org.hibernate</groupId>
-
 
307
                    <artifactId>hibernate-search-orm</artifactId>
-
 
308
                    <version>5.0.4.Final</version>
-
 
309
                    <scope>provided</scope>
-
 
310
                </dependency>
-
 
311
                 -->
-
 
312
                <!-- 
-
 
313
                <dependency>
-
 
314
                    <groupId>org.jboss.logging</groupId>
-
 
315
                    <artifactId>jboss-logging</artifactId>
-
 
316
                    <version>3.3.0.Final</version>
-
 
317
                </dependency> -->
-
 
318
       
-
 
319
                        <!-- 
-
 
320
                        <dependency>
-
 
321
                            <groupId>org.hibernate</groupId>
-
 
322
                            <artifactId>hibernate-envers</artifactId>
-
 
323
                            <version>${hibernate-core.version}</version>
-
 
324
                            <scope>compile</scope>
-
 
325
                        </dependency>
-
 
326
                        
-
 
327
                        <dependency> 
-
 
328
                                <groupId>org.hibernate</groupId> 
-
 
329
                                <artifactId>hibernate-core</artifactId> 
-
 
330
                                <version>${hibernate-core.version}</version> 
-
 
331
                                <type>jar</type>  
-
 
332
                <scope>compile</scope>
-
 
333
                        </dependency>
-
 
334
                        
-
 
335
                        <dependency>
-
 
336
                                <groupId>org.hibernate</groupId>
-
 
337
                                <artifactId>hibernate-envers</artifactId>
-
 
338
                                <version>${hibernate.version}</version>
-
 
339
                        </dependency>
-
 
340
                                                
-
 
341
                        -->
-
 
342
                <!-- 
-
 
343
                                <scope>compile</scope> 
-
 
344
                <dependency>
-
 
345
                           <groupId>com.sun.faces</groupId>
-
 
346
                           <artifactId>jsf-api</artifactId>
-
 
347
                           <version>${jsf.version}</version>
-
 
348
                           <scope>provided</scope>
-
 
349
                        </dependency>
-
 
350
                        <dependency>
-
 
351
                          <groupId>com.sun.faces</groupId>
-
 
352
                          <artifactId>jsf-impl</artifactId>
-
 
353
                          <version>${jsf.version}</version>
-
 
354
                        </dependency>
-
 
355
                <dependency>
-
 
356
                                <groupId>javax.servlet</groupId>
-
 
357
                                <artifactId>jstl</artifactId>
-
 
358
                                <version>${jstl.version}</version>
-
 
359
                        </dependency>
-
 
360
                        
-
 
361
                        <dependency>
-
 
362
                                <groupId>org.hibernate</groupId>
-
 
363
                                <artifactId>hibernate-envers</artifactId>
-
 
364
                                <version>${hibernate.version}</version>
-
 
365
                        </dependency>
-
 
366
                        <dependency>
-
 
367
                                <groupId>c3p0</groupId>
-
 
368
                                <artifactId>c3p0</artifactId>
-
 
369
                                <version>${c3p0.version}</version>
-
 
370
                        </dependency>
-
 
371
                        <dependency>
-
 
372
                                <groupId>org.slf4j</groupId>
-
 
373
                                <artifactId>slf4j-nop</artifactId>
-
 
374
                                <version>${slf4j.version}</version>
-
 
375
                        </dependency>
-
 
376
                        <dependency>
-
 
377
                                <groupId>javax.servlet</groupId>
-
 
378
                                <artifactId>servlet-api</artifactId>
-
 
379
                                <version>2.5</version>
-
 
380
                                <scope>provided</scope>
-
 
381
                        </dependency>
-
 
382
                        
-
 
383
                        <dependency>
-
 
384
                                <groupId>org.aspectj</groupId>
-
 
385
                                <artifactId>aspectjrt</artifactId>
-
 
386
                                <version>${aspectj.version}</version>
-
 
387
                        </dependency>
-
 
388
                        <dependency>
-
 
389
                                <groupId>org.aspectj</groupId>
-
 
390
                                <artifactId>aspectjweaver</artifactId>
-
 
391
                                <version>${aspectj.version}</version>
-
 
392
                        </dependency>
-
 
393
                        <dependency>
-
 
394
                                <groupId>org.apache.commons</groupId>
-
 
395
                                <artifactId>commons-email</artifactId>
-
 
396
                                <version>1.3.2</version>
-
 
397
                        </dependency>
-
 
398
                        <dependency>
-
 
399
                                <groupId>commons-fileupload</groupId>
-
 
400
                                <artifactId>commons-fileupload</artifactId>
-
 
401
                                <version>1.3</version>
-
 
402
                        </dependency>
-
 
403
                        <dependency>
-
 
404
                            <groupId>com.itextpdf</groupId>
-
 
405
                            <artifactId>itextpdf</artifactId>
-
 
406
                            <version>5.4.0</version>
-
 
407
                        </dependency>
-
 
408
                        <dependency>
-
 
409
                            <groupId>org.apache.poi</groupId>
-
 
410
                            <artifactId>poi-ooxml</artifactId>
-
 
411
                            <version>3.17</version>
-
 
412
                        </dependency>
-
 
413
                        <dependency>
-
 
414
                            <groupId>org.apache.poi</groupId>
-
 
415
                            <artifactId>poi</artifactId>
-
 
416
                            <version>3.17</version>
-
 
417
                        </dependency>
-
 
418
                        <dependency>
-
 
419
              <groupId>org.primefaces.extensions</groupId>
-
 
420
              <artifactId>resources-ckeditor</artifactId>
-
 
421
              <version>6.0.0</version>
-
 
422
          </dependency>
-
 
423
          <dependency>
-
 
424
                    <groupId>br.com.swconsultoria</groupId>
-
 
425
                    <artifactId>java-nfe</artifactId>
-
 
426
                    <version>4.00.12</version>
-
 
427
                  </dependency>
-
 
428
                  <dependency>
-
 
429
                    <groupId>org.processing</groupId>
-
 
430
                    <artifactId>core</artifactId>
-
 
431
                    <version>3.3.7</version>
-
 
432
                </dependency>
-
 
433
                <dependency>
177
                <dependency>
434
                    <groupId>com.google.zxing</groupId>
-
 
435
                    <artifactId>javase</artifactId>
-
 
436
                    <version>3.3.2</version>
-
 
-
 
178
                <groupId>javax.validation</groupId>
-
 
179
                <artifactId>validation-api</artifactId>
-
 
180
                <version>1.1.0.Final</version>
-
 
181
            </dependency>
-
 
182
           
-
 
183
                <dependency>
-
 
184
                        <groupId>org.hibernate</groupId>
-
 
185
                        <artifactId>hibernate-core</artifactId>
-
 
186
                        <version>${hibernate.version}</version>
437
                </dependency>
187
                </dependency>
438
                 -->
-
 
439
                <!-- 
-
 
440
                <dependency>
-
 
441
                        <groupId>org.primefaces</groupId>
-
 
442
                        <artifactId>primefaces</artifactId>
-
 
443
                        <version>${primefaces.version}</version>
-
 
-
 
188
           
-
 
189
            <dependency>
-
 
190
                <groupId>org.hibernate</groupId>
-
 
191
                <artifactId>hibernate-validator</artifactId>
-
 
192
                <version>${hibernate.version}</version>
-
 
193
            </dependency>
-
 
194
            <dependency>
-
 
195
                <groupId>org.hibernate</groupId>
-
 
196
                <artifactId>hibernate-validator-annotation-processor</artifactId>
-
 
197
                <version>${hibernate.version}</version>
-
 
198
            </dependency>
-
 
199
            <dependency>
-
 
200
                <groupId>org.hibernate</groupId>
-
 
201
                <artifactId>hibernate-validator-cdi</artifactId>
-
 
202
                <version>${hibernate.version}</version>
-
 
203
            </dependency>
-
 
204
            <dependency>
-
 
205
                    <groupId>org.hibernate</groupId>
-
 
206
                    <artifactId>hibernate-entitymanager</artifactId>
-
 
207
                    <version>${hibernate.version}</version>
444
                </dependency>
208
                </dependency>
445
                 -->
-
 
-
 
209
               
-
 
210
            <dependency>
-
 
211
                <groupId>org.jboss.logging</groupId>
-
 
212
                <artifactId>jboss-logging</artifactId>
-
 
213
                <version>3.3.0.Final</version>
-
 
214
            </dependency>
446
        </dependencies>
215
        </dependencies>
447
       
216
       
448
        <repositories>
217
        <repositories>
449
                <!-- 
218
                <!-- 
450
                <repository>
219
                <repository>