diff --git a/_bin/createRelease.bat b/_bin/createRelease.bat
deleted file mode 100644
index 66a1f58..0000000
--- a/_bin/createRelease.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-@ECHO OFF
-setlocal
-set BASEPATH=%~dp0%
-cd %BASEPATH%\..
-mvn release:clean release:prepare -Dmaven.test.skip=true -Darguments="-Dmaven.test.skip=true -DskipTests"
\ No newline at end of file
diff --git a/db/pom.xml b/db/pom.xml
index cbfde88..cb19bea 100644
--- a/db/pom.xml
+++ b/db/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
de.muehlencord.shared
shared-db
- ejb
+ jar
shared
diff --git a/jeeutil/pom.xml b/jeeutil/pom.xml
index 27c1fcf..d25d78b 100644
--- a/jeeutil/pom.xml
+++ b/jeeutil/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
de.muehlencord.shared
shared-jeeutil
- ejb
+ jar
shared-jeeutil
diff --git a/network/nb-configuration.xml b/network/nb-configuration.xml
deleted file mode 100644
index d1a1178..0000000
--- a/network/nb-configuration.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
- all
-
-
diff --git a/network/pom.xml b/network/pom.xml
index 3b6d0be..e2ddebd 100644
--- a/network/pom.xml
+++ b/network/pom.xml
@@ -16,29 +16,36 @@ limitations under the License.
shared-network
-
- ${project.artifactId}
-
+ de.muehlencord.shared
+ 4.0.0
+ shared-network
+
+ jar
+
+
+ shared
+ de.muehlencord
+ 2.0.0-SNAPSHOT
+
+
+ UTF-8
+
+
+ http://maven.apache.org
+
+ 2.0.0-SNAPSHOT
+
-
- junit-jupiter-engine
- org.junit.jupiter
- test
-
+
slf4j-api
org.slf4j
provided
-
- slf4j-jdk14
- org.slf4j
- test
-
+
shared-util
de.muehlencord.shared
- jar
@@ -60,25 +67,22 @@ limitations under the License.
jaxws-api
javax.xml.ws
test
- 2.3.1
+
+
+
+
+ junit-jupiter-engine
+ org.junit.jupiter
+ test
+
+
+ slf4j-jdk14
+ org.slf4j
+ test
- de.muehlencord.shared
- 4.0.0
- shared-network
- jar
-
-
- shared
- de.muehlencord
- 2.0.0-SNAPSHOT
-
-
- UTF-8
-
-
- http://maven.apache.org
-
- 2.0.0-SNAPSHOT
+
+ ${project.artifactId}
+
diff --git a/pom.xml b/pom.xml
index 5aa0fd4..27e13e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@ limitations under the License.
5.1.5
2.1.0
2.0.0
+ 2.3.1
@@ -206,6 +207,11 @@ limitations under the License.
com.fasterxml.jackson.datatype
${jackson.version}
+
+ jaxws-api
+ javax.xml.ws
+ ${jaxws-api.version}
+
scrypt