|
21 | 21 | <parent> |
22 | 22 | <groupId>org.kill-bill.billing</groupId> |
23 | 23 | <artifactId>killbill-oss-parent</artifactId> |
24 | | - <version>0.146.74</version> |
| 24 | + <version>0.147.3</version> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.kill-bill.billing.plugin.java</groupId> |
27 | 27 | <artifactId>killbill-base-plugin</artifactId> |
28 | | - <version>5.1.13-SNAPSHOT</version> |
| 28 | + <version>5.2.0-SNAPSHOT</version> |
29 | 29 | <packaging>jar</packaging> |
30 | 30 | <name>Kill Bill base OSGI plugin</name> |
31 | 31 | <description>Kill Bill base OSGI plugin</description> |
|
71 | 71 | <groupId>com.fasterxml.jackson.datatype</groupId> |
72 | 72 | <artifactId>jackson-datatype-joda</artifactId> |
73 | 73 | </dependency> |
74 | | - <dependency> |
75 | | - <groupId>com.github.spotbugs</groupId> |
76 | | - <artifactId>spotbugs-annotations</artifactId> |
77 | | - </dependency> |
78 | 74 | <dependency> |
79 | 75 | <groupId>com.google.code.findbugs</groupId> |
80 | 76 | <artifactId>jsr305</artifactId> |
|
127 | 123 | <groupId>org.joda</groupId> |
128 | 124 | <artifactId>joda-money</artifactId> |
129 | 125 | </dependency> |
130 | | - <dependency> |
131 | | - <groupId>org.jooby</groupId> |
132 | | - <artifactId>jooby</artifactId> |
133 | | - </dependency> |
134 | | - <dependency> |
135 | | - <groupId>org.jooby</groupId> |
136 | | - <artifactId>jooby-jackson</artifactId> |
137 | | - </dependency> |
138 | | - <dependency> |
139 | | - <groupId>org.jooby</groupId> |
140 | | - <artifactId>jooby-servlet</artifactId> |
141 | | - </dependency> |
142 | 126 | <dependency> |
143 | 127 | <groupId>org.jooq</groupId> |
144 | 128 | <artifactId>jooq</artifactId> |
|
241 | 225 | <artifactId>killbill-embeddeddb-postgresql</artifactId> |
242 | 226 | <scope>test</scope> |
243 | 227 | </dependency> |
| 228 | + <dependency> |
| 229 | + <groupId>org.kill-bill.commons</groupId> |
| 230 | + <artifactId>killbill-jooby</artifactId> |
| 231 | + </dependency> |
244 | 232 | <dependency> |
245 | 233 | <groupId>org.kill-bill.commons</groupId> |
246 | 234 | <artifactId>killbill-utils</artifactId> |
|
0 commit comments