Skip to content

Commit 1f9edb2

Browse files
committed
update dependency
1 parent 4e6bf1a commit 1f9edb2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# Easy MCP Client
1+
# Easy MCP Client
2+
3+
MCP Client powered by Spring AI, Testing using AI models
4+
5+
6+
7+
8+

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<artifactId>dotenv-java</artifactId>
6363
<version>3.2.0</version>
6464
</dependency>
65+
<dependency>
66+
<groupId>org.apache.commons</groupId>
67+
<artifactId>commons-lang3</artifactId>
68+
</dependency>
6569
</dependencies>
6670

6771
<dependencyManagement>

0 commit comments

Comments
 (0)