|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>direct-common</artifactId> |
6 | 6 | <name>Direct Project common APIs</name> |
7 | | - <version>6.0.1</version> |
| 7 | + <version>7.0</version> |
8 | 8 | <description>Direct Project common APIs. Includes instrumentation, auditing, and other utility APIs</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url> |
|
28 | 28 | <parent> |
29 | 29 | <groupId>org.springframework.boot</groupId> |
30 | 30 | <artifactId>spring-boot-dependencies</artifactId> |
31 | | - <version>2.1.6.RELEASE</version> |
| 31 | + <version>2.2.4.RELEASE</version> |
32 | 32 | </parent> |
33 | 33 | <scm> |
34 | 34 | <url>scm:git:https://github.com/DirectProjectJavaRI/direct-common.git</url> |
|
45 | 45 | <dependency> |
46 | 46 | <groupId>org.springframework.boot</groupId> |
47 | 47 | <artifactId>spring-boot-dependencies</artifactId> |
48 | | - <version>2.1.6.RELEASE</version> |
| 48 | + <version>2.2.2.RELEASE</version> |
49 | 49 | <type>pom</type> |
50 | 50 | <scope>import</scope> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.springframework.cloud</groupId> |
54 | 54 | <artifactId>spring-cloud-starter-parent</artifactId> |
55 | | - <version>Greenwich.SR1</version> |
| 55 | + <version>Hoxton.SR1</version> |
56 | 56 | <type>pom</type> |
57 | 57 | <scope>import</scope> |
58 | 58 | </dependency> |
|
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>org.springframework.cloud</groupId> |
68 | | - <artifactId>spring-cloud-starter-openfeign</artifactId> |
69 | | - <exclusions> |
70 | | - <exclusion> |
71 | | - <groupId>org.bouncycastle</groupId> |
72 | | - <artifactId>bcpkix-jdk15on</artifactId> |
73 | | - </exclusion> |
74 | | - </exclusions> |
| 68 | + <artifactId>spring-cloud-starter-openfeign</artifactId> |
75 | 69 | </dependency> |
76 | 70 | <dependency> |
77 | 71 | <groupId>org.springframework.cloud</groupId> |
|
84 | 78 | <dependency> |
85 | 79 | <groupId>org.springframework</groupId> |
86 | 80 | <artifactId>spring-messaging</artifactId> |
87 | | - </dependency> |
| 81 | + </dependency> |
| 82 | + <dependency> |
| 83 | + <groupId>io.pivotal.cfenv</groupId> |
| 84 | + <artifactId>java-cfenv-boot</artifactId> |
| 85 | + <version>2.1.0.RELEASE</version> |
| 86 | + </dependency> |
| 87 | + <dependency> |
| 88 | + <groupId>io.pivotal.cfenv</groupId> |
| 89 | + <artifactId>java-cfenv-test-support</artifactId> |
| 90 | + <scope>test</scope> |
| 91 | + </dependency> |
| 92 | + <dependency> |
| 93 | + <groupId>com.google.guava</groupId> |
| 94 | + <artifactId>guava</artifactId> |
| 95 | + <version>28.2-jre</version> |
| 96 | + </dependency> |
88 | 97 | <dependency> |
89 | 98 | <groupId>javax.mail</groupId> |
90 | 99 | <artifactId>mail</artifactId> |
|
126 | 135 | <dependency> |
127 | 136 | <groupId>org.bouncycastle</groupId> |
128 | 137 | <artifactId>bcprov-jdk15on</artifactId> |
129 | | - <version>1.60</version> |
| 138 | + <version>1.64</version> |
130 | 139 | </dependency> |
131 | 140 | <dependency> |
132 | 141 | <groupId>org.bouncycastle</groupId> |
133 | 142 | <artifactId>bcmail-jdk15on</artifactId> |
134 | | - <version>1.60</version> |
135 | | - </dependency> |
136 | | - <dependency> |
137 | | - <groupId>org.springframework.boot</groupId> |
138 | | - <artifactId>spring-boot-starter-tomcat</artifactId> |
139 | | - <scope>test</scope> |
| 143 | + <version>1.64</version> |
140 | 144 | </dependency> |
141 | 145 | <dependency> |
142 | 146 | <groupId>org.springframework.boot</groupId> |
|
281 | 285 | </goals> |
282 | 286 | </execution> |
283 | 287 | </executions> |
284 | | - </plugin> |
285 | | - <!-- for releases only |
| 288 | + </plugin> |
286 | 289 | <plugin> |
287 | 290 | <groupId>org.apache.maven.plugins</groupId> |
288 | 291 | <artifactId>maven-gpg-plugin</artifactId> |
|
295 | 298 | </goals> |
296 | 299 | </execution> |
297 | 300 | </executions> |
298 | | - </plugin> |
299 | | - --> |
| 301 | + </plugin> |
300 | 302 | </plugins> |
301 | 303 | </build> |
302 | 304 | <reporting> |
|
0 commit comments