|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>gateway</artifactId> |
6 | 6 | <name>Direct Project Agent Gateways.</name> |
7 | | - <version>6.0.3</version> |
| 7 | + <version>8.0.0</version> |
8 | 8 | <description>Direct Project security agent gateways and bridges.</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/gateway</url> |
|
23 | 23 | <url>http://nhindirect.org</url> |
24 | 24 | </organization> |
25 | 25 | <prerequisites> |
26 | | - <maven>3.0.0</maven> |
| 26 | + <maven>3.5.0</maven> |
27 | 27 | </prerequisites> |
28 | 28 | <parent> |
29 | 29 | <groupId>org.springframework.boot</groupId> |
30 | 30 | <artifactId>spring-boot-dependencies</artifactId> |
31 | | - <version>2.1.9.RELEASE</version> |
32 | | - </parent> |
| 31 | + <version>2.5.2</version> |
| 32 | + <relativePath /> |
| 33 | + </parent> |
33 | 34 | <scm> |
34 | 35 | <url>https://nhin-d.googlecode.com/hg/java/gateway/</url> |
35 | 36 | <connection>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/gateway</connection> |
|
39 | 40 | <name>New BSD License</name> |
40 | 41 | <url>http://nhindirect.org/BSDLicense</url> |
41 | 42 | </license> |
42 | | - </licenses> |
| 43 | + </licenses> |
| 44 | + <properties> |
| 45 | + <commons-io.version>2.8.0</commons-io.version> |
| 46 | + <mina-core.version>2.1.4</mina-core.version> |
| 47 | + <apache-james.version>3.2.0</apache-james.version> |
| 48 | + </properties> |
43 | 49 | <dependencyManagement> |
44 | 50 | <dependencies> |
45 | 51 | <dependency> |
46 | 52 | <groupId>org.springframework.boot</groupId> |
47 | 53 | <artifactId>spring-boot-dependencies</artifactId> |
48 | | - <version>2.1.9.RELEASE</version> |
| 54 | + <version>2.5.2</version> |
49 | 55 | <type>pom</type> |
50 | 56 | <scope>import</scope> |
51 | 57 | </dependency> |
52 | 58 | <dependency> |
53 | 59 | <groupId>org.springframework.cloud</groupId> |
54 | 60 | <artifactId>spring-cloud-starter-parent</artifactId> |
55 | | - <version>Greenwich.SR3</version> |
| 61 | + <version>2020.0.3</version> |
56 | 62 | <type>pom</type> |
57 | 63 | <scope>import</scope> |
58 | 64 | </dependency> |
|
62 | 68 | <dependency> |
63 | 69 | <groupId>org.nhind</groupId> |
64 | 70 | <artifactId>agent</artifactId> |
65 | | - <version>6.0.2</version> |
| 71 | + <version>8.0.0</version> |
66 | 72 | </dependency> |
67 | 73 | <dependency> |
68 | 74 | <groupId>org.nhind</groupId> |
69 | 75 | <artifactId>direct-common</artifactId> |
70 | | - <version>6.0.1</version> |
| 76 | + <version>8.0.0</version> |
71 | 77 | </dependency> |
72 | 78 | <dependency> |
73 | 79 | <groupId>org.nhind</groupId> |
74 | 80 | <artifactId>direct-common-audit</artifactId> |
75 | | - <version>6.0</version> |
| 81 | + <version>8.0.0</version> |
76 | 82 | </dependency> |
77 | 83 | <dependency> |
78 | 84 | <groupId>org.nhind</groupId> |
79 | 85 | <artifactId>config-service-client</artifactId> |
80 | | - <version>6.0</version> |
| 86 | + <version>8.0.0</version> |
81 | 87 | </dependency> |
82 | 88 | <dependency> |
83 | 89 | <groupId>org.nhind</groupId> |
84 | 90 | <artifactId>direct-msg-monitor-client</artifactId> |
85 | | - <version>6.0</version> |
| 91 | + <version>8.0.0</version> |
86 | 92 | </dependency> |
87 | 93 | <dependency> |
88 | 94 | <groupId>org.nhind</groupId> |
89 | 95 | <artifactId>xd-common</artifactId> |
90 | | - <version>6.0</version> |
| 96 | + <version>8.0.0</version> |
91 | 97 | <exclusions> |
92 | 98 | <exclusion> |
93 | 99 | <groupId>org.springframework.boot</groupId> |
94 | 100 | <artifactId>spring-boot-starter-web</artifactId> |
95 | 101 | </exclusion> |
96 | 102 | </exclusions> |
97 | 103 | </dependency> |
98 | | - <dependency> |
99 | | - <groupId>com.google.guava</groupId> |
100 | | - <artifactId>guava</artifactId> |
101 | | - <version>16.0</version> |
102 | | - </dependency> |
103 | | - <dependency> |
104 | | - <groupId>org.nhind</groupId> |
105 | | - <artifactId>agent</artifactId> |
106 | | - <version>6.0.2</version> |
107 | | - <type>test-jar</type> |
108 | | - <scope>test</scope> |
109 | | - </dependency> |
110 | | - <dependency> |
111 | | - <groupId>org.mockito</groupId> |
112 | | - <artifactId>mockito-core</artifactId> |
113 | | - <scope>test</scope> |
114 | | - </dependency> |
| 104 | + |
115 | 105 | <dependency> |
116 | 106 | <groupId>commons-codec</groupId> |
117 | 107 | <artifactId>commons-codec</artifactId> |
118 | | - <scope>compile</scope> |
119 | 108 | </dependency> |
120 | 109 | <dependency> |
121 | 110 | <groupId>commons-io</groupId> |
122 | 111 | <artifactId>commons-io</artifactId> |
123 | | - <version>2.6</version> |
124 | | - </dependency> |
125 | | - <dependency> |
126 | | - <groupId>commons-fileupload</groupId> |
127 | | - <artifactId>commons-fileupload</artifactId> |
128 | | - <version>1.3.3</version> |
129 | | - <scope>compile</scope> |
130 | | - </dependency> |
131 | | - <dependency> |
132 | | - <groupId>junit</groupId> |
133 | | - <artifactId>junit</artifactId> |
134 | | - <scope>test</scope> |
135 | | - </dependency> |
| 112 | + <version>${commons-io.version}</version> |
| 113 | + </dependency> |
136 | 114 | <dependency> |
137 | 115 | <groupId>org.apache.james</groupId> |
138 | 116 | <artifactId>apache-mailet-base</artifactId> |
139 | | - <version>3.1.0</version> |
| 117 | + <version>${apache-james.version}</version> |
140 | 118 | </dependency> |
141 | 119 | <dependency> |
142 | 120 | <groupId>org.apache.james</groupId> |
143 | 121 | <artifactId>apache-mailet-api</artifactId> |
144 | | - <version>3.1.0</version> |
| 122 | + <version>${apache-james.version}</version> |
145 | 123 | </dependency> |
146 | 124 | <dependency> |
147 | 125 | <groupId>org.apache.james</groupId> |
148 | 126 | <artifactId>james-server-mailets</artifactId> |
149 | | - <version>3.1.0</version> |
| 127 | + <version>${apache-james.version}</version> |
150 | 128 | </dependency> |
151 | 129 | <dependency> |
152 | 130 | <groupId>org.apache.james</groupId> |
153 | 131 | <artifactId>javax-mail-extension</artifactId> |
154 | | - <version>3.1.0</version> |
| 132 | + <version>${apache-james.version}</version> |
155 | 133 | </dependency> |
156 | 134 | <dependency> |
157 | 135 | <groupId>org.nhind</groupId> |
158 | 136 | <artifactId>config-service-jar</artifactId> |
159 | | - <version>6.0.4</version> |
| 137 | + <version>8.0.0</version> |
160 | 138 | <scope>test</scope> |
161 | 139 | </dependency> |
162 | 140 | <dependency> |
|
166 | 144 | <dependency> |
167 | 145 | <groupId>org.springframework.cloud</groupId> |
168 | 146 | <artifactId>spring-cloud-stream</artifactId> |
169 | | - </dependency> |
170 | | - <dependency> |
171 | | - <groupId>org.springframework</groupId> |
172 | | - <artifactId>spring-test</artifactId> |
173 | | - <scope>test</scope> |
174 | | - </dependency> |
| 147 | + </dependency> |
175 | 148 | <dependency> |
176 | 149 | <groupId>org.springframework.boot</groupId> |
177 | 150 | <artifactId>spring-boot-starter-test</artifactId> |
178 | 151 | <scope>test</scope> |
179 | | - </dependency> |
| 152 | + </dependency> |
180 | 153 | <dependency> |
181 | | - <groupId>org.springframework.cloud</groupId> |
182 | | - <artifactId>spring-cloud-stream-test-support</artifactId> |
183 | | - <scope>test</scope> |
184 | | - </dependency> |
| 154 | + <groupId>org.springframework.cloud</groupId> |
| 155 | + <artifactId>spring-cloud-stream</artifactId> |
| 156 | + <type>test-jar</type> |
| 157 | + <scope>test</scope> |
| 158 | + <classifier>test-binder</classifier> |
| 159 | + </dependency> |
185 | 160 | <dependency> |
186 | | - <groupId>org.apache.camel</groupId> |
187 | | - <artifactId>camel-spring-boot-starter</artifactId> |
188 | | - <version>2.22.0</version> |
189 | | - <scope>test</scope> |
190 | | - </dependency> |
| 161 | + <groupId>org.springframework.cloud</groupId> |
| 162 | + <artifactId>spring-cloud-stream-binder-rabbit</artifactId> |
| 163 | + <scope>test</scope> |
| 164 | + </dependency> |
191 | 165 | <dependency> |
192 | 166 | <groupId>com.h2database</groupId> |
193 | 167 | <artifactId>h2</artifactId> |
194 | 168 | <scope>test</scope> |
195 | | - </dependency> |
| 169 | + </dependency> |
| 170 | + <dependency> |
| 171 | + <groupId>io.r2dbc</groupId> |
| 172 | + <artifactId>r2dbc-h2</artifactId> |
| 173 | + <scope>test</scope> |
| 174 | + </dependency> |
196 | 175 | <dependency> |
197 | 176 | <groupId>org.apache.mina</groupId> |
198 | 177 | <artifactId>mina-core</artifactId> |
199 | | - <version>1.0.2</version> |
| 178 | + <version>${mina-core.version}</version> |
200 | 179 | <scope>test</scope> |
201 | 180 | </dependency> |
202 | 181 | </dependencies> |
|
247 | 226 | <plugin> |
248 | 227 | <groupId>org.apache.maven.plugins</groupId> |
249 | 228 | <artifactId>maven-jxr-plugin</artifactId> |
| 229 | + <version>3.1.1</version> |
250 | 230 | </plugin> |
251 | 231 | <plugin> |
252 | 232 | <groupId>org.apache.maven.plugins</groupId> |
|
292 | 272 | <plugin> |
293 | 273 | <groupId>org.apache.maven.plugins</groupId> |
294 | 274 | <artifactId>maven-javadoc-plugin</artifactId> |
295 | | - <version>2.9.1</version> |
296 | 275 | <configuration> |
297 | | - <additionalparam>-Xdoclint:none</additionalparam> |
| 276 | + <additionalJOption>-Xdoclint:none</additionalJOption> |
298 | 277 | <charset>UTF-8</charset> |
299 | 278 | <docencoding>UTF-8</docencoding> |
300 | 279 | <docfilessubdirs>true</docfilessubdirs> |
|
338 | 317 | <plugin> |
339 | 318 | <groupId>org.apache.maven.plugins</groupId> |
340 | 319 | <artifactId>maven-project-info-reports-plugin</artifactId> |
341 | | - <version>2.9</version> |
342 | 320 | </plugin> |
343 | 321 | <plugin> |
344 | 322 | <groupId>org.apache.maven.plugins</groupId> |
345 | 323 | <artifactId>maven-javadoc-plugin</artifactId> |
346 | | - <version>2.9.1</version> |
347 | 324 | <configuration> |
348 | | - <additionalparam>-Xdoclint:none</additionalparam> |
| 325 | + <additionalJOption>-Xdoclint:none</additionalJOption> |
349 | 326 | <charset>UTF-8</charset> |
350 | 327 | <docencoding>UTF-8</docencoding> |
351 | 328 | <docfilessubdirs>true</docfilessubdirs> |
|
0 commit comments