Skip to content

Commit

Permalink
Merge pull request #12 from mspnp/users/v-magran/updatemaven
Browse files Browse the repository at this point in the history
Users/v magran/updatemaven
  • Loading branch information
Mariano Grande committed Feb 11, 2021
2 parents 0626adc + 694f7e5 commit ad22374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure/pom.xml
Expand Up @@ -32,19 +32,19 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.11</artifactId>
<version>2.3.1</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<version>2.3.1</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_2.11</artifactId>
<version>2.3.1</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ad22374

Please sign in to comment.