From faa89a061f08ce1a0e303d69ace97687e5264493 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=81=A5=20=E6=A2=81?= <331019754@qq.com>
Date: Fri, 15 May 2026 16:47:09 +0800
Subject: [PATCH] chore: ignore .claude dir and dedupe jackson dependency
- add .claude/ to .gitignore
- remove duplicate jackson 2.5.0 declarations (jackson-databind/core/annotations); keep ${jackson-databind-version}=2.10.1
---
.gitignore | 7 +++++--
ForestBlog/pom.xml | 18 +-----------------
2 files changed, 6 insertions(+), 19 deletions(-)
diff --git a/.gitignore b/.gitignore
index ebaf883b..b8c0758e 100755
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,7 @@
.project
.settings
.springBeans
-
+.gitignore
### IntelliJ IDEA ###
.idea
*.iws
@@ -32,4 +32,7 @@ target/
mvnw.cmd
mvnw
sens-log/
-/templates
\ No newline at end of file
+/templates
+
+### .claude ###
+.claude/
\ No newline at end of file
diff --git a/ForestBlog/pom.xml b/ForestBlog/pom.xml
index aa830ec6..ffc6c26e 100755
--- a/ForestBlog/pom.xml
+++ b/ForestBlog/pom.xml
@@ -173,23 +173,6 @@
2.4
-
-
- com.fasterxml.jackson.core
- jackson-databind
- 2.5.0
-
-
- com.fasterxml.jackson.core
- jackson-core
- 2.5.0
-
-
- com.fasterxml.jackson.core
- jackson-annotations
- 2.5.0
-
-
org.json
json
@@ -225,6 +208,7 @@
4.1.13
+
com.fasterxml.jackson.core
jackson-databind