Blob Blame History Raw
diff --git a/pom.xml b/pom.xml
index 8efaf6d..24dc9fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,8 +472,15 @@ under the License.
     </dependency>
     <dependency>
       <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework</artifactId>
-      <version>4.1.3</version>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3</version>
+      <scope>test</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -520,4 +527,4 @@ under the License.
     <maven.compile.source>1.2</maven.compile.source>
     <maven.compile.target>1.1</maven.compile.target>
   </properties>
-</project>
\ No newline at end of file
+</project>