|
26 | 26 | <url>https://github.com/dschadow/Java-Web-Security</url>
|
27 | 27 | </scm>
|
28 | 28 |
|
| 29 | + <licenses> |
| 30 | + <license> |
| 31 | + <name>Apache License 2.0</name> |
| 32 | + <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 33 | + </license> |
| 34 | + </licenses> |
| 35 | + |
29 | 36 | <properties>
|
30 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
31 |
| - <spring.version>4.3.13.RELEASE</spring.version> |
| 38 | + <spring.version>4.3.14.RELEASE</spring.version> |
32 | 39 | <slf4j.version>1.7.25</slf4j.version>
|
33 | 40 | <jsf.version>2.2.15</jsf.version>
|
34 |
| - <hibernate.version>5.2.12.Final</hibernate.version> |
35 |
| - <jacoco.version>0.7.9</jacoco.version> |
| 41 | + <hibernate.version>5.2.13.Final</hibernate.version> |
| 42 | + <jacoco.version>0.8.0</jacoco.version> |
36 | 43 | <sonar.language>java</sonar.language>
|
37 | 44 | </properties>
|
38 | 45 |
|
|
143 | 150 | <defaultGoal>clean package</defaultGoal>
|
144 | 151 |
|
145 | 152 | <plugins>
|
146 |
| - <plugin> |
147 |
| - <groupId>org.apache.maven.plugins</groupId> |
148 |
| - <artifactId>maven-enforcer-plugin</artifactId> |
149 |
| - <version>1.4.1</version> |
150 |
| - <executions> |
151 |
| - <execution> |
152 |
| - <id>enforce-maven</id> |
153 |
| - <goals> |
154 |
| - <goal>enforce</goal> |
155 |
| - </goals> |
156 |
| - <configuration> |
157 |
| - <rules> |
158 |
| - <requireMavenVersion> |
159 |
| - <version>3.0</version> |
160 |
| - </requireMavenVersion> |
161 |
| - </rules> |
162 |
| - </configuration> |
163 |
| - </execution> |
164 |
| - </executions> |
165 |
| - </plugin> |
166 | 153 | <plugin>
|
167 | 154 | <groupId>org.jacoco</groupId>
|
168 | 155 | <artifactId>jacoco-maven-plugin</artifactId>
|
|
222 | 209 | <artifactId>maven-war-plugin</artifactId>
|
223 | 210 | <version>3.2.0</version>
|
224 | 211 | </plugin>
|
225 |
| - <plugin> |
226 |
| - <groupId>org.codehaus.mojo</groupId> |
227 |
| - <artifactId>sonar-maven-plugin</artifactId> |
228 |
| - <version>3.3.0.603</version> |
229 |
| - </plugin> |
230 | 212 | </plugins>
|
231 | 213 | </pluginManagement>
|
232 | 214 | </build>
|
|
241 | 223 | <plugin>
|
242 | 224 | <groupId>org.owasp</groupId>
|
243 | 225 | <artifactId>dependency-check-maven</artifactId>
|
244 |
| - <version>3.1.0</version> |
| 226 | + <version>3.1.1</version> |
245 | 227 | <configuration>
|
246 | 228 | <skipProvidedScope>true</skipProvidedScope>
|
247 | 229 | <skipRuntimeScope>true</skipRuntimeScope>
|
|
0 commit comments