Commit 426aecad by Rubén Ramírez

feat: [pom.xml]: Añadidas algunas dependencias

parent e80c9896
Showing with 14 additions and 1 deletions
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>com.ujaen.tfg</groupId> <groupId>com.ujaen.tfg</groupId>
<artifactId>MangAfginity</artifactId> <artifactId>MangAffinity</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>MangAfginity</name> <name>MangAfginity</name>
<description>MangAfginity</description> <description>MangAfginity</description>
...@@ -40,6 +40,19 @@ ...@@ -40,6 +40,19 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment