Subversion Repositories Integrator Subversion

Rev

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

Rev 209 Rev 216
Line 10... Line 10...
10
               
10
               
11
        <properties>  
11
        <properties>  
12
                <maven.compiler.target>1.8</maven.compiler.target>  
12
                <maven.compiler.target>1.8</maven.compiler.target>  
13
            <maven.compiler.source>1.8</maven.compiler.source>
13
            <maven.compiler.source>1.8</maven.compiler.source>
14
           
14
           
15
            <spring.version>5.0.0.RELEASE</spring.version>
-
 
16
            <espacocase-framework.version>2.1.0-SNAPSHOT</espacocase-framework.version>
15
            <espacocase-framework.version>2.1.0-SNAPSHOT</espacocase-framework.version>
-
 
16
            <spring.version>5.0.0.RELEASE</spring.version>
-
 
17
           
-
 
18
            <primefaces.version>10.0.0</primefaces.version>
-
 
19
            <poseidon.version>3.0.0</poseidon.version>
17
           
20
           
18
            <tomcat-maven-plugin.version>2.2</tomcat-maven-plugin.version>
21
            <tomcat-maven-plugin.version>2.2</tomcat-maven-plugin.version>
19
                <tomcat.version>7.0.28</tomcat.version>
-
 
-
 
22
                <tomcat.version>7.0.93</tomcat.version>
20
            <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile>
23
            <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile>
-
 
24
           
-
 
25
            <!-- ANTIGO -->
-
 
26
           
-
 
27
            <slf4j.version>1.5.11</slf4j.version>
-
 
28
            <postgresql.version>8.4-702.jdbc4</postgresql.version>
-
 
29
            <validation.version>1.1.0.Final</validation.version>
-
 
30
            <hibernate.validator.version>5.4.3.Final</hibernate.validator.version>
21
           
31
           
22
            <!-- FUTURO FRAMEWORK -->
32
            <!-- FUTURO FRAMEWORK -->
23
            <primefaces.version>10.0.0</primefaces.version>
-
 
24
            <jsf.version>2.2.20</jsf.version>
33
            <jsf.version>2.2.20</jsf.version>
-
 
34
            <javaxfaces.version>2.3.0-m02</javaxfaces.version>
-
 
35
            <hibernate-jpa-api.version>1.0.2.Final</hibernate-jpa-api.version>
-
 
36
           
-
 
37
            <!-- OLD -->
-
 
38
            <jstl.version>1.2</jstl.version>
-
 
39
            <hibernate-core.version>4.2.21.Final</hibernate-core.version>
-
 
40
            <hibernate.version>4.2.21.Final</hibernate.version>
-
 
41
            <c3p0.version>0.9.1.2</c3p0.version>
-
 
42
            <aspectj.version>1.6.12</aspectj.version>
25
        </properties>  
43
        </properties>  
26
       
44
       
27
        <dependencies>
45
        <dependencies>
28
                <!-- FRAMEWORK 
-
 
-
 
46
        <!-- FRAMEWORK -->
29
                <dependency>
47
                <dependency>
30
                        <groupId>br.com.ec</groupId>
48
                        <groupId>br.com.ec</groupId>
31
                        <artifactId>espacocase-framework-core</artifactId>
49
                        <artifactId>espacocase-framework-core</artifactId>
32
                        <version>${espacocase-framework.version}</version>
50
                        <version>${espacocase-framework.version}</version>
33
                </dependency>
51
                </dependency>
Line 39... Line 57...
39
                <dependency>
57
                <dependency>
40
                        <groupId>br.com.ec</groupId>
58
                        <groupId>br.com.ec</groupId>
41
                        <artifactId>espacocase-framework-web</artifactId>
59
                        <artifactId>espacocase-framework-web</artifactId>
42
                        <version>${espacocase-framework.version}</version>
60
                        <version>${espacocase-framework.version}</version>
43
                </dependency>
61
                </dependency>
44
                -->
-
 
45
                <dependency>
-
 
46
                <groupId>org.springframework</groupId>
-
 
47
            <artifactId>spring-webmvc</artifactId>
-
 
48
            <version>${spring.version}</version>  
-
 
49
        </dependency>
-
 
50
        <dependency>
-
 
51
                        <groupId>org.springframework</groupId>
-
 
