JUnit extended class category

"[email protected] [junit]" <[email protected]> 21 Oct 2014 15:45:54 -0700
Newsgroups gmane.comp.java.junit.user
Message-ID <[email protected]>
Hello everyone,
 i am extending another test class (this class in jar my classpath) in my test class.
 

 i want to run extended test class, but i am using category annotation in my tests.
 Due to those extended classes don't have annotation i couldn't run it.
 How can i run them, any idea? How can i add category them? (jar is in maven repo)