Subversion Repositories Integrator Subversion

Rev

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

Rev 226 Rev 242
Line 9... Line 9...
9
        <packaging>war</packaging>    
9
        <packaging>war</packaging>    
10
               
10
               
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
                <java.version>1.8</java.version>
14
               
15
               
15
                <java.version>1.7</java.version>
-
 
16
-
 
17
            <espacocase-framework.version>2.1.0-SNAPSHOT</espacocase-framework.version>
-
 
18
           
-
 
19
            <springsecurity.version>5.0.19.RELEASE</springsecurity.version>
-
 
20
            <spring.version>5.0.19.RELEASE</spring.version>
-
 
21
           
-
 
22
            <primefaces.version>10.0.0</primefaces.version>
-
 
23
            <poseidon.version>3.0.0</poseidon.version>
-
 
24
           
-
 
25
            <tomcat-maven-plugin.version>2.2</tomcat-maven-plugin.version>
-
 
-
 
16
                <tomcat-maven-plugin.version>2.2</tomcat-maven-plugin.version>
26
                <tomcat.version>7.0.76</tomcat.version>
17
                <tomcat.version>7.0.76</tomcat.version>
27
            <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile>
-
 
28
           
-
 
29
            <!-- ANTIGO -->
-
 
30
           
-
 
31
            <slf4j.version>1.5.11</slf4j.version>
-
 
32
            <postgresql.version>9.3-1100-jdbc41</postgresql.version>
-
 
33
            <validation.version>1.1.0.Final</validation.version>
-
 
34
            <hibernate.version>5.4.3.Final</hibernate.version>
-
 
35
           
-
 
36
            <!-- FUTURO FRAMEWORK -->
-
 
37
            <jsf.version>2.2.20</jsf.version>
-
 
38
            <javaxfaces.version>2.3.0-m02</javaxfaces.version>
-
 
39
            <hibernate-jpa-api.version>1.0.2.Final</hibernate-jpa-api.version>
-
 
40
           
-
 
41
            <jstl.version>1.2</jstl.version>
-
 
42
           
-
 
43
            <c3p0.version>0.9.1.2</c3p0.version>
-
 
44
            <aspectj.version>1.6.12</aspectj.version>
-
 
-
 
18
                <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile>
-
 
19
-
 
20
                <espacocase-framework.version>2.1.0-SNAPSHOT</espacocase-framework.version>
-
 
21
               
-
 
22
                <springsecurity.version>5.0.19.RELEASE</springsecurity.version>
-
 
23
-
 
24
                <servlet-api.version>3.0.1</servlet-api.version>
-
 
25
                <tomcat-servlet-api.version>7.0.21</tomcat-servlet-api.version>
-
 
26
                <servlet-jsp-api.version>2.1</servlet-jsp-api.version>
-
 
27
               
-
 
28
                <primefaces.version>10.0.0</primefaces.version>
-
 
29
                <poseidon.version>3.0.0</poseidon.version>
-
 
30
               
-
 
31
                <!-- <javaxfaces.version>2.2.6</javaxfaces.version> -->
-
 
32
                <javaxfaces.version>2.3.0-m02</javaxfaces.version>
-
 
33
               
-
 
34
                <spring.version>5.0.19.RELEASE</spring.version>
-
 
35
               
-
 
36
                <!-- <postgresql.version>8.4-702.jdbc4</postgresql.version> -->
-
 
37
                <postgresql.version>9.3-1100-jdbc41</postgresql.version>
-
 
38
                <postgresql-driver.version>42.2.15</postgresql-driver.version>
-
 
39
               
-
 
40
                <validation-api.version>1.1.0.Final</validation-api.version>
-
 
41
               
-
 
42
                <hibernate-jpa-api.version>1.0.2.Final</hibernate-jpa-api.version>
-
 
43
                <hibernate.version>5.3.4.Final</hibernate.version>
-
 
44
               
-
 
45
                <c3p0.version>0.9.1.2</c3p0.version>
-
 
46
               
-
 
47
                <!-- FUTURO FRAMEWORK 
-
 
48
                <slf4j.version>1.5.11</slf4j.version>
-
 
49
                <aspectj.version>1.6.12</aspectj.version>
-
 
50
                -->
45
        </properties>
51
        </properties>
46
       
52
       
47
        <dependencies>
53
        <dependencies>
48
        <!-- FRAMEWORK -->
54
        <!-- FRAMEWORK -->
49
                <dependency>
55
                <dependency>
Line 61... Line 67...
61
                        <artifactId>espacocase-framework-web</artifactId>
67
                        <artifactId>espacocase-framework-web</artifactId>
62
                        <version>${espacocase-framework.version}</version>
68
                        <version>${espacocase-framework.version}</version>
63
                </dependency>
69
                </dependency>
64
               
70
               