52
                        <artifactId>spring-aspects</artifactId>
-
 
53
                        <version>${spring.version}</version>
-
 
54
                </dependency>
-
 
55
       
-
 
56
        <!-- SPRING SECURITY -->
-
 
-
 
62
               
-
 
63
        <!-- CONTROLLER -->
-
 
64
                <!-- SPRING SECURITY -->
57
        <dependency>
65
        <dependency>
58
                <groupId>org.springframework.security</groupId>
66
                <groupId>org.springframework.security</groupId>
59
                <artifactId>spring-security-web</artifactId>
67
                <artifactId>spring-security-web</artifactId>
60
                <version>${spring.version}</version>
68
                <version>${spring.version}</version>
61
        </dependency>
69
        </dependency>
Line 67... Line 75...
67
        <dependency>
75
        <dependency>
68
                <groupId>org.springframework.security</groupId>
76
                <groupId>org.springframework.security</groupId>
69
                <artifactId>spring-security-config</artifactId>
77
                <artifactId>spring-security-config</artifactId>
70
                <version>${spring.version}</version>
78
                <version>${spring.version}</version>
71
        </dependency>
79
        </dependency>
72
         
-
 
73
        <!-- MSSQL Server Java Connector dependency -->
-
 
74
                <dependency>
-
 
75
                        <groupId>postgresql</groupId>
-
 
76
                        <artifactId>postgresql</artifactId>
-
 
77
                        <version>8.4-702.jdbc4</version>
-
 
78
                        <scope>runtime</scope>
-
 
-
 
80
        <dependency>
-
 
81
                        <groupId>org.springframework.security</groupId>
-
 
82
                        <artifactId>spring-security-acl</artifactId>
-
 
83
                        <version>${spring.version}</version>
79
                </dependency>
84
                </dependency>
80
                <dependency>  
-
 
-
 
85
-
 
86
        <dependency>  
81
                <groupId>javax.servlet</groupId>  
87
                <groupId>javax.servlet</groupId>  
82
                <artifactId>javax.servlet-api</artifactId>  
88
                <artifactId>javax.servlet-api</artifactId>  
83
                <version>3.1.0</version>  
-
 
-
 
89
                <version>3.1.0</version>
84
                <scope>provided</scope>
90
                <scope>provided</scope>
85
                </dependency>
91
                </dependency>
86
               
-
 
87
                <!-- FUTURO FRAMEWORK -->
-
 
-
 
92
-
 
93
                <dependency>
-
 
94
            <groupId>javax.servlet.jsp</groupId>
-
 
95
            <artifactId>jsp-api</artifactId>
-
 
96
            <version>2.1</version>
-
 
97
            <scope>provided</scope>
-
 
98
        </dependency>
-
 
99
       
-
 
100
        <dependency>
-
 
101
                        <groupId>org.primefaces.extensions</groupId>
-
 
102
                        <artifactId>primefaces-extensions</artifactId>
-
 
103
                        <version>${primefaces.version}</version>
-
 
104
                </dependency>
-
 
105
                <dependency>
-
 
106
                        <groupId>org.primefaces.poseidon</groupId>
-
 
107
                        <artifactId>poseidon</artifactId>
-
 
108
                        <version>${poseidon.version}</version>
-
 
109
                </dependency>
88
                <dependency>
110
                <dependency>
89
            <groupId>org.glassfish</groupId>
111
            <groupId>org.glassfish</groupId>
90
            <artifactId>javax.faces</artifactId>
112
            <artifactId>javax.faces</artifactId>
91
            <version>2.3.0-m02</version>
-
 
-
 
113
            <version>${javaxfaces.version}</version>
92
        </dependency>
114
        </dependency>
93
       
115
       
94
        <dependency>
-
 
95
                   <groupId>com.sun.faces</groupId>
-
 
96
                   <artifactId>jsf-api</artifactId>
-
 
97
                   <version>${jsf.version}</version>
-
 
98
                   <scope>provided</scope>
-
 
-
 
116
        <!-- DOMAIN -->
-
 
117
                <dependency>
-
 
118
                        <groupId>org.hibernate</groupId>
-
 
119
                        <artifactId>hibernate-validator</artifactId>
-
 
120
                        <version>${hibernate.validator.version}</version>
99
                </dependency>
121
                </dependency>
100
               
122
               
