1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: resteasy3.0
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper-compat (= 12),
default-jdk,
maven-debian-helper (>= 1.5)
Build-Depends-Indep:
javahelper,
junit4,
libcommons-io-java,
libel-api-java,
libgeronimo-annotation-1.3-spec-java,
libhttpclient-java,
libjackson2-core-java,
libjackson2-databind-java,
libjackson2-jaxrs-providers-java,
libjackson2-module-jaxb-annotations-java,
libjakarta-activation-java,
libjaxb-api-java,
libjaxrs-api-java (>= 2.1),
libjboss-logging-java,
libjboss-logging-tools-java,
libmaven-install-plugin-java,
libservlet-api-java,
libslf4j-java
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/resteasy.git
Vcs-Browser: https://salsa.debian.org/java-team/resteasy
Homepage: http://rest-easy.org
Package: libresteasy3.0-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends},
Recommends: ${maven:OptionalDepends}
Conflicts: libresteasy-java
Replaces: libresteasy-java
Description: RESTEasy 3.0 -- Framework for RESTful Web services and Java applications
RESTEasy is a JBoss project that provides various frameworks to help you build
RESTful Web Services and Java applications. It is a fully certified and
portable implementation of the Java API for RESTful Web Services (JAX-RS)
specification. JAX-RS is a new Java Community Process (JCP) specification that
provides a Java API for RESTful Web Services over the HTTP protocol.
.
This package provides version 3.0 needed by Dogtag PKI.
|