65
        <!-- CONTROLLER -->
71
        <!-- CONTROLLER -->
66
                <!-- SPRING SECURITY -->
-
 
67
        <dependency>
-
 
68
                <groupId>org.springframework.security</groupId>
-
 
69
                <artifactId>spring-security-web</artifactId>
-
 
70
                <version>${springsecurity.version}</version>
-
 
71
        </dependency>
-
 
72
        <dependency>
-
 
73
                <groupId>org.springframework.security</groupId>
-
 
74
                <artifactId>spring-security-config</artifactId>
-
 
75
                <version>${springsecurity.version}</version>
-
 
76
        </dependency>
-
 
77
        <dependency>
-
 
78
                <groupId>org.springframework.security</groupId>
-
 
79
                <artifactId>spring-security-core</artifactId>
-
 
80
                <version>${springsecurity.version}</version>
-
 
81
        </dependency>
-
 
82
        <dependency>
-
 
83
                        <groupId>org.springframework.security</groupId>
-
 
84
                        <artifactId>spring-security-acl</artifactId>
-
 
85
                        <version>${springsecurity.version}</version>
-
 
86
                </dependency>
-
 
87
               
-
 
88
        <dependency>  
72
        <dependency>  
89
                <groupId>javax.servlet</groupId>  
73
                <groupId>javax.servlet</groupId>  
90
                <artifactId>javax.servlet-api</artifactId>  
74
                <artifactId>javax.servlet-api</artifactId>  
91
                <version>3.0.1</version>
-
 
-
 
75
                <version>${servlet-api.version}</version>
92
                <scope>provided</scope>
76
                <scope>provided</scope>
93
                </dependency>
77
                </dependency>
94
         
-
 
95
         <dependency>
78
         <dependency>
96
                <groupId>org.apache.tomcat</groupId>
79
                <groupId>org.apache.tomcat</groupId>
97
                <artifactId>tomcat-servlet-api</artifactId>
80
                <artifactId>tomcat-servlet-api</artifactId>
98
                <version>7.0.21</version>
-
 
-
 
81
                <version>${tomcat-servlet-api.version}</version>
99
                <scope>provided</scope>
82
                <scope>provided</scope>
100
            </dependency>
83
            </dependency>
101
           
-
 
102
                <dependency>
84
                <dependency>
103
            <groupId>javax.servlet.jsp</groupId>
85
            <groupId>javax.servlet.jsp</groupId>
104
            <artifactId>jsp-api</artifactId>
86
            <artifactId>jsp-api</artifactId>
105
            <version>2.1</version>
-
 
-
 
87
            <version>${servlet-jsp-api.version}</version>
106
            <scope>provided</scope>
88
            <scope>provided</scope>
107
        </dependency>
89
        </dependency>
108
       
90
       
-
 
91
                <dependency>
-
 
92
                    <groupId>org.primefaces</groupId>
-
 
93
                    <artifactId>primefaces</artifactId>
-
 
94
                        <version>${primefaces.version}</version>
-
 
95
                </dependency>
109
        <dependency>
96
        <dependency>
110
                        <groupId>org.primefaces.extensions</groupId>
97
                        <groupId>org.primefaces.extensions</groupId>
111
                        <artifactId>primefaces-extensions</artifactId>
98
                        <artifactId>primefaces-extensions</artifactId>
112
                        <version>${primefaces.version}</version>
99
                        <version>${primefaces.version}</version>
113
                </dependency>
100
                </dependency>
Line 121... Line 108...
121
            <groupId>org.glassfish</groupId>
108
            <groupId>org.glassfish</groupId>
122
            <artifactId>javax.faces</artifactId>
109
            <artifactId>javax.faces</artifactId>
123
            <version>${javaxfaces.version}</version>
110
            <version>${javaxfaces.version}</version>
124
        </dependency>
111
        </dependency>
125
       
112
       
-
 
113
                <!-- SPRING SECURITY -->
-
 
114
        <dependency>
-
 
115
                <groupId>org.springframework.security</groupId>
-
 
116
                <artifactId>spring-security-web</artifactId>
-
 
117
                <version>${spring.version}</version>
-
 
118
        </dependency>
-
 
119
        <dependency>
-
 
120
                <groupId>org.springframework.security</groupId>
-
 
121
                <artifactId>spring-security-config</artifactId>
-
 
122
                <version>${spring.version}</version>
-
 
123
        </dependency>
-
 
124
        <dependency>
-
 
125
                <groupId>org.springframework.security</groupId>
-
 
126
                <artifactId>spring-security-core</artifactId>
-
 
127
                <version>${spring.version}</version>
-
 
128
        </dependency>
-
 
129
        <dependency>
-
 
130
                        <groupId>org.springframework.security</groupId>
-
 
131
                        <artifactId>spring-security-acl</artifactId>
-
 
