Fixed maven depedency issues
This commit is contained in:
parent
4cf46aea14
commit
4a9c589636
|
@ -17,7 +17,6 @@
|
|||
<module>queryable</module>
|
||||
<module>web</module>
|
||||
<module>data</module>
|
||||
<module>logging</module>
|
||||
<module>elastic</module>
|
||||
</modules>
|
||||
|
||||
|
|
|
@ -21,11 +21,6 @@
|
|||
<artifactId>data</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dmp-backend</groupId>
|
||||
<artifactId>logging</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dmp-backend</groupId>
|
||||
<artifactId>queryable</artifactId>
|
||||
|
|
Loading…
Reference in New Issue