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
30
pom.xml
30
pom.xml
@ -65,29 +65,15 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.moparscape</groupId>
|
<groupId>com.moparisthebest.sxf4j</groupId>
|
||||||
<artifactId>sxf4j</artifactId>
|
<artifactId>sxf4j</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.1</version>
|
||||||
<exclusions>
|
</dependency>
|
||||||
<!--
|
<dependency>
|
||||||
<exclusion>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<artifactId>plexus-utils</artifactId>
|
||||||
<artifactId>plexus-utils</artifactId>
|
<version>3.0.1</version>
|
||||||
</exclusion>
|
<scope>runtime</scope>
|
||||||
-->
|
|
||||||
<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>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- for calendar -->
|
<!-- for calendar -->
|
||||||
|
@ -40,8 +40,8 @@ import org.glassfish.grizzly.http.server.StaticHttpHandler;
|
|||||||
import org.glassfish.grizzly.http.server.StaticHttpHandlerBase;
|
import org.glassfish.grizzly.http.server.StaticHttpHandlerBase;
|
||||||
import org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory;
|
import org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory;
|
||||||
import org.glassfish.jersey.server.ResourceConfig;
|
import org.glassfish.jersey.server.ResourceConfig;
|
||||||
import org.moparscape.xml.impl.AbstractXmlElement;
|
import com.moparisthebest.sxf4j.impl.AbstractXmlElement;
|
||||||
import org.moparscape.xml.impl.XmlElement;
|
import com.moparisthebest.sxf4j.impl.XmlElement;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
package com.moparisthebest.rcrdit.xmltv;
|
package com.moparisthebest.rcrdit.xmltv;
|
||||||
|
|
||||||
import org.moparscape.xml.impl.AbstractXmlElement;
|
import com.moparisthebest.sxf4j.impl.AbstractXmlElement;
|
||||||
import org.moparscape.xml.impl.XmlElement;
|
import com.moparisthebest.sxf4j.impl.XmlElement;
|
||||||
|
|
||||||
import java.time.Instant;
|
import java.time.Instant;
|
||||||
import java.time.ZoneId;
|
import java.time.ZoneId;
|
||||||
|
Loading…
Reference in New Issue
Block a user