wasp-repository_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>it.agilelab</groupId> <artifactId>wasp-repository_2.11</artifactId> <version>2.36.0-cdp719</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>it.agilelab</groupId> <artifactId>wasp-repository_2.11</artifactId> <packaging>jar</packaging> <description>wasp-repository</description> <url>https://www.agilelab.it/wasp-wide-analytics-streaming-platform/</url> <version>2.36.0-cdp719</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>wasp-repository</name> <organization> <name>it.agilelab</name> <url>http://www.agilelab.it</url> </organization> <scm> <url>https://github.com/agile-lab-dev/wasp</url> <connection>https://github.com/agile-lab-dev/wasp.git</connection> </scm> <developers> <developer> <id>AgileLabDev</id> <name>AgileLabDev</name> <url>https://github.com/agile-lab-dev/wasp</url> <email>wasp@agilelab.it</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> <exclusions> <exclusion> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> </exclusion> <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> </exclusion> <exclusion> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_2.12</artifactId> </exclusion> <exclusion> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-java8-compat_2.12</artifactId> </exclusion> <exclusion> <groupId>net.jpountz.lz4</groupId> <artifactId>lz4</artifactId> </exclusion> <exclusion> <groupId>org.spire-math</groupId> <artifactId>spire_2.11</artifactId> </exclusion> <exclusion> <groupId>org.spire-math</groupId> <artifactId>spire-macros_2.11</artifactId> </exclusion> <exclusion> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.ghik</groupId> <artifactId>silencer-lib_2.11.12</artifactId> <version>1.4.3</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> </exclusion> <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> </exclusion> <exclusion> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_2.12</artifactId> </exclusion> <exclusion> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-java8-compat_2.12</artifactId> </exclusion> <exclusion> <groupId>net.jpountz.lz4</groupId> <artifactId>lz4</artifactId> </exclusion> <exclusion> <groupId>org.spire-math</groupId> <artifactId>spire_2.11</artifactId> </exclusion> <exclusion> <groupId>org.spire-math</groupId> <artifactId>spire-macros_2.11</artifactId> </exclusion> <exclusion> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>