File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
spring-boot-autoconfigure Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 121
121
<artifactId >javax.json.bind-api</artifactId >
122
122
<optional >true</optional >
123
123
</dependency >
124
+ <dependency >
125
+ <groupId >javax.money</groupId >
126
+ <artifactId >money-api</artifactId >
127
+ <optional >true</optional >
128
+ </dependency >
124
129
<dependency >
125
130
<groupId >io.searchbox</groupId >
126
131
<artifactId >jest</artifactId >
Original file line number Diff line number Diff line change 77
77
<javax-cache .version>1.0.0</javax-cache .version>
78
78
<javax-jms .version>2.0.1</javax-jms .version>
79
79
<javax-mail .version>1.6.0</javax-mail .version>
80
+ <javax-money .version>1.0.1</javax-money .version>
80
81
<javax-transaction .version>1.2</javax-transaction .version>
81
82
<javax-validation .version>2.0.0.Final</javax-validation .version>
82
83
<jaxen .version>1.1.6</jaxen .version>
972
973
<artifactId >javax.mail-api</artifactId >
973
974
<version >${javax-mail.version} </version >
974
975
</dependency >
976
+ <dependency >
977
+ <groupId >javax.money</groupId >
978
+ <artifactId >money-api</artifactId >
979
+ <version >${javax-money.version} </version >
980
+ </dependency >
975
981
<dependency >
976
982
<groupId >javax.servlet</groupId >
977
983
<artifactId >javax.servlet-api</artifactId >
1237
1243
<version >${artemis.version} </version >
1238
1244
<exclusions >
1239
1245
<exclusion >
1240
- <groupId >commons-logging</groupId >
1241
- <artifactId >commons-logging</artifactId >
1246
+ <groupId >commons-logging</groupId >
1247
+ <artifactId >commons-logging</artifactId >
1242
1248
</exclusion >
1243
1249
</exclusions >
1244
1250
</dependency >
You can’t perform that action at this time.
0 commit comments