projects
/
sixth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e3b5a
)
Added 3D engine and code inspection utility as dependency.
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 11 Feb 2020 21:44:16 +0000
(23:44 +0200)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 11 Feb 2020 21:44:16 +0000
(23:44 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
45dce4b
..
65f2da6
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-20,6
+20,18
@@
<dependencies>
+ <dependency>
+ <groupId>eu.svjatoslav</groupId>
+ <artifactId>sixth-3d</artifactId>
+ <version>1.2-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>eu.svjatoslav</groupId>
+ <artifactId>javainspect</artifactId>
+ <version>1.5</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@
-103,4
+115,4
@@
</scm>
-</project>
\ No newline at end of file
+</project>