Skip to content
Snippets Groups Projects

Resolve "Create missing service classes"

Files
27
+ 11
0
@@ -38,6 +38,11 @@
@@ -38,6 +38,11 @@
<artifactId>kypo2-security-commons</artifactId>
<artifactId>kypo2-security-commons</artifactId>
<version>1.0.40</version>
<version>1.0.40</version>
</dependency>
</dependency>
 
<dependency>
 
<groupId>cz.muni.ics.kypo</groupId>
 
<artifactId>kypo-elasticsearch-documents</artifactId>
 
<version>1.0.16</version>
 
</dependency>
<dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -114,6 +119,12 @@
@@ -114,6 +119,12 @@
<artifactId>springfox-swagger-ui</artifactId>
<artifactId>springfox-swagger-ui</artifactId>
<version>${swagger.version}</version>
<version>${swagger.version}</version>
</dependency>
</dependency>
 
<!--RandomStringUtils-->
 
<dependency>
 
<groupId>org.apache.commons</groupId>
 
<artifactId>commons-lang3</artifactId>
 
<version>3.11</version>
 
</dependency>
</dependencies>
</dependencies>
<build>
<build>
Loading