132
                        <version>${spring.version}</version>
-
 
133
                </dependency>
-
 
134
       
126
        <!-- REPOSITORY -->
135
        <!-- REPOSITORY -->
-
 
136
               
127
                <dependency>
137
                <dependency>
128
                        <groupId>postgresql</groupId>
-
 
-
 
138
                        <groupId>org.postgresql</groupId>
129
                        <artifactId>postgresql</artifactId>
139
                        <artifactId>postgresql</artifactId>
130
                        <version>${postgresql.version}</version>
140
                        <version>${postgresql.version}</version>
131
                        <scope>runtime</scope>
141
                        <scope>runtime</scope>
132
                </dependency>
142
                </dependency>
133
       
-
 
-
 
143
                 
-
 
144
                 <!-- 
-
 
145
                <dependency>
-
 
146
                        <groupId>org.postgresql</groupId>
-
 
147
                        <artifactId>postgresql</artifactId>
-
 
148
                        <version>${postgresql-driver.version}</version>
-
 
149
                        <scope>runtime</scope>
-
 
150
                </dependency>
-
 
151
                -->
-
 
152
               
134
                <dependency>
153
                <dependency>
135
                        <groupId>org.springframework</groupId>
154
                        <groupId>org.springframework</groupId>
136
                        <artifactId>spring-core</artifactId>
155
                        <artifactId>spring-core</artifactId>
137
                        <version>${spring.version}</version>
156
                        <version>${spring.version}</version>
138
                </dependency>
157
                </dependency>
Line 154... Line 173...
154
        <dependency>
173
        <dependency>
155
                        <groupId>org.springframework</groupId>
174
                        <groupId>org.springframework</groupId>
156
                        <artifactId>spring-aspects</artifactId>
175
                        <artifactId>spring-aspects</artifactId>
157
                        <version>${spring.version}</version>
176
                        <version>${spring.version}</version>
158
                </dependency>
177
                </dependency>
159
               
-
 
160
                <dependency>
178
                <dependency>
161
                    <groupId>org.springframework</groupId>
179
                    <groupId>org.springframework</groupId>
162
                    <artifactId>spring-orm</artifactId>
180
                    <artifactId>spring-orm</artifactId>
163
                    <version>${spring.version}</version>
181
                    <version>${spring.version}</version>
164
                </dependency>
182
                </dependency>
Line 175... Line 193...
175
        </dependency>
193
        </dependency>
176
       
194
       
177
                <dependency>
195
                <dependency>
178
                <groupId>javax.validation</groupId>
196
                <groupId>javax.validation</groupId>
179
                <artifactId>validation-api</artifactId>
197
                <artifactId>validation-api</artifactId>
180
                <version>1.1.0.Final</version>
-
 
-
 
198
                <version>${validation-api.version}</version>
181
            </dependency>
199
            </dependency>
-
 
200
             
-
 
201
            <dependency>
-
 
202
                        <groupId>org.hibernate.javax.persistence</groupId>
-
 
203
                        <artifactId>hibernate-jpa-2.1-api</artifactId>
-
 
204
                        <version>${hibernate-jpa-api.version}</version>
-
 
205
                </dependency>
-
 
206
               
-
 
207
                <dependency>
-
 
208
                    <groupId>javax.persistence</groupId>
-
 
209
                    <artifactId>javax.persistence-api</artifactId>
-
 
210
                    <version>2.2</version>
-
 
211
                </dependency>
182
           
212
           
183
                <dependency>
-
 
-
 
213
            <dependency>
184
                        <groupId>org.hibernate</groupId>
214
                        <groupId>org.hibernate</groupId>
185
                        <artifactId>hibernate-core</artifactId>
215
                        <artifactId>hibernate-core</artifactId>
186
                        <version>${hibernate.version}</version>
216
                        <version>${hibernate.version}</version>
-
 
217
                        <scope>compile</scope>
187
                </dependency>
218
                </dependency>
188
           
-
 
189
            <dependency>
-
 
-
 
219
                <dependency>
190
                <groupId>org.hibernate</groupId>
220
                <groupId>org.hibernate</groupId>
191
                <artifactId>hibernate-validator</artifactId>
221
                <artifactId>hibernate-validator</artifactId>
192
                <version>${hibernate.version}</version>
222
                <version>${hibernate.version}</version>
193
            </dependency>
223
            </dependency>
-
 
224
           
-
 
225
           
-
 
226
            <!-- C3P0 -->
-
 
227
            <dependency>
-
 
228
                        <groupId>org.hibernate</groupId>
-
 
229
                        <artifactId>hibernate-c3p0</artifactId>
-
 
230
                        <version>${hibernate.version}</version>
-
 
231
                </dependency>
-
 
232
                <dependency>  
-
 
233
            <groupId>c3p0</groupId>  
-
 
234
            <artifactId>c3p0</artifactId>  
