|
23 | 23 |
|
24 | 24 | <properties>
|
25 | 25 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
26 |
| - <slf4j-api.version>1.7.13</slf4j-api.version> |
| 26 | + <slf4j-api.version>1.7.28</slf4j-api.version> |
27 | 27 | <arangodb.velocypack.version>1.4.2</arangodb.velocypack.version>
|
28 | 28 |
|
29 | 29 | <!-- provided -->
|
30 |
| - <httpclient.version>4.5.8</httpclient.version> |
| 30 | + <httpclient.version>4.5.9</httpclient.version> |
31 | 31 |
|
32 | 32 | <!-- test -->
|
33 |
| - <logback-classic.version>1.1.3</logback-classic.version> |
| 33 | + <logback-classic.version>1.2.3</logback-classic.version> |
34 | 34 | <hamcrest-all.version>1.3</hamcrest-all.version>
|
35 | 35 | <junit.version>4.12</junit.version>
|
| 36 | + |
| 37 | + <!-- javadoc--> |
| 38 | + <javadoc.opts/> |
36 | 39 | </properties>
|
37 | 40 |
|
38 | 41 | <developers>
|
| 42 | + <developer> |
| 43 | + <name>Michele Rastelli</name> |
| 44 | + <url>https://github.com/rashtao</url> |
| 45 | + </developer> |
39 | 46 | <developer>
|
40 | 47 | <id>mpv1989</id>
|
41 | 48 | <name>Mark Vollmary</name>
|
|
75 | 82 |
|
76 | 83 | <build>
|
77 | 84 | <plugins>
|
78 |
| - |
79 |
| - <plugin> |
80 |
| - <inherited>true</inherited> |
81 |
| - <groupId>org.apache.maven.plugins</groupId> |
82 |
| - <artifactId>maven-enforcer-plugin</artifactId> |
83 |
| - <version>3.0.0-M2</version> |
84 |
| - <executions> |
85 |
| - <execution> |
86 |
| - <id>enforce-maven-3</id> |
87 |
| - <goals> |
88 |
| - <goal>enforce</goal> |
89 |
| - </goals> |
90 |
| - <configuration> |
91 |
| - <rules> |
92 |
| - <requireMavenVersion> |
93 |
| - <version>3.0.5</version> |
94 |
| - </requireMavenVersion> |
95 |
| - </rules> |
96 |
| - <fail>true</fail> |
97 |
| - </configuration> |
98 |
| - </execution> |
99 |
| - </executions> |
100 |
| - </plugin> |
101 |
| - |
102 | 85 | <plugin>
|
103 | 86 | <groupId>org.sonatype.plugins</groupId>
|
104 | 87 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
|
111 | 94 | <autoReleaseAfterClose>false</autoReleaseAfterClose>
|
112 | 95 | </configuration>
|
113 | 96 | </plugin>
|
114 |
| - |
115 |
| - <plugin> |
116 |
| - <groupId>org.apache.maven.plugins</groupId> |
117 |
| - <artifactId>maven-assembly-plugin</artifactId> |
118 |
| - <executions> |
119 |
| - <execution> |
120 |
| - <id>assembly</id> |
121 |
| - <phase>package</phase> |
122 |
| - <goals> |
123 |
| - <goal>single</goal> |
124 |
| - </goals> |
125 |
| - </execution> |
126 |
| - </executions> |
127 |
| - <configuration> |
128 |
| - <finalName> |
129 |
| - ${project.artifactId}-${project.version}-standalone |
130 |
| - </finalName> |
131 |
| - <attach>false</attach> |
132 |
| - <appendAssemblyId>false</appendAssemblyId> |
133 |
| - <descriptorRefs> |
134 |
| - <descriptorRef>jar-with-dependencies</descriptorRef> |
135 |
| - </descriptorRefs> |
136 |
| - </configuration> |
137 |
| - </plugin> |
138 |
| - |
139 | 97 | <plugin>
|
140 | 98 | <groupId>org.apache.maven.plugins</groupId>
|
141 | 99 | <artifactId>maven-compiler-plugin</artifactId>
|
| 100 | + <version>3.8.1</version> |
142 | 101 | <configuration>
|
143 | 102 | <source>1.8</source>
|
144 | 103 | <target>1.8</target>
|
145 |
| - <compilerArgument></compilerArgument> |
146 | 104 | </configuration>
|
147 | 105 | </plugin>
|
148 |
| - |
149 | 106 | <plugin>
|
150 | 107 | <groupId>org.apache.maven.plugins</groupId>
|
151 | 108 | <artifactId>maven-resources-plugin</artifactId>
|
| 109 | + <version>3.1.0</version> |
152 | 110 | <configuration>
|
153 | 111 | <encoding>UTF-8</encoding>
|
154 | 112 | </configuration>
|
155 | 113 | </plugin>
|
156 |
| - |
157 | 114 | <plugin>
|
158 | 115 | <groupId>org.apache.maven.plugins</groupId>
|
159 | 116 | <artifactId>maven-source-plugin</artifactId>
|
| 117 | + <version>3.1.0</version> |
160 | 118 | <executions>
|
161 | 119 | <execution>
|
162 | 120 | <goals>
|
|
165 | 123 | </execution>
|
166 | 124 | </executions>
|
167 | 125 | </plugin>
|
168 |
| - |
169 | 126 | <plugin>
|
170 | 127 | <groupId>org.apache.maven.plugins</groupId>
|
171 | 128 | <artifactId>maven-javadoc-plugin</artifactId>
|
| 129 | + <version>3.1.1</version> |
172 | 130 | <executions>
|
173 | 131 | <execution>
|
174 | 132 | <id>attach-javadocs</id>
|
175 | 133 | <goals>
|
176 | 134 | <goal>jar</goal>
|
177 | 135 | </goals>
|
178 | 136 | <configuration>
|
179 |
| - <additionalparam>${javadoc.opts}</additionalparam> |
| 137 | + <additionalOptions>${javadoc.opts}</additionalOptions> |
180 | 138 | <excludePackageNames>com.arangodb.internal</excludePackageNames>
|
181 | 139 | </configuration>
|
182 | 140 | </execution>
|
183 | 141 | </executions>
|
184 | 142 | </plugin>
|
185 |
| - |
186 | 143 | <plugin>
|
| 144 | + <groupId>org.apache.maven.plugins</groupId> |
187 | 145 | <artifactId>maven-surefire-plugin</artifactId>
|
| 146 | + <version>2.22.2</version> |
188 | 147 | <configuration>
|
189 | 148 | <includes>
|
190 | 149 | <include>**/*Test.java</include>
|
191 | 150 | <include>**/*Example.java</include>
|
192 | 151 | </includes>
|
193 | 152 | </configuration>
|
194 | 153 | </plugin>
|
195 |
| - |
196 | 154 | <plugin>
|
| 155 | + <groupId>org.apache.maven.plugins</groupId> |
197 | 156 | <artifactId>maven-deploy-plugin</artifactId>
|
| 157 | + <version>2.8.2</version> |
198 | 158 | <configuration>
|
199 | 159 | <uniqueVersion>false</uniqueVersion>
|
200 | 160 | <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
|
201 | 161 | </configuration>
|
202 | 162 | </plugin>
|
203 |
| - |
204 | 163 | <plugin>
|
205 | 164 | <groupId>org.apache.maven.plugins</groupId>
|
206 | 165 | <artifactId>maven-gpg-plugin</artifactId>
|
| 166 | + <version>1.6</version> |
207 | 167 | <executions>
|
208 | 168 | <execution>
|
209 | 169 | <id>sign-artifacts</id>
|
|
214 | 174 | </execution>
|
215 | 175 | </executions>
|
216 | 176 | </plugin>
|
217 |
| - |
218 | 177 | </plugins>
|
219 |
| - |
220 | 178 | </build>
|
221 | 179 |
|
222 | 180 | <dependencies>
|
|
278 | 236 | <dependency>
|
279 | 237 | <groupId>commons-codec</groupId>
|
280 | 238 | <artifactId>commons-codec</artifactId>
|
281 |
| - <version>1.12</version> |
| 239 | + <version>1.13</version> |
282 | 240 | </dependency>
|
283 | 241 | <dependency>
|
284 | 242 | <groupId>commons-logging</groupId>
|
|
0 commit comments