diff --git a/.gitignore b/.gitignore index d2c16352c..c140e8f85 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ nbproject /bridje-ajax/dist /bridje-sql/derby.log /bridje-orm/derby.log +/bridje-http/dependency-reduced-pom.xml diff --git a/bridje-http/pom.xml b/bridje-http/pom.xml index 5c6b6be12..6cf1d1734 100644 --- a/bridje-http/pom.xml +++ b/bridje-http/pom.xml @@ -55,6 +55,28 @@ + + org.apache.maven.plugins + maven-shade-plugin + 3.1.1 + + + package + + shade + + + true + + + org.bridje:bridje-ioc + org.bridje:bridje-vfs + + + + + + @@ -66,7 +88,13 @@ io.netty - netty-all + netty-codec-http + 4.1.30.Touwolf-SNAPSHOT + + + io.netty + netty-handler + 4.1.30.Touwolf-SNAPSHOT ${project.groupId} diff --git a/pom.xml b/pom.xml index 5b48df91c..fe2bf8db7 100644 --- a/pom.xml +++ b/pom.xml @@ -252,7 +252,7 @@ io.netty netty-all - 4.1.30.Final-SNAPSHOT + 4.1.30.Touwolf-SNAPSHOT