-
 
123
        <!-- REPOSITORY -->
101
                <dependency>
124
                <dependency>
102
                   <groupId>com.sun.faces</groupId>
-
 
103
                   <artifactId>jsf-impl</artifactId>
-
 
104
                   <version>${jsf.version}</version>
-
 
105
                   <scope>provided</scope>
-
 
-
 
125
                        <groupId>postgresql</groupId>
-
 
126
                        <artifactId>postgresql</artifactId>
-
 
127
                        <version>${postgresql.version}</version>
-
 
128
                        <scope>runtime</scope>
106
                </dependency>
129
                </dependency>
107
                       
-
 
108
                <!-- https://mvnrepository.com/artifact/javax.inject/javax.inject -->
-
 
-
 
130
               
109
                <dependency>
131
                <dependency>
110
                    <groupId>javax.inject</groupId>
-
 
111
                    <artifactId>javax.inject</artifactId>
-
 
112
                    <version>1</version>
-
 
-
 
132
                        <groupId>org.springframework</groupId>
-
 
133
                        <artifactId>spring-core</artifactId>
-
 
134
                        <version>${spring.version}</version>
113
                </dependency>
135
                </dependency>
114
                               
-
 
115
                <!-- Primefaces dependency -->
-
 
116
                <dependency>
-
 
117
                        <groupId>org.primefaces</groupId>
-
 
118
                        <artifactId>primefaces</artifactId>
-
 
119
                        <version>${primefaces.version}</version>
-
 
-
 
136
                <dependency>
-
 
137
                        <groupId>org.springframework</groupId>
-
 
138
                        <artifactId>spring-context</artifactId>
-
 
139
                        <version>${spring.version}</version>
-
 
140
                </dependency>  
-
 
141
                <dependency>
-
 
142
                        <groupId>org.springframework</groupId>
-
 
143
                        <artifactId>spring-web</artifactId>
-
 
144
                        <version>${spring.version}</version>
120
                </dependency>
145
                </dependency>
121
               
-
 
122
                <dependency>
146
                <dependency>
123
                        <groupId>org.primefaces.poseidon</groupId>
-
 
124
                        <artifactId>poseidon</artifactId>
-
 
125
                        <version>3.0.0</version>
-
 
-
 
147
                        <groupId>org.springframework</groupId>
-
 
148
                        <artifactId>spring-tx</artifactId>
-
 
149
                        <version>${spring.version}</version>
126
                </dependency>
150
                </dependency>
127
               
-
 
128
                <dependency>
-
 
129
                        <groupId>org.primefaces.extensions</groupId>
-
 
130
                        <artifactId>primefaces-extensions</artifactId>
-
 
131
                        <version>10.0.0</version>
-
 
-
 
151
        <dependency>
-
 
152
                        <groupId>org.springframework</groupId>
-
 
153
                        <artifactId>spring-aspects</artifactId>
-
 
154
                        <version>${spring.version}</version>
132
                </dependency>
155
                </dependency>
133
               
-
 
134
                <!-- <dependency>
-
 
135
                        <groupId>org.primefaces.themes</groupId>
-
 
136
                        <artifactId>poseidon-theme</artifactId>
-
 
137
                        <version>3.0.0</version>
-
 
138
                </dependency> -->
-
 
139
               
-
 
140
                <!-- https://mvnrepository.com/artifact/org.primefaces/maven-jsf-plugin -->
-
 
141
                <!-- <dependency>
-
 
142
                    <groupId>org.primefaces</groupId>
-
 
143
                    <artifactId>maven-jsf-plugin</artifactId>
-
 
144
                    <version>1.3.2</version>
-
 
145
                </dependency> -->
-
 
146
                               
-
 
147
                <!-- <dependency>
-
 
-
 
156
                <dependency>
-
 
157
                    <groupId>org.springframework</groupId>
-
 
158
                    <artifactId>spring-orm</artifactId>
-
 
159
                    <version>${spring.version}</version>
-
 
160
                </dependency>
-
 
161
                <dependency>
-
 
162
                        <groupId>org.springframework</groupId>
-
 
163
                        <artifactId>spring-webmvc</artifactId>
-
 
164
                        <version>${spring.version}</version>
-
 
165
                </dependency>
-
 
166
                <!-- FUTURO FRAMEWORK -->
-
 
