File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed
Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1414
1515 <properties >
1616 <jakarta .annotation.version>2.1.1</jakarta .annotation.version>
17- <smallrye .config.version>3.10.2</smallrye .config.version>
1817 </properties >
1918
2019 <dependencies >
122121 </dependency >
123122 </dependencies >
124123
124+ <profiles >
125+ <profile >
126+ <id >java-11</id >
127+ <activation >
128+ <jdk >11</jdk >
129+ </activation >
130+ <properties >
131+ <smallrye .config.version>3.10.2</smallrye .config.version>
132+ </properties >
133+ </profile >
134+ </profiles >
135+
125136 <build >
126137 <plugins >
127138 <plugin >
Original file line number Diff line number Diff line change 1414
1515 <properties >
1616 <jakarta .annotation.version>2.1.1</jakarta .annotation.version>
17- <smallrye .config.version>3.10.2</smallrye .config.version>
1817 </properties >
1918
2019 <dependencies >
122121 </dependency >
123122 </dependencies >
124123
124+ <profiles >
125+ <profile >
126+ <id >java-11</id >
127+ <activation >
128+ <jdk >11</jdk >
129+ </activation >
130+ <properties >
131+ <smallrye .config.version>3.10.2</smallrye .config.version>
132+ </properties >
133+ </profile >
134+ </profiles >
135+
125136 <build >
126137 <plugins >
127138 <plugin >
Original file line number Diff line number Diff line change 7676 <glassfish .json.version>2.0.1</glassfish .json.version>
7777 <junit .version>5.11.4</junit .version>
7878 <smallrye .jwt.version>4.6.1</smallrye .jwt.version>
79- <smallrye .config.version>3.10.2 </smallrye .config.version>
79+ <smallrye .config.version>3.11.1 </smallrye .config.version>
8080 <yasson .version>3.0.4</yasson .version>
8181 <wiremock .version>3.10.0</wiremock .version>
8282
Original file line number Diff line number Diff line change 110110 <spring .security.version>6.4.2</spring .security.version>
111111 </properties >
112112 </profile >
113+ <profile >
114+ <id >java-11</id >
115+ <activation >
116+ <jdk >11</jdk >
117+ </activation >
118+ <properties >
119+ <smallrye .config.version>3.10.2</smallrye .config.version>
120+ </properties >
121+ </profile >
113122 </profiles >
114123
115124 <build >
You can’t perform that action at this time.
0 commit comments