Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
b18144fe
Commit
b18144fe
authored
Sep 17, 2019
by
Tobias Wich
Browse files
Clean up dependency versions
parent
34b2e026
Changes
3
Hide whitespace changes
Inline
Side-by-side
packager/richclient-bundle/pom.xml
View file @
b18144fe
...
...
@@ -24,12 +24,10 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<version>
2.4.1
</version>
<configuration>
<appendAssemblyId>
false
</appendAssemblyId>
<archive>
...
...
packager/richclient-packager/pom.xml
View file @
b18144fe
...
...
@@ -28,23 +28,6 @@
<package.deps>
pcscd
</package.deps>
</properties>
<repositories>
<repository>
<id>
openecard-repos
</id>
<name>
Openecard Repos
</name>
<url>
https://mvn.ecsec.de/repository/openecard-public
</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
openecard-repos
</id>
<url>
https://mvn.ecsec.de/repository/openecard-public
</url>
</pluginRepository>
</pluginRepositories>
<profiles>
<profile>
<id>
app-bundles-Linux
</id>
...
...
@@ -361,7 +344,6 @@
<dependency>
<groupId>
com.sun.activation
</groupId>
<artifactId>
jakarta.activation
</artifactId>
<version>
1.2.2-20190731
</version>
</dependency>
</dependencies>
...
...
pom.xml
View file @
b18144fe
...
...
@@ -776,6 +776,12 @@
<artifactId>
jaxb-runtime
</artifactId>
<version>
2.3.2
</version>
</dependency>
<!-- more java stuff -->
<dependency>
<groupId>
com.sun.activation
</groupId>
<artifactId>
jakarta.activation
</artifactId>
<version>
1.2.2-20190731
</version>
</dependency>
<!-- JavaFX -->
<dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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