|
42 | 42 | </distributionManagement> |
43 | 43 | <properties> |
44 | 44 | <build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version> |
45 | | - <commons-beanutils.version>1.9.4</commons-beanutils.version> |
46 | 45 | <commons-codec.version>1.15</commons-codec.version> |
47 | | - <findbugs-jsr305.version>3.0.2</findbugs-jsr305.version> |
48 | | - <http-components.version>4.5.13</http-components.version> |
49 | | - <http-components-core.version>4.4.15</http-components-core.version> |
50 | 46 | <java-poet.version>1.13.0</java-poet.version> |
51 | 47 | <javax-validation-api.version>2.0.0.Final</javax-validation-api.version> |
52 | 48 | <junit.version>5.9.1</junit.version> |
53 | 49 | <lombok.version>1.18.24</lombok.version> |
54 | 50 | <lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version> |
55 | 51 | <mockserver.version>5.14.0</mockserver.version> |
56 | 52 | <reflections.version>0.10.2</reflections.version> |
57 | | - <site-skin.version>1.5</site-skin.version> |
58 | 53 | </properties> |
59 | 54 | <modules> |
60 | 55 | <module>annotations</module> |
|
65 | 60 | <module>examples</module> |
66 | 61 | <module>release</module> |
67 | 62 | </modules> |
68 | | - <dependencyManagement> |
69 | | - <dependencies> |
70 | | - <dependency> |
71 | | - <groupId>com.basistech</groupId> |
72 | | - <artifactId>common-api</artifactId> |
73 | | - <version>${bt-common-api-version}</version> |
74 | | - </dependency> |
75 | | - <dependency> |
76 | | - <groupId>com.basistech</groupId> |
77 | | - <artifactId>adm-model</artifactId> |
78 | | - <version>${bt-adm-version}</version> |
79 | | - </dependency> |
80 | | - <dependency> |
81 | | - <groupId>com.basistech</groupId> |
82 | | - <artifactId>adm-json</artifactId> |
83 | | - <version>${bt-adm-version}</version> |
84 | | - </dependency> |
85 | | - </dependencies> |
86 | | - </dependencyManagement> |
87 | 63 | <build> |
88 | 64 | <plugins> |
89 | 65 | <plugin> |
|
97 | 73 | <plugin> |
98 | 74 | <groupId>org.apache.maven.plugins</groupId> |
99 | 75 | <artifactId>maven-clean-plugin</artifactId> |
100 | | - <version>${maven-clean-plugin.version}</version> |
101 | 76 | <configuration> |
102 | 77 | <filesets> |
103 | 78 | <fileset> |
|
112 | 87 | <plugin> |
113 | 88 | <groupId>org.apache.maven.plugins</groupId> |
114 | 89 | <artifactId>maven-compiler-plugin</artifactId> |
115 | | - <version>${maven-compiler-plugin.version}</version> |
116 | 90 | <configuration> |
117 | 91 | <compilerVersion>17</compilerVersion> |
118 | 92 | <source>11</source> |
|
122 | 96 | <plugin> |
123 | 97 | <groupId>org.apache.maven.plugins</groupId> |
124 | 98 | <artifactId>maven-source-plugin</artifactId> |
125 | | - <version>${maven-source-plugin.version}</version> |
126 | 99 | <executions> |
127 | 100 | <execution> |
128 | 101 | <id>attach-sources</id> |
|
0 commit comments