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
06c76bca
Commit
06c76bca
authored
Sep 04, 2019
by
Tobias Wich
Browse files
Use android-core dep in builder
parent
b823479b
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/android-lib/pom.xml
View file @
06c76bca
...
...
@@ -103,80 +103,9 @@
<scope>
provided
</scope>
</dependency>
<!-- name all dependencies, so that build is only triggered after these are built -->
<dependency>
<groupId>
org.openecard.ifd.scio-backend
</groupId>
<artifactId>
android-nfc
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.wsdef
</groupId>
<artifactId>
android-marshaller
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard
</groupId>
<artifactId>
recognition
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.ifd
</groupId>
<artifactId>
ifd-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.ifd
</groupId>
<artifactId>
ifd-common
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard
</groupId>
<artifactId>
common
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard
</groupId>
<artifactId>
management
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.sal
</groupId>
<artifactId>
tiny-sal
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard
</groupId>
<artifactId>
addon
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.addons
</groupId>
<artifactId>
tr03112
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.addons
</groupId>
<artifactId>
pin-management
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.addons
</groupId>
<artifactId>
status
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.addons
</groupId>
<artifactId>
genericcryptography
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.ifd.protocols
</groupId>
<artifactId>
pace
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.openecard.gui
</groupId>
<artifactId>
android
</artifactId>
<groupId>
org.openecard.clients
</groupId>
<artifactId>
android-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
...
...
Write
Preview
Supports
Markdown
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