File tree Expand file tree Collapse file tree 4 files changed +14
-33
lines changed
Expand file tree Collapse file tree 4 files changed +14
-33
lines changed Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <parent >
9- <groupId >fr.insee.pearljam</groupId >
10- <artifactId >pearljam-back-office</artifactId >
11- <version >5.13.4</version >
12- <relativePath >../pom.xml</relativePath >
9+ <groupId >fr.insee.pearljam</groupId >
10+ <artifactId >pearljam-back-office</artifactId >
11+ <version >${revision}${changelist} </version >
1312 </parent >
1413
1514 <artifactId >api</artifactId >
1615 <name >Pearl-Jam-Back-Office-API</name >
1716 <description >Back-office API services for PearlJam</description >
1817 <properties >
19- <java .version>21</java .version>
2018 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2119 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2220 <postgresql .version>42.7.7</postgresql .version>
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >fr.insee.pearljam</groupId >
99 <artifactId >pearljam-back-office</artifactId >
10- <version >5.13.4</version >
11- <relativePath >../pom.xml</relativePath >
10+ <version >${revision}${changelist} </version >
1211 </parent >
1312 <artifactId >listener-jms</artifactId >
1413 <name >listener-jms</name >
110109 <scope >test</scope >
111110 </dependency >
112111
113- <!-- Testcontainers -->
114- <dependency >
115- <groupId >org.testcontainers</groupId >
116- <artifactId >testcontainers</artifactId >
117- <scope >test</scope >
118- </dependency >
119-
120- <dependency >
121- <groupId >org.testcontainers</groupId >
122- <artifactId >junit-jupiter</artifactId >
123- <scope >test</scope >
124- </dependency >
125-
126- <dependency >
127- <groupId >org.testcontainers</groupId >
128- <artifactId >postgresql</artifactId >
129- <scope >test</scope >
130- </dependency >
131-
132112 </dependencies >
133113
134114 <build >
Original file line number Diff line number Diff line change @@ -48,12 +48,9 @@ spring:
4848 jms :
4949 listener :
5050 command-queue :
51- logging :
52- level :
53- fr :
54- insee :
55- queen :
56- jms : INFO
51+ logging :
52+ file :
53+ enabled : false
5754feature :
5855 sensitive-data :
5956 enabled : false
Original file line number Diff line number Diff line change 77
88 <groupId >fr.insee.pearljam</groupId >
99 <artifactId >pearljam-back-office</artifactId >
10- <version >5.13.4 </version >
10+ <version >${revision}${changelist} </version >
1111 <packaging >pom</packaging >
1212 <name >Pearl-Jam-Back-Office</name >
1313 <description >Back-office services for PearlJam</description >
1414
15+ <properties >
16+ <revision >5.13.4</revision >
17+ <changelist ></changelist >
18+ <java .version>21</java .version>
19+ </properties >
20+
1521 <modules >
1622 <module >api</module >
1723 <module >listener-jms</module >
You can’t perform that action at this time.
0 commit comments