score-language
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.openscore.lang</groupId>
<artifactId>score-language</artifactId>
<version>0.1.16</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!--
(c) Copyright 2014 Hewlett-Packard Development Company, L.P.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Apache License v2.0 which accompany this distribution.
The Apache License is available at
http://www.apache.org/licenses/LICENSE-2.0
-->
<groupId>io.openscore.lang</groupId>
<artifactId>score-language</artifactId>
<version>0.1.16</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>A DSL for writing flows</description>
<url>https://github.com/openscore/score-language</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/openscore/score-language.git</connection>
<developerConnection>scm:git:git@github.com:openscore/score-language.git</developerConnection>
<url>https://github.com/openscore/score-language.git</url>
<tag>score-language-0.1.16</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<score.group>io.openscore</score.group>
<score.version>0.1.266</score.version>
<spring.version>4.0.8.RELEASE</spring.version>
</properties>
<distributionManagement>
<repository>
<id>ossrh</id>
<name>Maven Central staging repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<name>Maven Central snapshots repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<developers>
<developer>
<id>hararzafrir</id>
<email>zafrir@hp.com</email>
<name>Harar Zafrir</name>
<url>https://github.com/hararzafrir</url>
<organization>HP Software</organization>
<organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
<timezone>+2</timezone>
</developer>
<developer>
<id>meshipeer</id>
<email>meshi.peer@hp.com</email>
<name>Meshi Peer</name>
<url>https://github.com/meshipeer</url>
<organization>HP Software</organization>
<organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
<timezone>+2</timezone>
</developer>
<developer>
<id>meirwah</id>
<email>meir.wahnon@hp.com</email>
<name>Meir Wahnon</name>
<url>https://github.com/meirwah</url>
<organization>HP Software</organization>
<organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
<timezone>+2</timezone>
</developer>
<developer>
<id>Bonczidai</id>
<email>levente.bonczidai@hp.com</email>
<name>Bonczidai Levente</name>
<url>https://github.com/Bonczidai</url>
<organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
<organization>HP Software</organization>
<timezone>+2</timezone>
</developer>
<developer>
<id>TudorLesanHP</id>
<email>tudor-andrei.lesan@hp.com</email>
<name>Tudor Lesan</name>
<url>https://github.com/TudorLesanHP</url>
<organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
<organization>HP Software</organization>
<timezone>+2</timezone>
</developer>
<developer>
<id>orius123</id>
<email>eliya.sadan@hp.com</email>
<name>Eliya Sadan</name>
<url>https://github.com/orius123</url>
<organization>HP Software</organization>
<organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
<timezone>+2</timezone>
</developer>
<developer>
<id>oritstone</id>
<email>orit.stone@hp.com</email>
<name>Orit Stone</name>
<url>https://github.com/oritstone</url>
<organization>HP Software</organization>
<organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
<timezone>+2</timezone>
</developer>
<developer>
<id>avimora</id>
<email>avi.moradi@hp.com</email>
<name>Avi Moradi</name>
<url>https://github.com/avimora</url>
<organization>HP Software</organization>
<organizationUrl>http://www8.hp.com/us/en/software/enterprise-software.html</organizationUrl>
<timezone>+2</timezone>
</developer>
</developers>
<!--contributors>
<contributor>
<id>johndoe</id>
<email>john.doe@foo.bar.com</email>
<name>John Doe</name>
<url>https://github.com/johndoe</url>
<organization>Foo-Bar inc.</organization>
<timezone>UTC</timezone>
</contributor>
</contributors-->
<dependencyManagement>
<dependencies>
<!--score dependencies-->
<dependency>
<groupId>${score.group}</groupId>
<artifactId>score-api</artifactId>
<version>${score.version}</version>
</dependency>
<dependency>
<groupId>${score.group}</groupId>
<artifactId>score-all</artifactId>
<version>${score.version}</version>
</dependency>
<dependency>
<groupId>com.hp.score.sdk</groupId>
<artifactId>score-content-sdk</artifactId>
<version>1.10.6</version>
</dependency>
<!--end of score dependencies-->
<!--score content dependencies-->
<dependency>
<groupId>io.openscore.content</groupId>
<artifactId>score-ssh</artifactId>
<version>0.0.22</version>
</dependency>
<dependency>
<groupId>io.openscore.content</groupId>
<artifactId>score-mail</artifactId>
<version>0.0.10</version>
</dependency>
<dependency>
<groupId>io.openscore.content</groupId>
<artifactId>score-http-client</artifactId>
<version>0.1.57</version>
</dependency>
<!--end of score content dependencies-->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>com.googlecode.lambdaj</groupId>
<artifactId>lambdaj</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.14</version>
</dependency>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7-b3</version>
<scope>compile</scope>
</dependency>
<!-- spring artifacts -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
<!-- end of spring artifacts -->
<!--liquibase : this is only for fixing liquibase logging issue-->
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>2.0.5</version>
</dependency>
<!-- DB drivers -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.183</version>
<scope>test</scope>
</dependency>
<!--tests artifacts-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.4.0</version>
<configuration>
<xmlOutput>true</xmlOutput>
<findbugsXmlOutput>true</findbugsXmlOutput>
<!--
In general the idea is to have as little false positives as possible. So we might ignore
some real stuff, but this is better than having false positives.
Findbugs produces a false positive on System.out and System.err with the FindNullDeref
detector - this detector is omitted (ever though it is important) until findbugs (finally)
fix this problem.
The FindDeadLocalStores has a lot of false positives and is relatively uninteresting. See:
http://findbugs.sourceforge.net/bugDescriptions.html#DLS_DEAD_STORE_OF_CLASS_LITERAL
The NumberConstructor is unavoidable when using Groovy, so we're ignoring that too. See:
http://findbugs.sourceforge.net/bugDescriptions.html#DM_FP_NUMBER_CTOR
UnreadFields get confused by all the injecting frameworks we use (Guice, Gin, Plexus, Spring)
-->
<omitVisitors>FindNullDeref,FindDeadLocalStores,NumberConstructor,UnreadFields</omitVisitors>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.14</version>
<executions>
<execution>
<id>verify integration tests execution</id>
<phase>post-integration-test</phase>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.15</version>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<execution>
<id>enforce-versions</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>3.0.4</version>
</requireMavenVersion>
<requireJavaVersion>
<version>1.7</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
<configuration>
<attach>true</attach>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>default-profile</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release-internal-profile</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release-external-profile</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<modules>
<module>score-lang-runtime</module>
<module>score-lang-compiler</module>
<module>score-lang-entities</module>
<module>score-lang-cli</module>
<module>score-language-tests</module>
<module>score-lang-api</module>
<module>score-lang-content-verifier</module>
</modules>
</project>