167
<!--
-
 
168
                <dependency>
148
                    <groupId>org.webjars</groupId>
169
                    <groupId>org.webjars</groupId>
149
                    <artifactId>bootstrap</artifactId>
170
                    <artifactId>bootstrap</artifactId>
150
                    <version>5.0.0</version>
171
                    <version>5.0.0</version>
151
                </dependency> -->
-
 
152
-
 
-
 
172
                </dependency>
-
 
173
<dependency>
-
 
174
                    <groupId>org.eclipse.persistence</groupId>
-
 
175
                    <artifactId>javax.persistence</artifactId>
-
 
176
                    <version>2.0.0</version>
-
 
177
                </dependency>
-
 
178
                <dependency>
-
 
179
                <groupId>javax.persistence</groupId>
-
 
180
                <artifactId>javax.persistence-api</artifactId>
-
 
181
                <version>2.2</version>
-
 
182
            </dependency>
-
 
183
-->
-
 
184
                <dependency>
-
 
185
                    <groupId>org.hibernate.javax.persistence</groupId>
-
 
186
                    <artifactId>hibernate-jpa-2.1-api</artifactId>
-
 
187
                        <version>${hibernate-jpa-api.version}</version>
-
 
188
                </dependency>
-
 
189
                       
-
 
190
                        <!-- REPOSITORY OLD -->
-
 
191
                        <dependency>
-
 
192
                    <groupId>br.com.ec</groupId>
-
 
193
                    <artifactId>relatorio-font-arial</artifactId>
-
 
194
                    <version>1.0</version>
-
 
195
                </dependency>
-
 
196
                <dependency>
-
 
197
                           <groupId>com.sun.faces</groupId>
-
 
198
                           <artifactId>jsf-api</artifactId>
-
 
199
                           <version>${jsf.version}</version>
-
 
200
                           <scope>provided</scope>
-
 
201
                        </dependency>
-
 
202
                        <dependency>
-
 
203
                          <groupId>com.sun.faces</groupId>
-
 
204
                          <artifactId>jsf-impl</artifactId>
-
 
205
                          <version>${jsf.version}</version>
-
 
206
                        </dependency>
-
 
207
                <dependency>
-
 
208
                                <groupId>javax.servlet</groupId>
-
 
209
                                <artifactId>jstl</artifactId>
-
 
210
                                <version>${jstl.version}</version>
-
 
211
                        </dependency>
-
 
212
                        <dependency>
-
 
213
                                <groupId>org.hibernate</groupId>
-
 
214
                                <artifactId>hibernate-core</artifactId>
-
 
215
                                <version>${hibernate-core.version}</version>
-
 
216
                                <scope>compile</scope>
-
 
217
                        </dependency>
-
 
218
                        <dependency>
-
 
219
                                <groupId>org.hibernate</groupId>
-
 
220
                                <artifactId>hibernate-core</artifactId>
-
 
221
                                <version>${hibernate-core.version}</version>
-
 
222
                                <scope>compile</scope>
-
 
223
                        </dependency>
-
 
224
                        <dependency>
-
 
225
                                <groupId>org.hibernate</groupId>
-
 
226
                                <artifactId>hibernate-envers</artifactId>
-
 
227
                                <version>${hibernate.version}</version>
-
 
228
                        </dependency>
-
 
229
                        <dependency>
-
 
230
                                <groupId>c3p0</groupId>
-
 
231
                                <artifactId>c3p0</artifactId>
-
 
232
                                <version>${c3p0.version}</version>
-
 
233
                        </dependency>
-
 
234
                        <dependency>
-
 
235
                                <groupId>org.slf4j</groupId>
-
 
236
                                <artifactId>slf4j-nop</artifactId>
-
 
237
                                <version>${slf4j.version}</version>
-
 
238
                        </dependency>
-
 
239
                        <dependency>
-
 
240
                                <groupId>javax.servlet</groupId>
-
 
241
                                <artifactId>servlet-api</artifactId>
-
 
242
                                <version>2.5</version>
-
 
243
                                <scope>provided</scope>
-
 
244
                        </dependency>
-
 
245
                        <dependency>
-
 
246
                                <groupId>org.aspectj</groupId>
-
 
247
                                <artifactId>aspectjrt</artifactId>
-
 
248
                                <version>${aspectj.version}</version>
