|
1496 | 1496 | </properties> |
1497 | 1497 | <dependencies> |
1498 | 1498 | <dependency> |
1499 | | - <groupId>org.apache.avro</groupId> |
1500 | | - <artifactId>avro</artifactId> |
1501 | | - <version>1.11.0</version> |
| 1499 | + <groupId>com.google.guava</groupId> |
| 1500 | + <artifactId>guava</artifactId> |
| 1501 | + <version>33.3.1-jre</version> |
1502 | 1502 | </dependency> |
1503 | 1503 | <dependency> |
1504 | | - <groupId>com.google.api-client</groupId> |
1505 | | - <artifactId>google-api-client</artifactId> |
1506 | | - <version>1.33.4</version> |
1507 | | - </dependency> |
1508 | | - <dependency> |
1509 | | - <groupId>com.google.apis</groupId> |
1510 | | - <artifactId>google-api-services-bigquery</artifactId> |
1511 | | - <version>v2-rev20220326-1.32.1</version> |
1512 | | - </dependency> |
1513 | | - <dependency> |
1514 | | - <groupId>com.google.cloud</groupId> |
1515 | | - <artifactId>google-cloud-bigquery</artifactId> |
1516 | | - <version>1.2.15</version> |
1517 | | - </dependency> |
1518 | | - <dependency> |
1519 | | - <groupId>com.google.http-client</groupId> |
1520 | | - <artifactId>google-http-client</artifactId> |
1521 | | - <version>1.41.5</version> |
1522 | | - </dependency> |
1523 | | - <dependency> |
1524 | | - <groupId>com.google.http-client</groupId> |
1525 | | - <artifactId>google-http-client-gson</artifactId> |
1526 | | - <version>1.41.5</version> |
1527 | | - </dependency> |
1528 | | - <dependency> |
1529 | | - <groupId>com.google.oauth-client</groupId> |
1530 | | - <artifactId>google-oauth-client</artifactId> |
1531 | | - <version>1.33.3</version> |
1532 | | - </dependency> |
1533 | | - <dependency> |
1534 | | - <groupId>com.google.cloud</groupId> |
1535 | | - <artifactId>google-cloud-bigquerystorage</artifactId> |
1536 | | - <version>2.12.0</version> |
1537 | | - </dependency> |
1538 | | - <dependency> |
1539 | | - <groupId>com.google.auth</groupId> |
1540 | | - <artifactId>google-auth-library-oauth2-http</artifactId> |
1541 | | - <version>1.6.0</version> |
1542 | | - </dependency> |
1543 | | - <dependency> |
1544 | | - <groupId>com.google.auth</groupId> |
1545 | | - <artifactId>google-auth-library-credentials</artifactId> |
1546 | | - <version>1.6.0</version> |
1547 | | - </dependency> |
1548 | | - <dependency> |
1549 | | - <groupId>com.google.api</groupId> |
1550 | | - <artifactId>gax</artifactId> |
1551 | | - <version>2.13.0</version> |
1552 | | - </dependency> |
1553 | | - <dependency> |
1554 | | - <groupId>com.google.api</groupId> |
1555 | | - <artifactId>gax-grpc</artifactId> |
1556 | | - <version>2.13.0</version> |
1557 | | - </dependency> |
1558 | | - <dependency> |
1559 | | - <groupId>com.google.api.grpc</groupId> |
1560 | | - <artifactId>proto-google-cloud-bigquerystorage-v1</artifactId> |
1561 | | - <version>2.12.0</version> |
1562 | | - </dependency> |
1563 | | - <dependency> |
1564 | | - <groupId>io.opencensus</groupId> |
1565 | | - <artifactId>opencensus-contrib-http-util</artifactId> |
1566 | | - <version>0.31.0</version> |
1567 | | - </dependency> |
1568 | | - <dependency> |
1569 | | - <groupId>io.grpc</groupId> |
1570 | | - <artifactId>grpc-core</artifactId> |
1571 | | - <version>1.45.0</version> |
1572 | | - </dependency> |
1573 | | - <dependency> |
1574 | | - <groupId>com.google.api.grpc</groupId> |
1575 | | - <artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId> |
1576 | | - <version>2.12.0</version> |
| 1504 | + <groupId>com.odysseusinc.executionengine.drivers</groupId> |
| 1505 | + <artifactId>google-bigquery-simba-jdbc42</artifactId> |
| 1506 | + <version>1.6.2.1003-SNAPSHOT</version> |
1577 | 1507 | </dependency> |
1578 | 1508 | </dependencies> |
1579 | | - <build> |
1580 | | - <plugins> |
1581 | | - <plugin> |
1582 | | - <groupId>org.apache.maven.plugins</groupId> |
1583 | | - <artifactId>maven-install-plugin</artifactId> |
1584 | | - <version>2.5.2</version> |
1585 | | - <executions> |
1586 | | - <execution> |
1587 | | - <id>google-api-client</id> |
1588 | | - <phase>initialize</phase> |
1589 | | - <goals> |
1590 | | - <goal>install-file</goal> |
1591 | | - </goals> |
1592 | | - <configuration> |
1593 | | - <groupId>com.google.api-client</groupId> |
1594 | | - <artifactId>google-api-client</artifactId> |
1595 | | - <version>1.33.4</version> |
1596 | | - <packaging>jar</packaging> |
1597 | | - <file>${bigquery.classpath}/google-api-client-1.33.4.jar</file> |
1598 | | - </configuration> |
1599 | | - </execution> |
1600 | | - <execution> |
1601 | | - <id>google-api-services-bigquery</id> |
1602 | | - <phase>initialize</phase> |
1603 | | - <goals> |
1604 | | - <goal>install-file</goal> |
1605 | | - </goals> |
1606 | | - <configuration> |
1607 | | - <groupId>com.google.apis</groupId> |
1608 | | - <artifactId>google-api-services-bigquery</artifactId> |
1609 | | - <version>v2-rev20220326-1.32.1</version> |
1610 | | - <packaging>jar</packaging> |
1611 | | - <file>${bigquery.classpath}/google-api-services-bigquery-v2-rev20220326-1.32.1.jar</file> |
1612 | | - </configuration> |
1613 | | - </execution> |
1614 | | - <execution> |
1615 | | - <id>google-cloud-bigquery</id> |
1616 | | - <phase>initialize</phase> |
1617 | | - <goals> |
1618 | | - <goal>install-file</goal> |
1619 | | - </goals> |
1620 | | - <configuration> |
1621 | | - <groupId>com.google.cloud</groupId> |
1622 | | - <artifactId>google-cloud-bigquery</artifactId> |
1623 | | - <version>1.2.15</version> |
1624 | | - <packaging>jar</packaging> |
1625 | | - <file>${bigquery.classpath}/GoogleBigQueryJDBC42.jar</file> |
1626 | | - </configuration> |
1627 | | - </execution> |
1628 | | - <execution> |
1629 | | - <id>google-http-client</id> |
1630 | | - <phase>initialize</phase> |
1631 | | - <goals> |
1632 | | - <goal>install-file</goal> |
1633 | | - </goals> |
1634 | | - <configuration> |
1635 | | - <groupId>com.google.http-client</groupId> |
1636 | | - <artifactId>google-http-client</artifactId> |
1637 | | - <version>1.41.5</version> |
1638 | | - <packaging>jar</packaging> |
1639 | | - <file>${bigquery.classpath}/google-http-client-1.41.5.jar</file> |
1640 | | - </configuration> |
1641 | | - </execution> |
1642 | | - <execution> |
1643 | | - <id>google-http-client-gson</id> |
1644 | | - <phase>initialize</phase> |
1645 | | - <goals> |
1646 | | - <goal>install-file</goal> |
1647 | | - </goals> |
1648 | | - <configuration> |
1649 | | - <groupId>com.google.http-client</groupId> |
1650 | | - <artifactId>google-http-client-gson</artifactId> |
1651 | | - <version>1.41.5</version> |
1652 | | - <packaging>jar</packaging> |
1653 | | - <file>${bigquery.classpath}/google-http-client-gson-1.41.5.jar</file> |
1654 | | - </configuration> |
1655 | | - </execution> |
1656 | | - <execution> |
1657 | | - <id>google-oauth-client</id> |
1658 | | - <phase>initialize</phase> |
1659 | | - <goals> |
1660 | | - <goal>install-file</goal> |
1661 | | - </goals> |
1662 | | - <configuration> |
1663 | | - <groupId>com.google.oauth-client</groupId> |
1664 | | - <artifactId>google-oauth-client</artifactId> |
1665 | | - <version>1.33.1</version> |
1666 | | - <packaging>jar</packaging> |
1667 | | - <file>${bigquery.classpath}/google-oauth-client-1.33.1.jar</file> |
1668 | | - </configuration> |
1669 | | - </execution> |
1670 | | - <execution> |
1671 | | - <id>google-cloud-bigquerystorage</id> |
1672 | | - <phase>initialize</phase> |
1673 | | - <goals> |
1674 | | - <goal>install-file</goal> |
1675 | | - </goals> |
1676 | | - <configuration> |
1677 | | - <groupId>com.google.cloud</groupId> |
1678 | | - <artifactId>google-cloud-bigquerystorage</artifactId> |
1679 | | - <version>2.12.0</version> |
1680 | | - <packaging>jar</packaging> |
1681 | | - <file>${bigquery.classpath}/google-cloud-bigquerystorage-2.12.0.jar</file> |
1682 | | - </configuration> |
1683 | | - </execution> |
1684 | | - <execution> |
1685 | | - <id>grpc-core</id> |
1686 | | - <phase>initialize</phase> |
1687 | | - <goals> |
1688 | | - <goal>install-file</goal> |
1689 | | - </goals> |
1690 | | - <configuration> |
1691 | | - <groupId>io.grpc</groupId> |
1692 | | - <artifactId>grpc-core</artifactId> |
1693 | | - <version>1.45.0</version> |
1694 | | - <packaging>jar</packaging> |
1695 | | - <file>${bigquery.classpath}/grpc-core-1.45.0.jar</file> |
1696 | | - </configuration> |
1697 | | - </execution> |
1698 | | - <execution> |
1699 | | - <id>grpc-google-cloud-bigquerystorage-v1</id> |
1700 | | - <phase>initialize</phase> |
1701 | | - <goals> |
1702 | | - <goal>install-file</goal> |
1703 | | - </goals> |
1704 | | - <configuration> |
1705 | | - <groupId>com.google.api.grpc</groupId> |
1706 | | - <artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId> |
1707 | | - <version>2.12.0</version> |
1708 | | - <packaging>jar</packaging> |
1709 | | - <file>${bigquery.classpath}/grpc-google-cloud-bigquerystorage-v1-2.12.0.jar</file> |
1710 | | - </configuration> |
1711 | | - </execution> |
1712 | | - </executions> |
1713 | | - </plugin> |
1714 | | - </plugins> |
1715 | | - </build> |
| 1509 | + |
1716 | 1510 | </profile> |
1717 | 1511 | <profile> |
1718 | 1512 | <id>webapi-hive</id> |
|
0 commit comments