Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from dev-senior-com-br/geracao-pojos-1
Browse files Browse the repository at this point in the history
Geração automática das entidades
  • Loading branch information
Paulo-Weber authored Jul 23, 2020
2 parents f3544cf + 2428d46 commit 865da54
Show file tree
Hide file tree
Showing 9 changed files with 4,560 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>br.com.senior</groupId>
<artifactId>senior-core-java</artifactId>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -251,5 +256,20 @@
<artifactId>senior-core-java</artifactId>
<version>0.1.01594761661</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.4.4</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 865da54

Please sign in to comment.