Skip to content

Commit

Permalink
Remove unwanted changes to pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
inigo-cobian committed Oct 31, 2024
1 parent 6b0a7ab commit 592c14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
5 changes: 0 additions & 5 deletions gears/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,6 @@
<groupId>edu.ucar</groupId>
<artifactId>netcdf4</artifactId>
</dependency>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
</dependency>
</dependencies>

</project>
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

<performRelease>false</performRelease>

<aws.version>1.12.730</aws.version>
</properties>


Expand Down Expand Up @@ -894,12 +893,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>${aws.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -1128,8 +1121,8 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<username>${env.OSSRH_USERNAME}</username>
<password>${env.OSSRH_TOKEN}</password>
<username>${env.OSSRH_USERNAME}</username>
<password>${env.OSSRH_TOKEN}</password>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 592c14d

Please sign in to comment.