77 <artifactId >counterparty-api-java</artifactId >
88 <version >0.0.1-SNAPSHOT</version >
99
10- <parent >
11- <groupId >org.springframework.boot</groupId >
12- <artifactId >spring-boot-starter-parent</artifactId >
13- <version >2.6.2</version >
14- </parent >
15-
1610 <properties >
17- <spring .framework.version>5.3.13</spring .framework.version>
1811 <java .version>11</java .version>
12+ <maven .compiler.source>11</maven .compiler.source>
13+ <maven .compiler.target>11</maven .compiler.target>
1914 </properties >
2015
2116 <build >
2217 <plugins >
23- <plugin >
24- <groupId >org.apache.maven.plugins</groupId >
25- <artifactId >maven-surefire-plugin</artifactId >
26- <version >2.22.1</version >
27- <configuration >
28- <useSystemClassLoader >false </useSystemClassLoader >
29- </configuration >
30- </plugin >
31- <plugin >
32- <groupId >org.apache.maven.plugins</groupId >
33- <artifactId >maven-site-plugin</artifactId >
34- <version >3.7.1</version >
35- </plugin >
36- <plugin >
37- <groupId >org.apache.maven.plugins</groupId >
38- <artifactId >maven-surefire-report-plugin</artifactId >
39- <version >2.22.1</version >
40- </plugin >
18+ <plugin >
19+ <groupId >org.apache.maven.plugins</groupId >
20+ <artifactId >maven-surefire-plugin</artifactId >
21+ <version >2.22.1</version >
22+ <configuration >
23+ <useSystemClassLoader >true </useSystemClassLoader >
24+ </configuration >
25+ </plugin >
26+ <plugin >
27+ <groupId >org.apache.maven.plugins</groupId >
28+ <artifactId >maven-site-plugin</artifactId >
29+ <version >3.7.1</version >
30+ </plugin >
31+ <plugin >
32+ <groupId >org.apache.maven.plugins</groupId >
33+ <artifactId >maven-surefire-report-plugin</artifactId >
34+ <version >2.22.1</version >
35+ </plugin >
4136 </plugins >
4237 </build >
4338
4439 <dependencies >
45- <dependency >
46- <groupId >org.springframework.boot</groupId >
47- <artifactId >spring-boot-starter-web</artifactId >
48- </dependency >
49- <dependency >
50- <groupId >org.springframework.data</groupId >
51- <artifactId >spring-data-mongodb</artifactId >
52- <version >3.3.0</version >
53- </dependency >
54- <dependency >
55- <groupId >org.springframework.data</groupId >
56- <artifactId >spring-data-releasetrain</artifactId >
57- <version >Neumann-SR9</version >
58- <type >pom</type >
59- </dependency >
60- <dependency >
61- <groupId >com.github.ipfs</groupId >
62- <artifactId >java-ipfs-http-client</artifactId >
63- <version >v1.3.3</version >
64- </dependency >
6540 <dependency >
6641 <groupId >com.github.briandilley.jsonrpc4j</groupId >
6742 <artifactId >jsonrpc4j</artifactId >
68- <version >1.5.1 </version >
43+ <version >1.6 </version >
6944 </dependency >
7045 <dependency >
7146 <groupId >org.projectlombok</groupId >
7247 <artifactId >lombok</artifactId >
7348 <version >1.18.22</version >
7449 <scope >provided</scope >
7550 </dependency >
76- <dependency >
77- <groupId >org.mongodb</groupId >
78- <artifactId >mongodb-driver-sync</artifactId >
79- <version >4.4.0</version >
80- </dependency >
81- <dependency >
82- <groupId >com.github.briandilley.jsonrpc4j</groupId >
83- <artifactId >jsonrpc4j</artifactId >
84- <version >1.6</version >
85- </dependency >
8651 <dependency >
8752 <groupId >org.hamcrest</groupId >
8853 <artifactId >hamcrest-all</artifactId >
9257 <dependency >
9358 <groupId >junit</groupId >
9459 <artifactId >junit</artifactId >
95- <version >4.12 </version >
60+ <version >4.13.2 </version >
9661 <scope >test</scope >
9762 </dependency >
63+ <dependency >
64+ <groupId >org.mock-server</groupId >
65+ <artifactId >mockserver-junit-rule</artifactId >
66+ <version >5.11.2</version >
67+ </dependency >
9868 </dependencies >
9969
10070 <repositories >
10171 <repository >
10272 <id >jitpack.io</id >
10373 <url >https://jitpack.io</url >
10474 </repository >
105- <repository >
106- <id >spring-milestone</id >
107- <name >Spring Maven MILESTONE Repository</name >
108- <url >https://repo.spring.io/libs-milestone</url >
109- </repository >
11075 </repositories >
11176
112- </project >
77+ <distributionManagement >
78+ <repository >
79+ <id >github</id >
80+ <name >GitHub Packages</name >
81+ <url >https://maven.pkg.github.com/monaparty/counterparty-api-java</url >
82+ </repository >
83+ </distributionManagement >
84+ </project >
0 commit comments