Skip to content

Commit

Permalink
pom update
Browse files Browse the repository at this point in the history
(cherry picked from commit fb42d6fc9d17090fd761560dba570e1961a3371d)
  • Loading branch information
skardani committed Jun 2, 2019
1 parent 43cdf2b commit a5190ba
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Acknowledgement:
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
</plugin>
</plugin>A
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -89,8 +89,8 @@ Acknowledgement:
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
<debug>true</debug>
</configuration>
</plugin>
Expand Down
39 changes: 39 additions & 0 deletions modules/cloudsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,45 @@
<artifactId>opencsv</artifactId>
<version>3.7</version>
</dependency>

<!-- =================== V5 ================== -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.uncommons.maths</groupId>
<artifactId>uncommons-maths</artifactId>
<version>1.2.2a</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0</version>
</dependency>
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.3</version>
</dependency>
<dependency>
<groupId>net.sf.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>2.0</version>
</dependency>

<!-- =================== V5 ================== -->
</dependencies>
<reporting>
<plugins>
Expand Down

0 comments on commit a5190ba

Please sign in to comment.