|
28 | 28 | <tag>fabric-sdk-java-1.0</tag> |
29 | 29 | </scm> |
30 | 30 | <properties> |
31 | | - <grpc.version>1.3.0</grpc.version><!-- CURRENT_GRPC_VERSION --> |
32 | | - <bouncycastle.version>1.55</bouncycastle.version> |
33 | | - <httpclient.version>4.5.2</httpclient.version> |
| 31 | + <grpc.version>1.5.0</grpc.version><!-- CURRENT_GRPC_VERSION --> |
| 32 | + <bouncycastle.version>1.57</bouncycastle.version> |
| 33 | + <httpclient.version>4.5.3</httpclient.version> |
34 | 34 | <skipITs>true</skipITs> |
35 | 35 | <alpn-boot-version>8.1.7.v20160121</alpn-boot-version> |
36 | 36 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
51 | 51 | </reportSet> |
52 | 52 | </reportSets> |
53 | 53 | </plugin> |
| 54 | + <!-- https://mvnrepository.com/artifact/org.jacoco/jacoco-maven-plugin --> |
54 | 55 | <plugin> |
55 | 56 | <groupId>org.jacoco</groupId> |
56 | 57 | <artifactId>jacoco-maven-plugin</artifactId> |
|
84 | 85 | <dependency> |
85 | 86 | <groupId>io.netty</groupId> |
86 | 87 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
87 | | - <version>1.1.33.Fork26</version> |
| 88 | + <version>2.0.5.Final</version> |
88 | 89 | </dependency> |
89 | 90 | <dependency> |
90 | 91 | <groupId>io.netty</groupId> |
91 | 92 | <artifactId>netty-codec-http2</artifactId> |
92 | | - <version>4.1.8.Final</version> |
| 93 | + <version>4.1.13.Final</version> |
93 | 94 | </dependency> |
94 | 95 | <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java --> |
95 | 96 | <dependency> |
96 | 97 | <groupId>com.google.protobuf</groupId> |
97 | 98 | <artifactId>protobuf-java</artifactId> |
98 | | - <version>3.1.0</version> |
| 99 | + <version>3.3.1</version> |
99 | 100 | </dependency> |
100 | 101 | <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on --> |
101 | 102 | <dependency> |
|
112 | 113 | <dependency> |
113 | 114 | <groupId>commons-cli</groupId> |
114 | 115 | <artifactId>commons-cli</artifactId> |
115 | | - <version>1.3.1</version> |
| 116 | + <version>1.4</version> |
116 | 117 | </dependency> |
117 | 118 | <dependency> |
118 | 119 | <groupId>org.apache.commons</groupId> |
119 | 120 | <artifactId>commons-compress</artifactId> |
120 | | - <version>1.12</version> |
| 121 | + <version>1.14</version> |
121 | 122 | </dependency> |
122 | 123 | <dependency> |
123 | 124 | <groupId>commons-io</groupId> |
124 | 125 | <artifactId>commons-io</artifactId> |
125 | | - <version>2.4</version> |
| 126 | + <version>2.5</version> |
126 | 127 | </dependency> |
127 | 128 |
|
128 | | - <!-- https://mvnrepository.com/artifact/log4j/log4j --> |
129 | | - <!--- |
130 | | - <dependency> |
131 | | - <groupId>org.apache.logging.log4j</groupId> |
132 | | - <artifactId>log4j-api</artifactId> |
133 | | - <version>2.6.2</version> |
134 | | - </dependency> |
135 | | - <dependency> |
136 | | - <groupId>org.apache.logging.log4j</groupId> |
137 | | - <artifactId>log4j-core</artifactId> |
138 | | - <version>2.6.2</version> |
139 | | - </dependency> |
140 | | - --> |
| 129 | + <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> |
141 | 130 | <dependency> |
142 | 131 | <groupId>log4j</groupId> |
143 | 132 | <artifactId>log4j</artifactId> |
144 | 133 | <version>1.2.17</version> |
145 | 134 | </dependency> |
146 | 135 |
|
| 136 | + <!--<dependency>--> |
| 137 | + <!--<groupId>org.apache.logging.log4j</groupId>--> |
| 138 | + <!--<artifactId>log4j-core</artifactId>--> |
| 139 | + <!--<version>2.8.2</version>--> |
| 140 | + <!--</dependency>--> |
| 141 | + |
| 142 | + |
147 | 143 | <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient --> |
148 | 144 | <dependency> |
149 | 145 | <groupId>org.apache.httpcomponents</groupId> |
|
155 | 151 | <dependency> |
156 | 152 | <groupId>org.glassfish</groupId> |
157 | 153 | <artifactId>javax.json</artifactId> |
158 | | - <version>1.0.4</version> |
| 154 | + <version>1.1</version> |
159 | 155 | </dependency> |
160 | 156 |
|
161 | 157 | <!--<!– https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/jetty-alpn-agent –>--> |
|
180 | 176 | <version>1.18</version> |
181 | 177 | </dependency> |
182 | 178 |
|
183 | | - <!-- https://mvnrepository.com/artifact/org.jacoco/jacoco-maven-plugin --> |
184 | | - <dependency> |
185 | | - <groupId>org.jacoco</groupId> |
186 | | - <artifactId>jacoco-maven-plugin</artifactId> |
187 | | - <version>${jacoco.version}</version> |
188 | | - </dependency> |
189 | | - |
190 | 179 | </dependencies> |
191 | 180 |
|
192 | 181 |
|
|
197 | 186 | <directory>src</directory> |
198 | 187 | <includes> |
199 | 188 | <include>**/*.properties</include> |
200 | | - <include>**/*.Docker</include> |
201 | 189 | </includes> |
| 190 | + <excludes> |
| 191 | + <exclude>test/**</exclude> |
| 192 | + </excludes> |
202 | 193 | </resource> |
203 | 194 | </resources> |
204 | 195 | <extensions> |
|
260 | 251 | <pluginId>grpc-java</pluginId> |
261 | 252 | <pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} |
262 | 253 | </pluginArtifact> |
| 254 | + <attachProtoSources>false</attachProtoSources> |
263 | 255 | </configuration> |
264 | 256 | <executions> |
265 | 257 | <execution> |
|
0 commit comments