File tree Expand file tree Collapse file tree 1 file changed +31
-17
lines changed Expand file tree Collapse file tree 1 file changed +31
-17
lines changed Original file line number Diff line number Diff line change 44
44
<groupId >io.dropwizard.metrics</groupId >
45
45
<artifactId >metrics-core</artifactId >
46
46
</dependency >
47
+ <dependency >
48
+ <groupId >org.springframework.boot</groupId >
49
+ <artifactId >spring-boot-starter-redis</artifactId >
50
+ </dependency >
47
51
<dependency >
48
52
<groupId >org.springframework.boot</groupId >
49
53
<artifactId >spring-boot-starter-test</artifactId >
91
95
<groupId >org.springframework.boot</groupId >
92
96
<artifactId >spring-boot-maven-plugin</artifactId >
93
97
</plugin >
94
- <plugin >
95
- <groupId >pl.project13.maven</groupId >
96
- <artifactId >git-commit-id-plugin</artifactId >
97
- <version >2.2.1</version >
98
- <executions >
99
- <execution >
100
- <goals >
101
- <goal >revision</goal >
102
- </goals >
103
- </execution >
104
- </executions >
105
- <configuration >
106
- <verbose >true</verbose >
107
- <dateFormat >yyyy-MM-dd'T'HH:mm:ssZ</dateFormat >
108
- <generateGitPropertiesFile >true</generateGitPropertiesFile >
109
- </configuration >
110
- </plugin >
111
98
</plugins >
112
99
</build >
113
100
101
+ <profiles >
102
+ <profile >
103
+ <id >production</id >
104
+ <build >
105
+ <plugins >
106
+ <plugin >
107
+ <groupId >pl.project13.maven</groupId >
108
+ <artifactId >git-commit-id-plugin</artifactId >
109
+ <version >2.2.1</version >
110
+ <executions >
111
+ <execution >
112
+ <goals >
113
+ <goal >revision</goal >
114
+ </goals >
115
+ </execution >
116
+ </executions >
117
+ <configuration >
118
+ <verbose >true</verbose >
119
+ <dateFormat >yyyy-MM-dd'T'HH:mm:ssZ</dateFormat >
120
+ <generateGitPropertiesFile >true</generateGitPropertiesFile >
121
+ </configuration >
122
+ </plugin >
123
+ </plugins >
124
+ </build >
125
+ </profile >
126
+ </profiles >
127
+
114
128
</project >
You can’t perform that action at this time.
0 commit comments