awscdk-resources-mongodbatlas
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mongodb</groupId> <artifactId>awscdk-resources-mongodbatlas</artifactId> <version>3.9.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <!-- Generated by jsii-pacmak@1.102.0 (build e354887) on 2024-09-27T09:31:28.904Z --> <!-- @jsii-pacmak:meta@ {"fingerprint":"h253RqYpVhalJI362BfcFX9afgIsF4IpYzojJoyYRJQ="} --> <modelVersion>4.0.0</modelVersion> <name>${project.groupId}:${project.artifactId}</name> <description>MongoDB Atlas CDK Construct Library for AWS CloudFormation Resources</description> <url>https://github.com/mongodb/awscdk-resources-mongodbatlas.git</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> <comments>An OSI-approved license</comments> </license> </licenses> <developers> <developer> <name>MongoDB</name> <roles> <role>author</role> </roles> <url>https://www.mongodb.com/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/mongodb/awscdk-resources-mongodbatlas.git</connection> <url>https://github.com/mongodb/awscdk-resources-mongodbatlas.git</url> </scm> <groupId>org.mongodb</groupId> <artifactId>awscdk-resources-mongodbatlas</artifactId> <version>3.9.0</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>aws-cdk-lib</artifactId> <version>[2.103.0,3.0.0)</version> </dependency> <dependency> <groupId>software.constructs</groupId> <artifactId>constructs</artifactId> <version>[10.0.5,11.0.0)</version> </dependency> <dependency> <groupId>software.amazon.jsii</groupId> <artifactId>jsii-runtime</artifactId> <version>[1.102.0,2.0.0)</version> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>[16.0.3,20.0.0)</version> </dependency> <dependency> <!-- Provides @javax.annotation.Generated for JDKs >= 9 --> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>[1.3.2,1.4.0)</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.11.0</version> <configuration> <source>1.8</source> <target>1.8</target> <fork>true</fork> <maxmem>4096m</maxmem> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.3.0</version> <configuration> <archive> <index>true</index> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.5.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <failOnError>false</failOnError> <show>protected</show> <sourceFileExcludes> <exclude>**/$Module.java</exclude> </sourceFileExcludes> <additionalJOption>-J-XX:+TieredCompilation</additionalJOption> <additionalJOption>-J-XX:TieredStopAtLevel=1</additionalJOption> <doclint>none</doclint> <quiet>true</quiet> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>enforce-maven</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>3.6</version> </requireMavenVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.16.0</version> <configuration> <generateBackupPoms>false</generateBackupPoms> </configuration> </plugin> </plugins> </build> </project>