Skip to content

Commit

Permalink
Moved JaxbEngine into the core package
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblit committed Jan 8, 2015
1 parent cf0c378 commit a765c23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Expand Up @@ -29,7 +29,6 @@
import ro.fortsoft.pippo.core.util.HttpCacheToolkit;
import ro.fortsoft.pippo.core.util.MimeTypes;
import ro.fortsoft.pippo.core.util.ServiceLocator;
import ro.fortsoft.pippo.jaxb.JaxbEngine;

import java.util.HashMap;
import java.util.Map;
Expand Down
Expand Up @@ -13,12 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ro.fortsoft.pippo.jaxb;

import ro.fortsoft.pippo.core.Application;
import ro.fortsoft.pippo.core.ContentTypeEngine;
import ro.fortsoft.pippo.core.HttpConstants;
import ro.fortsoft.pippo.core.PippoRuntimeException;
package ro.fortsoft.pippo.core;

import java.io.StringReader;
import java.io.StringWriter;
Expand Down

0 comments on commit a765c23

Please sign in to comment.