Skip to content

Commit 9b3fb8a

Browse files
committed
fix
1 parent 7ce78df commit 9b3fb8a

File tree

1 file changed

+7
-2
lines changed
  • ali-agentic-adk-java/smartengine

1 file changed

+7
-2
lines changed

ali-agentic-adk-java/smartengine/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@
2424

2525
<dependencies>
2626
<dependency>
27-
<groupId>com.github.alibaba</groupId>
28-
<artifactId>SmartEngine</artifactId>
27+
<groupId>com.github.alibaba.SmartEngine</groupId>
28+
<artifactId>smart-engine-core</artifactId>
29+
<version>8acf58f966</version>
30+
</dependency>
31+
<dependency>
32+
<groupId>com.github.alibaba.SmartEngine</groupId>
33+
<artifactId>smart-engine-extension-storage-common</artifactId>
2934
<version>8acf58f966</version>
3035
</dependency>
3136
</dependencies>

0 commit comments

Comments
 (0)