BUG-1277 Add missing openflowplugin.util dependency to distribution pom
[openflowplugin.git] / openflowplugin / src / test / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / match / MatchConvertorUtilTest.java
index b5ffbbb4017c4cb13e0e1e940edd8cb6c5cbe041..7c75de3e20c64b293aa33d9729d14388b904d7fb 100644 (file)
@@ -12,7 +12,7 @@ import java.math.BigInteger;
 
 import org.junit.Assert;
 import org.junit.Test;
-import org.opendaylight.openflowjava.protocol.impl.util.ByteBufUtils;
+import org.opendaylight.openflowjava.util.ByteBufUtils;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.Ipv6ExthdrFlags;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -85,5 +85,4 @@ public class MatchConvertorUtilTest {
             maskSeed = maskSeed.clearBit(i);
         }
     }
-
 }