-
 
249
                        </dependency>
-
 
250
                        <dependency>
-
 
251
                                <groupId>org.aspectj</groupId>
-
 
252
                                <artifactId>aspectjweaver</artifactId>
-
 
253
                                <version>${aspectj.version}</version>
-
 
254
                        </dependency>
-
 
255
                        <dependency>
-
 
256
                                <groupId>org.apache.commons</groupId>
-
 
257
                                <artifactId>commons-email</artifactId>
-
 
258
                                <version>1.3.2</version>
-
 
259
                        </dependency>
-
 
260
                        <dependency>
-
 
261
                                <groupId>commons-fileupload</groupId>
-
 
262
                                <artifactId>commons-fileupload</artifactId>
-
 
263
                                <version>1.3</version>
-
 
264
                        </dependency>
-
 
265
                        <dependency>
-
 
266
                            <groupId>com.itextpdf</groupId>
-
 
267
                            <artifactId>itextpdf</artifactId>
-
 
268
                            <version>5.4.0</version>
-
 
269
                        </dependency>
-
 
270
                        <dependency>
-
 
271
                            <groupId>org.apache.poi</groupId>
-
 
272
                            <artifactId>poi-ooxml</artifactId>
-
 
273
                            <version>3.17</version>
-
 
274
                        </dependency>
-
 
275
                        <dependency>
-
 
276
                            <groupId>org.apache.poi</groupId>
-
 
277
                            <artifactId>poi</artifactId>
-
 
278
                            <version>3.17</version>
-
 
279
                        </dependency>
-
 
280
                        <dependency>
-
 
281
              <groupId>org.primefaces.extensions</groupId>
-
 
282
              <artifactId>resources-ckeditor</artifactId>
-
 
283
              <version>6.0.0</version>
-
 
284
          </dependency>
-
 
285
          <dependency>
-
 
286
                    <groupId>br.com.swconsultoria</groupId>
-
 
287
                    <artifactId>java-nfe</artifactId>
-
 
288
                    <version>4.00.12</version>
-
 
289
                  </dependency>
-
 
290
                  <dependency>
-
 
291
                    <groupId>org.processing</groupId>
-
 
292
                    <artifactId>core</artifactId>
-
 
293
                    <version>3.3.7</version>
-
 
294
                </dependency>
-
 
295
                <dependency>
-
 
296
                    <groupId>com.google.zxing</groupId>
-
 
297
                    <artifactId>javase</artifactId>
-
 
298
                    <version>3.3.2</version>
-
 
299
                </dependency>
153
               
300
               
-
 
301
                <!--  -->
-
 
302
                <dependency>
-
 
303
                        <groupId>org.primefaces</groupId>
-
 
304
                        <artifactId>primefaces</artifactId>
-
 
305
                        <version>${primefaces.version}</version>
-
 
306
                </dependency>
154
        </dependencies>
307
        </dependencies>
155
       
308
       
156
        <repositories>
309
        <repositories>
157
                <!-- 
310
                <!-- 
158
                <repository>
311
                <repository>
Line 163... Line 316...
163
                </repository>
316
                </repository>
164
                 -->
317
                 -->
165
</repositories>
318
</repositories>
166
319
167
        <build>  
320
        <build>  
168
                <plugins>  
-
 
-
 
321
            <plugins>  
169
                <plugin>  
322
                <plugin>  
170
                    <groupId>org.apache.maven.plugins</groupId>  
323
                    <groupId>org.apache.maven.plugins</groupId>  
171
                    <artifactId>maven-war-plugin</artifactId>  
324
                    <artifactId>maven-war-plugin</artifactId>  
172
                    <version>2.6</version>  
325
                    <version>2.6</version>  
173
                    <configuration>  
326
                    <configuration>  
Line 182... Line 335...
182
                                <configuration>
335
                                <configuration>
183
                                        <contextFile>${tomcat.contextFile}</contextFile>
336
                                        <contextFile>${tomcat.contextFile}</contextFile>
184
                                        <port>8083</port>
337
                                        <port>8083</port>
185
                                </configuration>
338
                                </configuration>
186
                        </plugin>
339
                        </plugin>
187
            </plugins>  
-
 
-
 
340
            </plugins>
188
        </build>
341
        </build>
189
       
342
       
190
</project>  
343
</project>