bcgss
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ogce</groupId> <artifactId>bcgss</artifactId> <version>146</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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> <groupId>org.ogce</groupId> <artifactId>bcgss</artifactId> <version>146</version> <packaging>jar</packaging> <name>Bouncy Castle for GSS</name> <description>Bouncy castle modifications to enable GSS. The changes are contributed to bc1.49</description> <url>https://github.com/jsiwek/BouncyCastleSSLv3</url> <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> <connection>https://github.com/jsiwek/BouncyCastleSSLv3.git</connection> <developerConnection>git@github.com:jsiwek/BouncyCastleSSLv3.git</developerConnection> <url>https://github.com/jsiwek/BouncyCastleSSLv3</url> </scm> <mailingLists> <mailingList> <name>Airavata Developer List</name> <subscribe>dev-subscribe@airavata.apache.org</subscribe> <unsubscribe>dev-unsubscribe@airavata.apache.org</unsubscribe> <post>mailto:dev@airavata.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/airavata-dev/</archive> </mailingList> </mailingLists> <issueManagement> <url>https://gateways.atlassian.net/browse/EXTREME</url> </issueManagement> <developers> <developer> <id>jsiwek</id> <name>jsiwek</name> <email>jsiwek@ncsa.uiuc.edu</email> <timezone>-5</timezone> <organization>NCSA</organization> <organizationUrl>http://ncsa.uiuc.edu</organizationUrl> </developer> <developer> <id>jbasney</id> <name>Jim Basney</name> <email>jbasney@illinois.edu</email> <timezone>-5</timezone> <organization>NCSA</organization> <organizationUrl>http://ncsa.uiuc.edu</organizationUrl> </developer> <developer> <id>smarru</id> <name>Suresh Marru</name> <email>smarru@apache.org</email> <timezone>-5</timezone> <organization>Indiana University</organization> <organizationUrl>http://www.iub.edu</organizationUrl> </developer> </developers> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <skipTests>true</skipTests> <junit.version>4.7</junit.version> </properties> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <skip>false</skip> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>