| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							|  |  |  |   <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |   <!-- TODO: introduce own parent, do not depend on 10 years old unmaintained parent --> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |   <parent> | 
					
						
							|  |  |  |     <groupId>org.sonatype.oss</groupId> | 
					
						
							|  |  |  |     <artifactId>oss-parent</artifactId> | 
					
						
							|  |  |  |     <version>7</version> | 
					
						
							|  |  |  |   </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <groupId>org.gaul</groupId> | 
					
						
							|  |  |  |   <artifactId>s3proxy</artifactId> | 
					
						
							| 
									
										
										
										
											2025-08-21 21:17:00 +00:00
										 |  |  |   <version>2.7.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |   <packaging>jar</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-17 05:46:36 +00:00
										 |  |  |   <name>S3Proxy</name> | 
					
						
							| 
									
										
										
										
											2017-10-06 17:35:44 +00:00
										 |  |  |   <url>https://github.com/gaul/s3proxy</url> | 
					
						
							| 
									
										
										
										
											2015-11-30 06:30:09 +00:00
										 |  |  |   <description>Access other storage backends via the S3 API</description> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   <licenses> | 
					
						
							|  |  |  |     <license> | 
					
						
							|  |  |  |       <name>The Apache Software License, Version 2.0</name> | 
					
						
							|  |  |  |       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | 
					
						
							|  |  |  |       <distribution>repo</distribution> | 
					
						
							|  |  |  |     </license> | 
					
						
							|  |  |  |   </licenses> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <scm> | 
					
						
							| 
									
										
										
										
											2017-10-06 17:35:44 +00:00
										 |  |  |     <connection>scm:git:git@github.com:gaul/s3proxy.git</connection> | 
					
						
							|  |  |  |     <developerConnection>scm:git:git@github.com:gaul/s3proxy.git</developerConnection> | 
					
						
							|  |  |  |     <url>git@github.com:gaul/s3proxy.git</url> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |   </scm> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <developers> | 
					
						
							|  |  |  |     <developer> | 
					
						
							|  |  |  |       <name>Andrew Gaul</name> | 
					
						
							|  |  |  |       <id>gaul</id> | 
					
						
							|  |  |  |       <email>andrew@gaul.org</email> | 
					
						
							|  |  |  |     </developer> | 
					
						
							|  |  |  |   </developers> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-05 21:34:27 +00:00
										 |  |  |   <distributionManagement> | 
					
						
							|  |  |  |     <snapshotRepository> | 
					
						
							| 
									
										
										
										
											2025-08-21 21:10:54 +00:00
										 |  |  |       <id>sonatype-central-portal</id> | 
					
						
							|  |  |  |       <name>Sonatype Central Portal</name> | 
					
						
							|  |  |  |       <url>https://central.sonatype.com/repository/maven-snapshots/</url> | 
					
						
							| 
									
										
										
										
											2015-01-05 21:34:27 +00:00
										 |  |  |     </snapshotRepository> | 
					
						
							| 
									
										
										
										
											2025-08-21 21:10:54 +00:00
										 |  |  |     <repository> | 
					
						
							|  |  |  |       <id>sonatype-central-portal</id> | 
					
						
							|  |  |  |       <name>Sonatype Central Portal</name> | 
					
						
							|  |  |  |       <url>https://repo.maven.apache.org/maven2/</url> | 
					
						
							|  |  |  |     </repository> | 
					
						
							| 
									
										
										
										
											2015-01-05 21:34:27 +00:00
										 |  |  |   </distributionManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-22 21:54:33 +00:00
										 |  |  |   <profiles> | 
					
						
							|  |  |  |     <profile> | 
					
						
							|  |  |  |       <id>release</id> | 
					
						
							|  |  |  |       <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |           <plugin> | 
					
						
							|  |  |  |             <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |             <artifactId>maven-gpg-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |             <version>3.0.1</version> | 
					
						
							| 
									
										
										
										
											2015-01-22 21:54:33 +00:00
										 |  |  |             <executions> | 
					
						
							|  |  |  |               <execution> | 
					
						
							|  |  |  |                 <id>sign-artifacts</id> | 
					
						
							|  |  |  |                 <phase>verify</phase> | 
					
						
							|  |  |  |                 <goals> | 
					
						
							|  |  |  |                   <goal>sign</goal> | 
					
						
							|  |  |  |                 </goals> | 
					
						
							|  |  |  |               </execution> | 
					
						
							|  |  |  |             </executions> | 
					
						
							|  |  |  |           </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |       </build> | 
					
						
							|  |  |  |     </profile> | 
					
						
							|  |  |  |   </profiles> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |   <build> | 
					
						
							| 
									
										
										
										
											2025-08-21 21:10:54 +00:00
										 |  |  |     <extensions> | 
					
						
							|  |  |  |       <extension> | 
					
						
							|  |  |  |         <groupId>eu.maveniverse.maven.njord</groupId> | 
					
						
							|  |  |  |         <artifactId>extension</artifactId> | 
					
						
							|  |  |  |         <version>${njord.version}</version> | 
					
						
							|  |  |  |       </extension> | 
					
						
							|  |  |  |     </extensions> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     <plugins> | 
					
						
							| 
									
										
										
										
											2025-08-21 21:10:54 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>eu.maveniverse.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>njord</artifactId> | 
					
						
							|  |  |  |         <version>${njord.version}</version> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2014-08-18 18:06:42 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |         <artifactId>maven-enforcer-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-02-01 22:01:02 +00:00
										 |  |  |         <version>3.2.1</version> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <id>enforce-maven</id> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>enforce</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |             <configuration> | 
					
						
							|  |  |  |               <rules> | 
					
						
							|  |  |  |                 <requireMavenVersion> | 
					
						
							| 
									
										
										
										
											2024-12-28 19:30:37 +00:00
										 |  |  |                   <version>3.6.3</version> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |                 </requireMavenVersion> | 
					
						
							|  |  |  |               </rules> | 
					
						
							|  |  |  |             </configuration> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-clean-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2022-07-17 13:37:49 +00:00
										 |  |  |         <version>3.2.0</version> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |       </plugin> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-install-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-04-01 22:57:52 +00:00
										 |  |  |         <version>3.1.1</version> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |       </plugin> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-deploy-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-01 22:57:11 +00:00
										 |  |  |         <version>3.1.0</version> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |       </plugin> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-checkstyle-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-01-11 22:02:50 +00:00
										 |  |  |         <version>3.2.1</version> | 
					
						
							| 
									
										
										
										
											2015-01-05 01:26:47 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <id>check</id> | 
					
						
							|  |  |  |             <phase>verify</phase> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>check</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							| 
									
										
										
										
											2014-08-18 18:06:42 +00:00
										 |  |  |         <configuration> | 
					
						
							|  |  |  |           <configLocation>src/main/resources/checkstyle.xml</configLocation> | 
					
						
							|  |  |  |           <headerLocation>src/main/resources/copyright_header.txt</headerLocation> | 
					
						
							|  |  |  |           <includeTestSourceDirectory>true</includeTestSourceDirectory> | 
					
						
							|  |  |  |           <violationSeverity>warning</violationSeverity> | 
					
						
							| 
									
										
										
										
											2023-12-26 08:40:04 +00:00
										 |  |  |           <failOnViolation>true</failOnViolation> | 
					
						
							| 
									
										
										
										
											2014-08-18 18:06:42 +00:00
										 |  |  |         </configuration> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |         <dependencies> | 
					
						
							|  |  |  |           <dependency> | 
					
						
							|  |  |  |             <groupId>com.puppycrawl.tools</groupId> | 
					
						
							|  |  |  |             <artifactId>checkstyle</artifactId> | 
					
						
							| 
									
										
										
										
											2025-07-01 22:29:34 +00:00
										 |  |  |             <version>10.26.1</version> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |           </dependency> | 
					
						
							|  |  |  |         </dependencies> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-resources-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-06-01 22:46:04 +00:00
										 |  |  |         <version>3.3.1</version> | 
					
						
							| 
									
										
										
										
											2014-08-18 18:06:42 +00:00
										 |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-01 22:57:33 +00:00
										 |  |  |         <version>3.11.0</version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |         <configuration> | 
					
						
							| 
									
										
										
										
											2015-12-15 01:49:33 +00:00
										 |  |  |           <source>${java.version}</source> | 
					
						
							|  |  |  |           <target>${java.version}</target> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |           <showDeprecation>true</showDeprecation> | 
					
						
							|  |  |  |           <showWarnings>true</showWarnings> | 
					
						
							| 
									
										
										
										
											2021-03-19 12:48:02 +00:00
										 |  |  |           <compilerArgs> | 
					
						
							|  |  |  |             <arg>-Xlint</arg> | 
					
						
							|  |  |  |             <arg>-XDcompilePolicy=simple</arg> | 
					
						
							|  |  |  |           </compilerArgs> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |         </configuration> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2017-02-19 20:13:46 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-jar-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-23 05:48:09 +00:00
										 |  |  |         <version>3.3.0</version> | 
					
						
							| 
									
										
										
										
											2017-02-19 20:13:46 +00:00
										 |  |  |         <configuration> | 
					
						
							|  |  |  |           <archive> | 
					
						
							|  |  |  |             <manifest> | 
					
						
							|  |  |  |               <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | 
					
						
							|  |  |  |               <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | 
					
						
							|  |  |  |             </manifest> | 
					
						
							|  |  |  |           </archive> | 
					
						
							|  |  |  |         </configuration> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2015-01-22 21:49:55 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-javadoc-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-04-01 22:57:25 +00:00
										 |  |  |         <version>3.5.0</version> | 
					
						
							| 
									
										
										
										
											2015-01-22 21:49:55 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <id>attach-javadocs</id> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>jar</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							| 
									
										
										
										
											2024-10-07 01:14:25 +00:00
										 |  |  |         <configuration> | 
					
						
							|  |  |  |           <doclint>all,-missing</doclint> | 
					
						
							|  |  |  |         </configuration> | 
					
						
							| 
									
										
										
										
											2015-01-22 21:49:55 +00:00
										 |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2018-02-23 18:29:27 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-shade-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-26 22:01:57 +00:00
										 |  |  |         <version>3.4.1</version> | 
					
						
							| 
									
										
										
										
											2018-02-23 18:29:27 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <phase>package</phase> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>shade</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |             <configuration> | 
					
						
							|  |  |  |              <createDependencyReducedPom>false</createDependencyReducedPom> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |              <filters> | 
					
						
							|  |  |  |                <filter> | 
					
						
							|  |  |  |                  <artifact>org.eclipse.jetty:*</artifact> | 
					
						
							|  |  |  |                  <excludes> | 
					
						
							|  |  |  |                    <exclude>META-INF/MANIFEST.MF</exclude> | 
					
						
							|  |  |  |                    <exclude>META-INF/LICENSE</exclude> | 
					
						
							|  |  |  |                    <exclude>META-INF/NOTICE.txt</exclude> | 
					
						
							|  |  |  |                    <exclude>about.html</exclude> | 
					
						
							|  |  |  |                  </excludes> | 
					
						
							|  |  |  |                </filter> | 
					
						
							|  |  |  |              </filters> | 
					
						
							| 
									
										
										
										
											2018-02-23 18:29:27 +00:00
										 |  |  |              <artifactSet> | 
					
						
							|  |  |  |                 <includes> | 
					
						
							|  |  |  |                   <include>org.eclipse.jetty:*</include> | 
					
						
							|  |  |  |                 </includes> | 
					
						
							|  |  |  |               </artifactSet> | 
					
						
							|  |  |  |               <relocations> | 
					
						
							|  |  |  |                 <relocation> | 
					
						
							|  |  |  |                   <pattern>org.eclipse.jetty</pattern> | 
					
						
							|  |  |  |                   <shadedPattern>${shade.prefix}.org.eclipse.jetty</shadedPattern> | 
					
						
							|  |  |  |                 </relocation> | 
					
						
							|  |  |  |               </relocations> | 
					
						
							|  |  |  |             </configuration> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							| 
									
										
										
										
											2022-03-02 14:36:11 +00:00
										 |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							| 
									
										
										
										
											2015-02-23 06:13:54 +00:00
										 |  |  |         <artifactId>maven-assembly-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-06-01 22:46:41 +00:00
										 |  |  |         <version>3.7.1</version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |         <configuration> | 
					
						
							| 
									
										
										
										
											2015-02-23 06:13:54 +00:00
										 |  |  |           <descriptors> | 
					
						
							|  |  |  |             <descriptor>src/main/assembly/jar-with-dependencies.xml</descriptor> | 
					
						
							|  |  |  |           </descriptors> | 
					
						
							|  |  |  |           <archive> | 
					
						
							|  |  |  |             <manifest> | 
					
						
							| 
									
										
										
										
											2015-03-22 05:51:11 +00:00
										 |  |  |               <mainClass>org.gaul.s3proxy.Main</mainClass> | 
					
						
							| 
									
										
										
										
											2015-03-22 06:11:03 +00:00
										 |  |  |               <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | 
					
						
							| 
									
										
										
										
											2015-02-23 06:13:54 +00:00
										 |  |  |             </manifest> | 
					
						
							|  |  |  |           </archive> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |         </configuration> | 
					
						
							|  |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							| 
									
										
										
										
											2015-02-23 06:13:54 +00:00
										 |  |  |             <id>make-assembly</id> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |             <phase>package</phase> | 
					
						
							|  |  |  |             <goals> | 
					
						
							| 
									
										
										
										
											2015-02-23 06:13:54 +00:00
										 |  |  |               <goal>single</goal> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2015-01-22 21:49:55 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-source-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2021-11-26 08:54:06 +00:00
										 |  |  |         <version>3.2.1</version> | 
					
						
							| 
									
										
										
										
											2015-01-22 21:49:55 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <id>attach-sources</id> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>jar-no-fork</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2015-12-14 15:03:06 +00:00
										 |  |  |         <version>${surefire.version}</version> | 
					
						
							|  |  |  |         <dependencies> | 
					
						
							|  |  |  |           <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.maven.surefire</groupId> | 
					
						
							|  |  |  |             <artifactId>surefire-junit47</artifactId> | 
					
						
							|  |  |  |             <version>${surefire.version}</version> | 
					
						
							|  |  |  |           </dependency> | 
					
						
							|  |  |  |           <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.maven.surefire</groupId> | 
					
						
							|  |  |  |             <artifactId>surefire-testng</artifactId> | 
					
						
							|  |  |  |             <version>${surefire.version}</version> | 
					
						
							|  |  |  |           </dependency> | 
					
						
							| 
									
										
										
										
											2022-03-02 14:36:11 +00:00
										 |  |  |           <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.maven.surefire</groupId> | 
					
						
							|  |  |  |             <artifactId>surefire-junit-platform</artifactId> | 
					
						
							|  |  |  |             <version>${surefire.version}</version> | 
					
						
							|  |  |  |           </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-14 15:03:06 +00:00
										 |  |  |         </dependencies> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |         <configuration> | 
					
						
							| 
									
										
										
										
											2024-02-25 08:39:15 +00:00
										 |  |  |           <parallel>classes</parallel> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |           <threadCount>1</threadCount> | 
					
						
							| 
									
										
										
										
											2019-02-05 19:23:05 +00:00
										 |  |  |           <argLine>-Xmx512m</argLine> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |           <redirectTestOutputToFile>true</redirectTestOutputToFile> | 
					
						
							| 
									
										
										
										
											2016-01-31 02:13:30 +00:00
										 |  |  |           <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> | 
					
						
							| 
									
										
										
										
											2015-07-01 20:13:16 +00:00
										 |  |  |           <runOrder>random</runOrder> | 
					
						
							| 
									
										
										
										
											2016-01-27 15:33:33 +00:00
										 |  |  |           <trimStackTrace>false</trimStackTrace> | 
					
						
							| 
									
										
										
										
											2016-01-06 04:53:38 +00:00
										 |  |  |           <properties> | 
					
						
							|  |  |  |             <property> | 
					
						
							|  |  |  |               <name>junit</name> | 
					
						
							|  |  |  |               <value>false</value> | 
					
						
							|  |  |  |             </property> | 
					
						
							|  |  |  |           </properties> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |         </configuration> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2014-08-18 17:50:55 +00:00
										 |  |  |       <plugin> | 
					
						
							| 
									
										
										
										
											2018-01-09 23:12:11 +00:00
										 |  |  |         <groupId>com.github.spotbugs</groupId> | 
					
						
							|  |  |  |         <artifactId>spotbugs-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-04-01 22:56:18 +00:00
										 |  |  |         <version>4.9.3.0</version> | 
					
						
							| 
									
										
										
										
											2014-08-18 17:50:55 +00:00
										 |  |  |         <configuration> | 
					
						
							|  |  |  |           <effort>Max</effort> | 
					
						
							| 
									
										
										
										
											2018-01-09 23:12:11 +00:00
										 |  |  |           <omitVisitors>CrossSiteScripting,DefaultEncodingDetector,FindNullDeref</omitVisitors> | 
					
						
							| 
									
										
										
										
											2019-08-10 04:06:32 +00:00
										 |  |  |           <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |               <groupId>jp.skypencil.findbugs.slf4j</groupId> | 
					
						
							|  |  |  |               <artifactId>bug-pattern</artifactId> | 
					
						
							|  |  |  |               <version>1.5.0</version> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |           </plugins> | 
					
						
							| 
									
										
										
										
											2014-08-18 17:50:55 +00:00
										 |  |  |         </configuration> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |       <plugin> | 
					
						
							| 
									
										
										
										
											2014-08-18 18:06:42 +00:00
										 |  |  |         <groupId>org.skife.maven</groupId> | 
					
						
							|  |  |  |         <artifactId>really-executable-jar-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2024-02-07 04:18:13 +00:00
										 |  |  |         <version>2.1.1</version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |         <configuration> | 
					
						
							| 
									
										
										
										
											2024-10-07 01:12:04 +00:00
										 |  |  |           <inputFile>target/s3proxy-${project.version}-jar-with-dependencies.jar</inputFile> | 
					
						
							| 
									
										
										
										
											2014-08-18 18:06:42 +00:00
										 |  |  |           <programFile>s3proxy</programFile> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |         </configuration> | 
					
						
							| 
									
										
										
										
											2014-08-18 18:06:42 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <phase>package</phase> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>really-executable-jar</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2014-09-13 21:33:44 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.gaul</groupId> | 
					
						
							|  |  |  |         <artifactId>modernizer-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-01-14 02:36:42 +00:00
										 |  |  |         <version>${modernizer.version}</version> | 
					
						
							| 
									
										
										
										
											2014-09-13 21:33:44 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <id>modernizer</id> | 
					
						
							|  |  |  |             <phase>verify</phase> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>modernizer</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							|  |  |  |         <configuration> | 
					
						
							| 
									
										
										
										
											2015-12-15 01:49:33 +00:00
										 |  |  |           <javaVersion>${java.version}</javaVersion> | 
					
						
							| 
									
										
										
										
											2014-09-13 21:33:44 +00:00
										 |  |  |         </configuration> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     </plugins> | 
					
						
							|  |  |  |   </build> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <properties> | 
					
						
							|  |  |  |     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
					
						
							| 
									
										
										
										
											2022-08-08 12:14:03 +00:00
										 |  |  |     <java.version>11</java.version> | 
					
						
							| 
									
										
										
										
											2025-07-01 22:29:31 +00:00
										 |  |  |     <aws-sdk.version>1.12.787</aws-sdk.version> | 
					
						
							| 
									
										
										
										
											2025-01-30 05:01:19 +00:00
										 |  |  |     <jclouds.version>2.7.0</jclouds.version> | 
					
						
							| 
									
										
										
										
											2025-05-01 22:45:50 +00:00
										 |  |  |     <jetty.version>11.0.25</jetty.version> | 
					
						
							| 
									
										
										
										
											2025-01-14 02:36:42 +00:00
										 |  |  |     <modernizer.version>3.1.0</modernizer.version> | 
					
						
							| 
									
										
										
										
											2025-09-08 20:00:02 +00:00
										 |  |  |     <njord.version>0.7.5</njord.version> | 
					
						
							| 
									
										
										
										
											2025-04-01 22:55:42 +00:00
										 |  |  |     <slf4j.version>2.0.17</slf4j.version> | 
					
						
							| 
									
										
										
										
											2018-02-23 18:29:27 +00:00
										 |  |  |     <shade.prefix>${project.groupId}.shaded</shade.prefix> | 
					
						
							| 
									
										
										
										
											2025-08-04 19:56:07 +00:00
										 |  |  |     <surefire.version>3.5.2</surefire.version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |   </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-24 12:02:13 +00:00
										 |  |  |   <repositories> | 
					
						
							|  |  |  |     <repository> | 
					
						
							|  |  |  |       <id>apache-snapshots</id> | 
					
						
							|  |  |  |       <url>https://repository.apache.org/content/repositories/snapshots</url> | 
					
						
							|  |  |  |       <snapshots> | 
					
						
							|  |  |  |         <enabled>true</enabled> | 
					
						
							|  |  |  |       </snapshots> | 
					
						
							|  |  |  |     </repository> | 
					
						
							|  |  |  |   </repositories> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |   <dependencies> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							| 
									
										
										
										
											2015-03-06 01:56:08 +00:00
										 |  |  |       <groupId>com.amazonaws</groupId> | 
					
						
							| 
									
										
										
										
											2015-03-18 04:48:04 +00:00
										 |  |  |       <artifactId>aws-java-sdk-s3</artifactId> | 
					
						
							| 
									
										
										
										
											2025-02-02 01:58:52 +00:00
										 |  |  |       <version>${aws-sdk.version}</version> | 
					
						
							| 
									
										
										
										
											2015-03-06 01:56:08 +00:00
										 |  |  |       <scope>test</scope> | 
					
						
							| 
									
										
										
										
											2016-01-24 03:17:40 +00:00
										 |  |  |       <exclusions> | 
					
						
							|  |  |  |         <exclusion> | 
					
						
							|  |  |  |           <groupId>commons-logging</groupId> | 
					
						
							|  |  |  |           <artifactId>commons-logging</artifactId> | 
					
						
							|  |  |  |         </exclusion> | 
					
						
							|  |  |  |       </exclusions> | 
					
						
							| 
									
										
										
										
											2015-03-06 01:56:08 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2025-01-03 06:03:33 +00:00
										 |  |  |     <dependency> | 
					
						
							| 
									
										
										
										
											2025-01-03 06:32:08 +00:00
										 |  |  |       <groupId>com.amazonaws</groupId> | 
					
						
							|  |  |  |       <artifactId>aws-java-sdk-sts</artifactId> | 
					
						
							| 
									
										
										
										
											2025-02-02 01:58:52 +00:00
										 |  |  |       <version>${aws-sdk.version}</version> | 
					
						
							| 
									
										
										
										
											2025-01-03 06:03:33 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2014-08-28 19:15:07 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>args4j</groupId> | 
					
						
							|  |  |  |       <artifactId>args4j</artifactId> | 
					
						
							| 
									
										
										
										
											2024-04-01 22:04:12 +00:00
										 |  |  |       <version>2.37</version> | 
					
						
							| 
									
										
										
										
											2014-08-28 19:15:07 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2015-03-06 01:56:08 +00:00
										 |  |  |     <dependency> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |       <groupId>ch.qos.logback</groupId> | 
					
						
							|  |  |  |       <artifactId>logback-classic</artifactId> | 
					
						
							| 
									
										
										
										
											2025-08-04 18:24:10 +00:00
										 |  |  |       <version>1.5.18</version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2024-10-02 04:35:09 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>com.azure</groupId> | 
					
						
							|  |  |  |       <artifactId>azure-storage-blob</artifactId> | 
					
						
							| 
									
										
										
										
											2025-05-01 22:47:01 +00:00
										 |  |  |       <version>12.30.0</version> | 
					
						
							| 
									
										
										
										
											2024-10-02 04:35:09 +00:00
										 |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>com.azure</groupId> | 
					
						
							|  |  |  |       <artifactId>azure-identity</artifactId> | 
					
						
							| 
									
										
										
										
											2025-09-08 20:00:57 +00:00
										 |  |  |       <version>1.17.0</version> | 
					
						
							| 
									
										
										
										
											2024-10-02 04:35:09 +00:00
										 |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>com.google.auto.service</groupId> | 
					
						
							|  |  |  |       <artifactId>auto-service</artifactId> | 
					
						
							| 
									
										
										
										
											2024-11-01 22:04:10 +00:00
										 |  |  |       <version>1.1.1</version> | 
					
						
							| 
									
										
										
										
											2024-10-02 04:35:09 +00:00
										 |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>com.google.guava</groupId> | 
					
						
							|  |  |  |       <artifactId>guava</artifactId> | 
					
						
							| 
									
										
										
										
											2025-06-01 22:51:30 +00:00
										 |  |  |       <version>33.4.8-jre</version> | 
					
						
							| 
									
										
										
										
											2024-10-02 04:35:09 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2024-10-10 02:39:12 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>com.google.jimfs</groupId> | 
					
						
							|  |  |  |       <artifactId>jimfs</artifactId> | 
					
						
							| 
									
										
										
										
											2025-08-04 18:05:30 +00:00
										 |  |  |       <version>1.3.1</version> | 
					
						
							| 
									
										
										
										
											2024-10-10 02:39:12 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2018-04-14 06:06:03 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>javax.xml.bind</groupId> | 
					
						
							|  |  |  |       <artifactId>jaxb-api</artifactId> | 
					
						
							| 
									
										
										
										
											2019-10-18 17:22:29 +00:00
										 |  |  |       <version>2.3.1</version> | 
					
						
							| 
									
										
										
										
											2018-04-14 06:06:03 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>junit</groupId> | 
					
						
							|  |  |  |       <artifactId>junit</artifactId> | 
					
						
							| 
									
										
										
										
											2022-07-17 13:37:45 +00:00
										 |  |  |       <version>4.13.2</version> | 
					
						
							| 
									
										
										
										
											2018-03-01 17:44:21 +00:00
										 |  |  |       <!-- Required for S3ProxyRule --> | 
					
						
							| 
									
										
										
										
											2022-03-02 14:36:11 +00:00
										 |  |  |       <scope>provided</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.junit.jupiter</groupId> | 
					
						
							|  |  |  |       <artifactId>junit-jupiter</artifactId> | 
					
						
							| 
									
										
										
										
											2025-01-01 22:34:48 +00:00
										 |  |  |       <version>5.11.4</version> | 
					
						
							| 
									
										
										
										
											2022-03-02 14:36:11 +00:00
										 |  |  |       <!-- Required for S3ProxyExtension --> | 
					
						
							| 
									
										
										
										
											2018-03-01 17:44:21 +00:00
										 |  |  |       <scope>provided</scope> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2016-01-18 20:04:43 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>com.fasterxml.jackson.dataformat</groupId> | 
					
						
							|  |  |  |       <artifactId>jackson-dataformat-xml</artifactId> | 
					
						
							| 
									
										
										
										
											2025-07-01 22:29:49 +00:00
										 |  |  |       <version>2.19.1</version> | 
					
						
							| 
									
										
										
										
											2016-01-18 20:04:43 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2018-01-09 23:12:11 +00:00
										 |  |  |     <dependency> | 
					
						
							| 
									
										
										
										
											2018-04-14 15:52:18 +00:00
										 |  |  |       <groupId>com.github.spotbugs</groupId> | 
					
						
							|  |  |  |       <artifactId>spotbugs-annotations</artifactId> | 
					
						
							| 
									
										
										
										
											2025-08-04 18:20:19 +00:00
										 |  |  |       <version>4.9.3</version> | 
					
						
							| 
									
										
										
										
											2018-04-14 15:52:18 +00:00
										 |  |  |       <scope>provided</scope> | 
					
						
							| 
									
										
										
										
											2018-01-09 23:12:11 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2017-08-22 02:43:53 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>com.google.code.findbugs</groupId> | 
					
						
							|  |  |  |       <artifactId>jsr305</artifactId> | 
					
						
							|  |  |  |       <version>3.0.2</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2015-08-03 16:24:15 +00:00
										 |  |  |     <dependency> | 
					
						
							| 
									
										
										
										
											2024-12-27 04:02:07 +00:00
										 |  |  |       <groupId>org.apache.commons</groupId> | 
					
						
							|  |  |  |       <artifactId>commons-fileupload2-javax</artifactId> | 
					
						
							|  |  |  |       <version>2.0.0-M2</version> | 
					
						
							| 
									
										
										
										
											2015-08-03 16:24:15 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.apache.jclouds</groupId> | 
					
						
							|  |  |  |       <artifactId>jclouds-allblobstore</artifactId> | 
					
						
							|  |  |  |       <version>${jclouds.version}</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2014-08-09 07:52:59 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.apache.jclouds.api</groupId> | 
					
						
							|  |  |  |       <artifactId>filesystem</artifactId> | 
					
						
							|  |  |  |       <version>${jclouds.version}</version> | 
					
						
							| 
									
										
										
										
											2016-05-27 23:35:56 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2014-08-18 22:19:30 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.apache.jclouds.driver</groupId> | 
					
						
							|  |  |  |       <artifactId>jclouds-slf4j</artifactId> | 
					
						
							|  |  |  |       <version>${jclouds.version}</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.assertj</groupId> | 
					
						
							|  |  |  |       <artifactId>assertj-core</artifactId> | 
					
						
							|  |  |  |       <scope>test</scope> | 
					
						
							| 
									
										
										
										
											2015-06-24 21:12:15 +00:00
										 |  |  |       <!-- we need to use the same version as in jclouds because we pull in their tests --> | 
					
						
							| 
									
										
										
										
											2025-02-02 02:51:12 +00:00
										 |  |  |       <version>3.27.3</version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.eclipse.jetty</groupId> | 
					
						
							|  |  |  |       <artifactId>jetty-servlet</artifactId> | 
					
						
							| 
									
										
										
										
											2023-10-16 17:05:20 +00:00
										 |  |  |       <version>${jetty.version}</version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2025-01-14 02:36:42 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.gaul</groupId> | 
					
						
							|  |  |  |       <artifactId>modernizer-maven-annotations</artifactId> | 
					
						
							|  |  |  |       <version>${modernizer.version}</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |       <artifactId>slf4j-api</artifactId> | 
					
						
							| 
									
										
										
										
											2016-01-24 03:17:40 +00:00
										 |  |  |       <version>${slf4j.version}</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |       <artifactId>jcl-over-slf4j</artifactId> | 
					
						
							|  |  |  |       <version>${slf4j.version}</version> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2015-06-24 21:12:15 +00:00
										 |  |  |     <!-- tests dependencies --> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.apache.jclouds</groupId> | 
					
						
							|  |  |  |       <artifactId>jclouds-blobstore</artifactId> | 
					
						
							|  |  |  |       <version>${jclouds.version}</version> | 
					
						
							|  |  |  |       <type>test-jar</type> | 
					
						
							|  |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.apache.jclouds.api</groupId> | 
					
						
							|  |  |  |       <artifactId>s3</artifactId> | 
					
						
							|  |  |  |       <version>${jclouds.version}</version> | 
					
						
							|  |  |  |       <type>test-jar</type> | 
					
						
							|  |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.apache.jclouds</groupId> | 
					
						
							|  |  |  |       <artifactId>jclouds-core</artifactId> | 
					
						
							|  |  |  |       <version>${jclouds.version}</version> | 
					
						
							|  |  |  |       <type>test-jar</type> | 
					
						
							|  |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.testng</groupId> | 
					
						
							|  |  |  |       <artifactId>testng</artifactId> | 
					
						
							| 
									
										
										
										
											2024-02-25 08:43:54 +00:00
										 |  |  |       <version>7.5.1</version> | 
					
						
							| 
									
										
										
										
											2015-06-24 21:12:15 +00:00
										 |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2025-08-27 22:43:41 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>software.amazon.awssdk</groupId> | 
					
						
							|  |  |  |       <artifactId>s3</artifactId> | 
					
						
							| 
									
										
										
										
											2025-09-08 19:59:43 +00:00
										 |  |  |       <version>2.33.4</version> | 
					
						
							| 
									
										
										
										
											2025-08-27 22:43:41 +00:00
										 |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2021-03-07 02:56:26 +00:00
										 |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>javax.annotation</groupId> | 
					
						
							|  |  |  |       <artifactId>javax.annotation-api</artifactId> | 
					
						
							|  |  |  |       <version>1.3.2</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							| 
									
										
										
										
											2014-07-22 03:25:31 +00:00
										 |  |  |   </dependencies> | 
					
						
							|  |  |  | </project> |