type
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.orange.labs.quickpass</groupId> <artifactId>type</artifactId> <version>1.6.2</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <name>quickpass-type</name> <url>http://cityzi.orange.fr/</url> <description>This library includes some bean classes for NFC developpement</description> <groupId>com.orange.labs.quickpass</groupId> <artifactId>type</artifactId> <version>1.6.2</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://orangeforge.rd.francetelecom.fr/svnroot/qps/Platforms/QuickPass/trunk/type</url> <connection>https://orangeforge.rd.francetelecom.fr/svnroot/qps/Platforms/QuickPass/trunk/type</connection> </scm> <developers> <developer> <name>Gael Gerard</name> </developer> <developer> <name>Davy Dermilly</name> </developer> <developer> <name>Sebastion Kuras</name> </developer> </developers> <dependencies> <dependency> <groupId>com.orange.labs.quickpass</groupId> <artifactId>utils</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.6</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> </dependency> </dependencies> <profiles> <profile> <id>osgi</id> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.3.6</version> <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> </execution> </executions> <configuration> <instructions> <Export-Package> com.orange.labs.quickpass.enums;uses:="com.orange.labs.q uickpass.common.utils,com.orange.labs.quickpass.common.utils.exception" ;version="1.1.0.SNAPSHOT", com.orange.labs.quickpass.nsm.enums;version=" 1.1.0.SNAPSHOT", com.orange.labs.quickpass.nsm.type;uses:="javax.crypto. spec,com.orange.labs.quickpass.type.exception,com.orange.labs.quickpass .common.utils,com.orange.labs.quickpass.type,javax.crypto,org.slf4j";ve rsion="1.1.0.SNAPSHOT", com.orange.labs.quickpass.type;uses:="com.orange .labs.quickpass.common.utils,com.orange.labs.quickpass.type.exception,j avax.crypto.spec,com.orange.labs.quickpass.nsm.type,javax.crypto,org.sl f4j";version="1.1.0.SNAPSHOT", com.orange.labs.quickpass.type.exception; uses:="com.orange.labs.quickpass.type,org.slf4j";version="1.1.0.SNAPSHO T" </Export-Package> <Import-Package>com.orange.labs.quickpass.common.utils,com.orange.labs.q uickpass.common.utils.exception,javax.crypto,javax.crypto.spec,org.slf4 j;version="[1.6,2)" </Import-Package> </instructions> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>