Skip to content

Commit 9a39387

Browse files
committed
Added license, updated dependencies
1 parent 076c184 commit 9a39387

File tree

1 file changed

+11
-29
lines changed

1 file changed

+11
-29
lines changed

pom.xml

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,20 @@
2626
<url>https://github.com/dschadow/Java-Web-Security</url>
2727
</scm>
2828

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+
2936
<properties>
3037
<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>
3239
<slf4j.version>1.7.25</slf4j.version>
3340
<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>
3643
<sonar.language>java</sonar.language>
3744
</properties>
3845

@@ -143,26 +150,6 @@
143150
<defaultGoal>clean package</defaultGoal>
144151

145152
<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>
166153
<plugin>
167154
<groupId>org.jacoco</groupId>
168155
<artifactId>jacoco-maven-plugin</artifactId>
@@ -222,11 +209,6 @@
222209
<artifactId>maven-war-plugin</artifactId>
223210
<version>3.2.0</version>
224211
</plugin>
225-
<plugin>
226-
<groupId>org.codehaus.mojo</groupId>
227-
<artifactId>sonar-maven-plugin</artifactId>
228-
<version>3.3.0.603</version>
229-
</plugin>
230212
</plugins>
231213
</pluginManagement>
232214
</build>
@@ -241,7 +223,7 @@
241223
<plugin>
242224
<groupId>org.owasp</groupId>
243225
<artifactId>dependency-check-maven</artifactId>
244-
<version>3.1.0</version>
226+
<version>3.1.1</version>
245227
<configuration>
246228
<skipProvidedScope>true</skipProvidedScope>
247229
<skipRuntimeScope>true</skipRuntimeScope>

0 commit comments

Comments
 (0)