-
 
235
            <version>${c3p0.version}</version>  
-
 
236
        </dependency>
-
 
237
-
 
238
            <!-- TESTE -->
-
 
239
                <dependency>
-
 
240
                        <groupId>org.hibernate</groupId>
-
 
241
                        <artifactId>hibernate-envers</artifactId>
-
 
242
                        <version>${hibernate.version}</version>
-
 
243
                </dependency>
-
 
244
           
194
            <dependency>
245
            <dependency>
195
                <groupId>org.hibernate</groupId>
246
                <groupId>org.hibernate</groupId>
196
                <artifactId>hibernate-validator-annotation-processor</artifactId>
247
                <artifactId>hibernate-validator-annotation-processor</artifactId>
197
                <version>${hibernate.version}</version>
248
                <version>${hibernate.version}</version>
198
            </dependency>
249
            </dependency>
Line 203... Line 254...
203
            </dependency>
254
            </dependency>
204
            <dependency>
255
            <dependency>
205
                    <groupId>org.hibernate</groupId>
256
                    <groupId>org.hibernate</groupId>
206
                    <artifactId>hibernate-entitymanager</artifactId>
257
                    <artifactId>hibernate-entitymanager</artifactId>
207
                    <version>${hibernate.version}</version>
258
                    <version>${hibernate.version}</version>
-
 
259
                    <scope>compile</scope>
208
                </dependency>
260
                </dependency>
209
               
-
 
-
 
261
                <dependency>
-
 
262
                    <groupId>org.hibernate</groupId>
-
 
263
                    <artifactId>hibernate-core-jakarta</artifactId>
-
 
264
                    <version>5.5.0.Final</version>
-
 
265
                </dependency>
-
 
266
                <dependency>
-
 
267
                    <groupId>org.glassfish.jaxb</groupId>
-
 
268
                    <artifactId>jaxb-runtime</artifactId>
-
 
269
                    <version>3.0.0</version>
-
 
270
                </dependency>
-
 
271
-
 
272
                <dependency>  
-
 
273
             <groupId>com.mchange</groupId>  
-
 
274
             <artifactId>mchange-commons-java</artifactId>  
-
 
275
             <version>0.2.10</version>  
-
 
276
         </dependency>  
-
 
277
         
-
 
278
                <!-- 
210
            <dependency>
279
            <dependency>
211
                <groupId>org.jboss.logging</groupId>
280
                <groupId>org.jboss.logging</groupId>
212
                <artifactId>jboss-logging</artifactId>
281
                <artifactId>jboss-logging</artifactId>
213
                <version>3.3.0.Final</version>
282
                <version>3.3.0.Final</version>
214
            </dependency>
283
            </dependency>
-
 
284
             -->
-
 
285
             
-
 
286
            <!-- 
-
 
287
                <dependency>
-
 
288
                    <groupId>com.sun.xml.fastinfoset</groupId>
-
 
289
                    <artifactId>fastInfoset</artifactId>
-
 
290
                    <version>1.2.15</version>
-
 
291
                </dependency>
-
 
292
                <dependency>
-
 
293
                        <groupId>org.slf4j</groupId>
-
 
294
                        <artifactId>slf4j-nop</artifactId>
-
 
295
                        <version>${slf4j.version}</version>
-
 
296
                </dependency>
-
 
297
                <dependency>
-
 
298
                    <groupId>com.fasterxml.jackson.core</groupId>
-
 
299
                    <artifactId>jackson-databind</artifactId>
-
 
300
                    <version>2.12.2</version>
-
 
301
                </dependency>
-
 
302
                <dependency>
-
 
303
                    <groupId>com.fasterxml.jackson.core</groupId>
-
 
304
                    <artifactId>jackson-annotations</artifactId>
-
 
305
                    <version>2.12.2</version>
-
 
306
                </dependency>
-
 
307
                <dependency>
-
 
308
                    <groupId>org.glassfish.jaxb</groupId>
-
 
309
                    <artifactId>txw2</artifactId>
-
 
310
                    <version>2.3.1</version>
-
 
311
                </dependency>
-
 
312
                <dependency>
-
 
313
                    <groupId>com.sun.istack</groupId>
-
 
314
                    <artifactId>istack-commons-runtime</artifactId>
-
 
315
                    <version>3.0.7</version>
-
 
316
                </dependency>
-
 
317
                <dependency>
-
 
318
                    <groupId>javax.xml.bind</groupId>
-
 
319
                    <artifactId>jaxb-api</artifactId>
-
 
320
                    <version>2.3.1</version>
-
 
321
                </dependency>
-
 
322
                -->
215
        </dependencies>
323
        </dependencies>
216
       
324
       
217
        <repositories>
325
        <repositories>
218
                <!-- 
326
                <!-- 
219
                <repository>
327
                <repository>