META-INF.maven.org.finos.legend.sdlc.legend-sdlc-generation-model-maven-plugin.pom.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2021 Goldman Sachs Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.finos.legend.sdlc</groupId> <artifactId>legend-sdlc</artifactId> <version>0.178.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>maven-plugin</packaging> <artifactId>legend-sdlc-generation-model-maven-plugin</artifactId> <name>Legend SDLC Model Generation Maven Plugin</name> <dependencies> <!-- ENGINE --> <dependency> <groupId>org.finos.legend.engine</groupId> <artifactId>legend-engine-language-pure-compiler</artifactId> </dependency> <dependency> <groupId>org.finos.legend.engine</groupId> <artifactId>legend-engine-protocol-pure</artifactId> </dependency> <dependency> <groupId>org.finos.legend.engine</groupId> <artifactId>legend-engine-language-pure-dsl-generation</artifactId> <exclusions> <exclusion> <groupId>org.bouncycastle</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <!-- ENGINE --> <!-- SDLC --> <dependency> <groupId>org.finos.legend.sdlc</groupId> <artifactId>legend-sdlc-model</artifactId> </dependency> <dependency> <groupId>org.finos.legend.sdlc</groupId> <artifactId>legend-sdlc-entity-serialization</artifactId> </dependency> <dependency> <groupId>org.finos.legend.sdlc</groupId> <artifactId>legend-sdlc-protocol</artifactId> </dependency> <dependency> <groupId>org.finos.legend.sdlc</groupId> <artifactId>legend-sdlc-protocol-pure</artifactId> </dependency> <dependency> <groupId>org.finos.legend.sdlc</groupId> <artifactId>legend-sdlc-language-pure-compiler</artifactId> </dependency> <dependency> <groupId>org.finos.legend.sdlc</groupId> <artifactId>legend-sdlc-generation-model</artifactId> </dependency> <!-- SDLC --> <!-- Eclipse Collections --> <dependency> <groupId>org.eclipse.collections</groupId> <artifactId>eclipse-collections-api</artifactId> </dependency> <dependency> <groupId>org.eclipse.collections</groupId> <artifactId>eclipse-collections</artifactId> </dependency> <!-- Eclipse Collections --> <!-- PLUGIN --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> </dependency> <!-- PLUGIN --> <!-- TEST --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.finos.legend.sdlc</groupId> <artifactId>legend-sdlc-model</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <!-- TEST --> </dependencies> </project>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy