Skip to content

Commit

Permalink
Fix deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Oct 14, 2022
1 parent f57501e commit 256dfd1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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>

<groupId>com.airbnb</groupId>
<artifactId>facebook-udfs</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<name>Archetype - facebook-udfs</name>
<url>http://maven.apache.org</url>

<dependencies>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>[2.3.4,)</version>
<version>[3.1.3,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>[2.3.4,)</version>
<version>[3.1.3,)</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -33,7 +31,7 @@
<configuration>
<source>1.7</source>
<target>1.7</target>
<compilerArgument></compilerArgument>
<compilerArgument />
</configuration>
</plugin>

Expand Down

0 comments on commit 256dfd1

Please sign in to comment.