File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 88 <artifactId >jax-rs-client-test</artifactId >
99 <version >0.0.1-SNAPSHOT</version >
1010
11+ <name >JAX-RS Client Test</name >
12+ <url >https://github.com/Sola-ris/jax-rs-client-test</url >
13+ <description >
14+ A library for testing classes that rely on a JAX-RS Client without starting a full server or relying on mocking libraries.
15+ </description >
16+
17+ <licenses >
18+ <license >
19+ <name >Apache-2.0</name >
20+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
21+ <distribution >repo</distribution >
22+ </license >
23+ </licenses >
24+
25+ <developers >
26+ <developer >
27+ <name >Sola-ris</name >
28+ 29+ </developer >
30+ </developers >
31+
32+ <scm >
33+ <url >https://github.com/Sola-ris/jax-rs-client-test</url >
34+ <connection >scm:git:git://github.com/Sola-ris/jax-rs-client-test.git</connection >
35+ <developerConnection >scm:git:git://github.com/Sola-ris/jax-rs-client-test.git</developerConnection >
36+ </scm >
37+
38+ <issueManagement >
39+ <system >GitHub Issues</system >
40+ <url >https://github.com/Sola-ris/jax-rs-client-test/issues</url >
41+ </issueManagement >
42+
1143 <properties >
1244 <maven .compiler.release>17</maven .compiler.release>
1345 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments