diff --git a/.vscode/settings.json b/.vscode/settings.json
index a9ec60e..2b52057 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,4 @@
{
- "maven.view": "hierarchical"
+ "maven.view": "hierarchical",
+ "java.configuration.updateBuildConfiguration": "interactive"
}
\ No newline at end of file
diff --git a/backend/pom.xml b/backend/pom.xml
index ab15cab..faf670e 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -6,7 +6,7 @@
com.crypto
cryptoseals
- 1.0.0-SERVER
+ 1
23
@@ -37,31 +37,27 @@
org.apache.maven.plugins
- maven-shade-plugin
- 3.5.1
+ maven-assembly-plugin
package
- shade
+ single
-
-
- com.crypto.Seal
-
-
-
-
- *:*
-
- META-INF/*.SF
- META-INF/*.DSA
- META-INF/*.RSA
-
-
-
+
+
+
+ com.crypto.Seal
+
+
+
+
+ jar-with-dependencies
+
+
+ true
+ app