commit
3164e3c325
|
@ -27,7 +27,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.ulisesbocchio</groupId>
|
||||
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||||
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||||
<version>${jasypt.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -46,15 +46,7 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone</name>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<properties>
|
||||
<jasypt.version>2.0.0</jasypt.version>
|
||||
<jasypt.version>3.0.5</jasypt.version>
|
||||
</properties>
|
||||
</project>
|
|
@ -19,8 +19,4 @@ spring:
|
|||
hibernate:
|
||||
dialect: org.hibernate.dialect.MySQL5Dialect
|
||||
batch:
|
||||
initialize-schema: always
|
||||
maven:
|
||||
remoteRepositories:
|
||||
springRepo:
|
||||
url: https://repo.spring.io/libs-snapshot
|
||||
initialize-schema: always
|
|
@ -1 +0,0 @@
|
|||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
|
Loading…
Reference in New Issue