Skip to content

Commit

Permalink
[MDOAP-65] Bump jena-core from 2.11.2 to 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Apr 8, 2023
1 parent b5b5c8f commit d638f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ under the License.
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>2.11.2</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/apache/maven/plugin/doap/DoapUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
import java.util.regex.Matcher;
import java.util.regex.Pattern;

import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
import com.hp.hpl.jena.rdf.model.RDFReader;
import com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler;
import org.apache.commons.httpclient.Credentials;
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.HttpStatus;
Expand All @@ -56,6 +52,10 @@
import org.apache.commons.httpclient.methods.GetMethod;
import org.apache.commons.httpclient.params.HttpClientParams;
import org.apache.commons.httpclient.params.HttpMethodParams;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.RDFReader;
import org.apache.jena.rdf.model.impl.RDFDefaultErrorHandler;
import org.apache.maven.model.Contributor;
import org.apache.maven.project.MavenProject;
import org.apache.maven.settings.Proxy;
Expand Down

0 comments on commit d638f78

Please sign in to comment.