Skip to content

Commit 6d69458

Browse files
Rodrigo Dos SantosRodrigo Dos Santos
authored andcommitted
Add custom spring-data-commons-2.7.X - build kotlin-service, build user-service, build person-service
1 parent a9e4eeb commit 6d69458

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

kotlin-service/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
</properties>
2525

2626
<dependencies>
27+
<dependency>
28+
<groupId>com.github.rodrigorodrigues</groupId>
29+
<artifactId>spring-data-commons-2.7.X</artifactId>
30+
</dependency>
31+
2732
<dependency>
2833
<groupId>org.springframework.security</groupId>
2934
<artifactId>spring-security-oauth2-jose</artifactId>

person-service/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
</properties>
2323

2424
<dependencies>
25+
<dependency>
26+
<groupId>com.github.rodrigorodrigues</groupId>
27+
<artifactId>spring-data-commons-2.7.X</artifactId>
28+
</dependency>
29+
2530
<dependency>
2631
<groupId>org.springframework.kafka</groupId>
2732
<artifactId>spring-kafka</artifactId>

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,19 @@
7373
<version>${spring-native.version}</version>
7474
</dependency>
7575

76+
<!--
7677
<dependency>
7778
<groupId>org.springframework.data</groupId>
7879
<artifactId>spring-data-commons</artifactId>
7980
<version>2.7.3-SNAPSHOT</version>
8081
</dependency>
82+
-->
83+
84+
<dependency>
85+
<groupId>com.github.rodrigorodrigues</groupId>
86+
<artifactId>spring-data-commons-2.7.X</artifactId>
87+
<version>2.7.3</version>
88+
</dependency>
8189
</dependencies>
8290
</dependencyManagement>
8391

user-service/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
</properties>
1919

2020
<dependencies>
21+
<dependency>
22+
<groupId>com.github.rodrigorodrigues</groupId>
23+
<artifactId>spring-data-commons-2.7.X</artifactId>
24+
</dependency>
25+
2126
<dependency>
2227
<groupId>org.springframework.security</groupId>
2328
<artifactId>spring-security-rsa</artifactId>

0 commit comments

Comments
 (0)