File tree 3 files changed +13
-36
lines changed
3 files changed +13
-36
lines changed Original file line number Diff line number Diff line change 12
12
<name >consumer-app</name >
13
13
<description >Spring Boot, Testcontainers and Dapr Integration Examples :: Consumer App</description >
14
14
15
- <properties >
16
- <springboot .version>3.2.6</springboot .version>
17
- </properties >
18
15
19
16
<dependencyManagement >
20
17
<dependencies >
37
34
<groupId >org.springframework.boot</groupId >
38
35
<artifactId >spring-boot-starter-actuator</artifactId >
39
36
</dependency >
40
- <dependency >
41
- <groupId >io.dapr.spring</groupId >
42
- <artifactId >dapr-spring-boot-starter</artifactId >
43
- <version >${dapr-java-sdk.alpha-version} </version >
44
- </dependency >
45
-
46
37
<dependency >
47
38
<groupId >io.dapr.spring</groupId >
48
39
<artifactId >dapr-spring-boot-starter</artifactId >
93
84
<groupId >org.springframework.boot</groupId >
94
85
<artifactId >spring-boot-maven-plugin</artifactId >
95
86
</plugin >
96
- <plugin >
97
- <groupId >org.apache.maven.plugins</groupId >
98
- <artifactId >maven-deploy-plugin</artifactId >
99
- <version >${maven-deploy-plugin.version} </version >
100
- <configuration >
101
- <skip >true</skip >
102
- </configuration >
103
- </plugin >
104
87
<plugin >
105
88
<groupId >org.apache.maven.plugins</groupId >
106
89
<artifactId >maven-site-plugin</artifactId >
Original file line number Diff line number Diff line change 13
13
<version >0.15.0-SNAPSHOT</version >
14
14
<packaging >pom</packaging >
15
15
16
+ <properties >
17
+ <maven .deploy.skip>true</maven .deploy.skip>
18
+ </properties >
19
+
16
20
<modules >
17
21
<module >producer-app</module >
18
22
<module >consumer-app</module >
19
23
</modules >
20
24
21
25
<build >
26
+ <pluginManagement >
27
+ <plugins >
28
+ <plugin >
29
+ <groupId >org.springframework.boot</groupId >
30
+ <artifactId >spring-boot-maven-plugin</artifactId >
31
+ <version >${springboot.version} </version >
32
+ </plugin >
33
+ </plugins >
34
+ </pluginManagement >
22
35
<plugins >
23
- <plugin >
24
- <groupId >org.apache.maven.plugins</groupId >
25
- <artifactId >maven-deploy-plugin</artifactId >
26
- <version >${maven-deploy-plugin.version} </version >
27
- <configuration >
28
- <skip >true</skip >
29
- </configuration >
30
- </plugin >
31
36
<plugin >
32
37
<groupId >org.apache.maven.plugins</groupId >
33
38
<artifactId >maven-site-plugin</artifactId >
Original file line number Diff line number Diff line change 13
13
<name >producer-app</name >
14
14
<description >Spring Boot, Testcontainers and Dapr Integration Examples :: Producer App</description >
15
15
16
- <properties >
17
- <springboot .version>3.2.6</springboot .version>
18
- </properties >
19
16
20
17
<dependencyManagement >
21
18
<dependencies >
80
77
<groupId >org.springframework.boot</groupId >
81
78
<artifactId >spring-boot-maven-plugin</artifactId >
82
79
</plugin >
83
- <plugin >
84
- <groupId >org.apache.maven.plugins</groupId >
85
- <artifactId >maven-deploy-plugin</artifactId >
86
- <version >${maven-deploy-plugin.version} </version >
87
- <configuration >
88
- <skip >true</skip >
89
- </configuration >
90
- </plugin >
91
80
<plugin >
92
81
<groupId >org.apache.maven.plugins</groupId >
93
82
<artifactId >maven-site-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments