Skip to content

Commit

Permalink
Remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed May 1, 2024
1 parent 554f9ba commit 1b75051
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 23 deletions.
3 changes: 0 additions & 3 deletions ols-client/lib/aopalliance.tar.gz

This file was deleted.

3 changes: 0 additions & 3 deletions ols-client/lib/commons-logging.tar.gz

This file was deleted.

Binary file removed ols-client/lib/jackson-annotations-2.7.0.jar
Binary file not shown.
Binary file removed ols-client/lib/jackson-databind-2.7.3.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions ols-client/lib/jackson-databind-2.7.3.tar.gz

This file was deleted.

Binary file removed ols-client/lib/jcl-over-slf4j-1.7.5.jar
Binary file not shown.
Binary file removed ols-client/lib/slf4j-api-1.7.5.jar
Binary file not shown.
Binary file removed ols-client/lib/spring-web-4.1.2.RELEASE.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions ols-client/lib/springframework.tar.gz

This file was deleted.

22 changes: 11 additions & 11 deletions ols-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
<!-- <version>4.2.5.RELEASE</version>-->
<version>${org.springframework.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-context-support</artifactId>-->
<!-- &lt;!&ndash; <version>4.2.5.RELEASE</version>&ndash;&gt;-->
<!-- <version>${org.springframework.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-context-support</artifactId>-->
<!-- &lt;!&ndash; <version>4.2.5.RELEASE</version>&ndash;&gt;-->
<!-- <version>${org.springframework.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.7.3</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.commons</groupId>-->
<!-- <artifactId>commons-lang3</artifactId>-->
<!-- <version>3.4</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.commons</groupId>-->
<!-- <artifactId>commons-lang3</artifactId>-->
<!-- <version>3.4</version>-->
<!-- </dependency>-->
</dependencies>

</project>

0 comments on commit 1b75051

Please sign in to comment.