software-developer-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.odpi.egeria</groupId> <artifactId>software-developer-api</artifactId> <version>5.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.odpi.egeria</groupId> <artifactId>software-developer-api</artifactId> <version>5.2.1</version> <url>http://egeria.odpi.org</url> <inceptionYear>2018</inceptionYear> <organization> <name>LF AI & Data Foundation</name> <url>https://lfaidata.foundation</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> <license> <name>Creative Commons Attribution 4.0 International (CC BY 4.0)</name> <url>https://creativecommons.org/licenses/by/4.0</url> </license> </licenses> <developers> <developer> <id>mandy-chessell</id> <name>Mandy Chessell</name> <email>mandy.e.chessell@gmail.com</email> <organization>Pragmatic Data Research Ltd</organization> <roles> <role>Project Leader</role> </roles> <timezone>Europe/London</timezone> </developer> <developer> <id>planetf1</id> <name>Nigel Jones</name> <email>nigel.l.jones+git@gmail.com</email> <organization>IBM Corporation</organization> <roles> <role>maintainer</role> </roles> </developer> </developers> <mailingLists> <mailingList> <name>Egeria mailing list</name> <subscribe>egeria-technical-discuss+subscribe@lists.lfaidata.foundation</subscribe> <unsubscribe>egeria-technical-discuss+unsubscribe@lists.lfaidata.foundation</unsubscribe> <post>egeria-technical-discuss@lists.lfaidata.foundation</post> <archive>https://lists.lfaidata.foundation/g/egeria-technical-discuss/topics</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:git://github.com/odpi/egeria.git</connection> <developerConnection>scm:git:ssh://github.com/odpi/egeria/egeria.git</developerConnection> <url>https://github.com/odpi/egeria</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/odpi/egeria/issues</url> </issueManagement> <dependencyManagement> <dependencies> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>egeria</artifactId> <version>5.2.1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>ffdc-services</artifactId> <version>5.2.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>org.glassfish:jakarta.json</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>audit-log-framework</artifactId> <version>5.2.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>org.glassfish:jakarta.json</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>repository-services-apis</artifactId> <version>5.2.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>org.glassfish:jakarta.json</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> </dependencies> <name>software-developer-api</name> <description>Software Developer OMAS API</description> </project>