Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
129dea3a
Commit
129dea3a
authored
Apr 03, 2020
by
Piotr Gawron
Browse files
different jdom imlementation added
parent
46dc9d4a
Pipeline
#24331
passed with stage
in 12 minutes and 14 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
converter-SBGNML/pom.xml
View file @
129dea3a
...
...
@@ -14,6 +14,18 @@
<id>
jitpack.io
</id>
<url>
https://jitpack.io
</url>
</repository>
<repository>
<id>
repo
</id>
<releases>
<enabled>
true
</enabled>
<checksumPolicy>
ignore
</checksumPolicy>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<url>
file://${project.basedir}/repo
</url>
</repository>
</repositories>
<dependencies>
...
...
@@ -125,15 +137,13 @@
<artifactId>
jdom
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jdom/com.springsource.org.jdom -->
<dependency>
<groupId>
org.jdom
</groupId>
<artifactId>
jdom
</artifactId>
<version>
1.1.
3
</version>
<artifactId>
com.springsource.org.
jdom
</artifactId>
<version>
1.1.
0
</version>
</dependency>
<dependency>
...
...
converter-SBGNML/repo/org/jdom/com.springsource.org.jdom/1.1.0/_remote.repositories
0 → 100644
View file @
129dea3a
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Fri Apr 03 15:46:09 CEST 2020
com.springsource.org.jdom-1.1.0.pom>=
com.springsource.org.jdom-1.1.0.jar>=
converter-SBGNML/repo/org/jdom/com.springsource.org.jdom/1.1.0/com.springsource.org.jdom-1.1.0.jar
0 → 100644
View file @
129dea3a
File added
converter-SBGNML/repo/org/jdom/com.springsource.org.jdom/1.1.0/com.springsource.org.jdom-1.1.0.pom
0 → 100644
View file @
129dea3a
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.jdom
</groupId>
<artifactId>
com.springsource.org.jdom
</artifactId>
<version>
1.1.0
</version>
<description>
POM was created from install:install-file
</description>
</project>
converter-SBGNML/repo/org/jdom/com.springsource.org.jdom/maven-metadata-local.xml
0 → 100644
View file @
129dea3a
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>
org.jdom
</groupId>
<artifactId>
com.springsource.org.jdom
</artifactId>
<versioning>
<release>
1.1.0
</release>
<versions>
<version>
1.1.0
</version>
</versions>
<lastUpdated>
20200403134609
</lastUpdated>
</versioning>
</metadata>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment