mirror of
https://github.com/moparisthebest/rcrdit
synced 2024-10-31 15:25:12 -04:00
Switch to released version of sxf4j
This commit is contained in:
parent
783cc6bc70
commit
896f5f0698
26
pom.xml
26
pom.xml
@ -65,29 +65,15 @@
|
||||
-->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.moparscape</groupId>
|
||||
<groupId>com.moparisthebest.sxf4j</groupId>
|
||||
<artifactId>sxf4j</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<exclusions>
|
||||
<!--
|
||||
<exclusion>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
</exclusion>
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>dom4j</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>xom</groupId>
|
||||
<artifactId>xom</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<version>3.0.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- for calendar -->
|
||||
|
@ -40,8 +40,8 @@ import org.glassfish.grizzly.http.server.StaticHttpHandler;
|
||||
import org.glassfish.grizzly.http.server.StaticHttpHandlerBase;
|
||||
import org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory;
|
||||
import org.glassfish.jersey.server.ResourceConfig;
|
||||
import org.moparscape.xml.impl.AbstractXmlElement;
|
||||
import org.moparscape.xml.impl.XmlElement;
|
||||
import com.moparisthebest.sxf4j.impl.AbstractXmlElement;
|
||||
import com.moparisthebest.sxf4j.impl.XmlElement;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
package com.moparisthebest.rcrdit.xmltv;
|
||||
|
||||
import org.moparscape.xml.impl.AbstractXmlElement;
|
||||
import org.moparscape.xml.impl.XmlElement;
|
||||
import com.moparisthebest.sxf4j.impl.AbstractXmlElement;
|
||||
import com.moparisthebest.sxf4j.impl.XmlElement;
|
||||
|
||||
import java.time.Instant;
|
||||
import java.time.ZoneId;
|
||||
|
Loading…
Reference in New Issue
Block a user