space-mo-adapter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>int.esa.nmf.core</groupId> <artifactId>space-mo-adapter</artifactId> <version>4.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed under European Space Agency Public License (ESA-PL) Weak Copyleft – v2.4 You may not use this file except in compliance with the License. Except as expressly set forth in this License, the Software is provided to You on an "as is" basis and without warranties of any kind, including without limitation merchantability, fitness for a particular purpose, absence of defects or errors, accuracy or non-infringement of intellectual property rights. See the License for the specific language governing permissions and limitations under the License. --> <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> <parent> <groupId>int.esa.nmf</groupId> <artifactId>parent</artifactId> <version>4.0</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <groupId>int.esa.nmf.core</groupId> <artifactId>space-mo-adapter</artifactId> <packaging>jar</packaging> <name>ESA NMF Core Composite - Space MO Adapter</name> <description>Space MO Adapter for the NanoSat MO Framework</description> <url>http://www.esa.int</url> <organization> <name>ESA</name> <url>http://www.esa.int</url> </organization> <licenses> <license> <name>European Space Agency Public License (ESA-PL) Weak Copyleft – v2.4</name> <url>https://raw.github.com/esa/nanosat-mo-framework/master/LICENCE.md</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/esa/nanosat-mo-framework.git</connection> <url>https://github.com/esa/nanosat-mo-framework</url> </scm> <developers> <developer> <id>TanguySoto</id> <name>Tanguy Soto</name> <url>https://tanguyso.to</url> </developer> </developers> <dependencies> <dependency> <groupId>int.esa.nmf.core</groupId> <artifactId>generic-composite-model</artifactId> <exclusions> <exclusion> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> </exclusion> <exclusion> <groupId>org.apache.derby</groupId> <artifactId>derbyclient</artifactId> </exclusion> <exclusion> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> </exclusion> <exclusion> <groupId>org.apache.derby</groupId> <artifactId>derbynet</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> </plugin> </plugins> </build> </project>