BAEL-1551 Jersey filters and interceptors

This commit is contained in:
Marcos Lopez Gonzalez
2018-02-25 21:36:23 +01:00
parent a4d682e57b
commit f532a2cf0b
16 changed files with 443 additions and 4 deletions
+4 -4
View File
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
@@ -281,7 +280,8 @@
<module>lucene</module>
<module>vraptor</module>
<module>persistence-modules/java-cockroachdb</module>
</modules>
<module>jersey</module>
</modules>
<dependencies>
<!-- logging -->
@@ -384,4 +384,4 @@
</extension>
</extensions>
</build>
</project>
</project>