|
21 | 21 | <parent> |
22 | 22 | <groupId>org.kill-bill.billing</groupId> |
23 | 23 | <artifactId>killbill-oss-parent</artifactId> |
24 | | - <version>0.146.67</version> |
| 24 | + <version>0.147.0-eac7930-SNAPSHOT</version> |
25 | 25 | </parent> |
26 | 26 | <artifactId>killbill-api</artifactId> |
27 | 27 | <version>0.55.0-SNAPSHOT</version> |
|
41 | 41 | <properties> |
42 | 42 | <check.fail-spotbugs>true</check.fail-spotbugs> |
43 | 43 | <check.spotbugs-exclude-filter-file>spotbugs-exclude.xml</check.spotbugs-exclude-filter-file> |
44 | | - <jakarta.activation-api.version>2.1.4</jakarta.activation-api.version> |
45 | | - <jakarta.xml.bind-api.version>4.0.4</jakarta.xml.bind-api.version> |
46 | | - <!-- killbill-oss-parent still brings SpotBugs 4.7.2.1, whose ASM stack cannot parse |
47 | | - Java 21 class files. Keep this local override until the parent moves to a |
48 | | - Java-21-capable SpotBugs line. --> |
49 | | - <spotbugs-maven-plugin.version>4.9.8.3</spotbugs-maven-plugin.version> |
50 | 44 | </properties> |
51 | | - <dependencyManagement> |
52 | | - <dependencies> |
53 | | - <dependency> |
54 | | - <groupId>jakarta.activation</groupId> |
55 | | - <artifactId>jakarta.activation-api</artifactId> |
56 | | - <version>${jakarta.activation-api.version}</version> |
57 | | - </dependency> |
58 | | - </dependencies> |
59 | | - </dependencyManagement> |
60 | 45 | <dependencies> |
61 | 46 | <dependency> |
62 | 47 | <groupId>com.fasterxml.jackson.core</groupId> |
|
65 | 50 | <dependency> |
66 | 51 | <groupId>jakarta.xml.bind</groupId> |
67 | 52 | <artifactId>jakarta.xml.bind-api</artifactId> |
68 | | - <version>${jakarta.xml.bind-api.version}</version> |
69 | 53 | </dependency> |
70 | 54 | <dependency> |
71 | 55 | <groupId>joda-time</groupId> |
72 | 56 | <artifactId>joda-time</artifactId> |
73 | 57 | </dependency> |
74 | 58 | </dependencies> |
75 | | - <build> |
76 | | - <plugins> |
77 | | - <plugin> |
78 | | - <groupId>com.github.spotbugs</groupId> |
79 | | - <artifactId>spotbugs-maven-plugin</artifactId> |
80 | | - <version>${spotbugs-maven-plugin.version}</version> |
81 | | - </plugin> |
82 | | - </plugins> |
83 | | - </build> |
| 59 | + <repositories> |
| 60 | + <repository> |
| 61 | + <releases> |
| 62 | + <enabled>false</enabled> |
| 63 | + </releases> |
| 64 | + <snapshots> |
| 65 | + <enabled>true</enabled> |
| 66 | + </snapshots> |
| 67 | + <id>sonatype-snapshots</id> |
| 68 | + <name>Sonatype Snapshots</name> |
| 69 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
| 70 | + </repository> |
| 71 | + </repositories> |
84 | 72 | </project> |
0 commit comments