Skip to content

Commit

Permalink
CAMEL-19828: fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Nov 7, 2023
1 parent e266d40 commit 0c740b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package org.apache.camel.impl.converter;

import org.apache.camel.TypeConverter;
import org.apache.camel.converter.TypeConvertible;
import org.apache.camel.spi.TypeConvertible;
import org.apache.camel.support.SimpleTypeConverter;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 0c740b5

Please sign in to comment.