Checksums
MD5
|
a15eab4663c30cb317ced4a520aa3131
|
SHA1
|
d46423970d7aad3b518ef89375511c4f4611f84e
|
SHA256
|
624cb3b2e953e1fd22e5c0c5e53c6b350a17bd7a4689496dabe9a13c3d7a9b45
|
SHA512
|
ae213e4d1fbac0a14a1b5c80c099ca9ac3e14eeb3b5e5dff4fb10f3f0e4894e6605bde2e7f2b540f89b374e86564f4892976de4528d4cacb6f0922ceee686154
|
POM
<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>
<artifactId>examples</artifactId>
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>automated_vehicles</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>auckland</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>switzerland</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.0.5</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>standalone</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>