We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c65bb6 commit 3ef8f06Copy full SHA for 3ef8f06
pom.xml
@@ -17,18 +17,6 @@
17
<netcdfJavaVersion>5.5.3</netcdfJavaVersion>
18
</properties>
19
20
- <dependencyManagement>
21
- <dependencies>
22
- <dependency>
23
- <groupId>com.amazonaws</groupId>
24
- <artifactId>aws-java-sdk-bom</artifactId>
25
- <version>${aws.version}</version>
26
- <type>pom</type>
27
- <scope>import</scope>
28
- </dependency>
29
- </dependencies>
30
- </dependencyManagement>
31
-
32
<dependencies>
33
<dependency>
34
<groupId>com.fasterxml.jackson.core</groupId>
@@ -48,6 +36,7 @@
48
36
49
37
<groupId>com.amazonaws</groupId>
50
38
<artifactId>aws-java-sdk-s3</artifactId>
39
+ <version>${aws.version}</version>
51
40
</dependency>
52
41
53
42
<groupId>com.scalableminds</groupId>
0 commit comments