projects
/
msta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd37f95
)
📌 Add dependencies for MSTA modules
author
David Roden
<github-a8in@qsheltier.de>
Sat, 25 Jan 2025 09:21:17 +0000
(10:21 +0100)
committer
David Roden
<github-a8in@qsheltier.de>
Sat, 25 Jan 2025 09:32:36 +0000
(10:32 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
ecfc5b6
..
2d20018
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-19,6
+19,16
@@
<dependencyManagement>
<dependencies>
<dependency>
+ <groupId>de.qsheltier</groupId>
+ <artifactId>msta-server</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>de.qsheltier</groupId>
+ <artifactId>msta-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.3</version>