Wail Alkowaileet created ASTERIXDB-1467:
-------------------------------------------
Summary: NonTaggedDataForma.infer() on Insert
Key: ASTERIXDB-1467
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1467
Project: Apache AsterixDB
Issue Type: Bug
Components: AsterixDB, Maven
Reporter: Wail Alkowaileet
Priority: Blocker
After spending sometime to know why AsterixDB fails on deploy mode but not on
test mode ...
There's a tiny problem with the POM in asterix-app:
{noformat}
<dependency>
<groupId>com.e-movimento.tinytools</groupId>
<artifactId>privilegedaccessor</artifactId>
<version>1.2.2</version>
<scope>test</scope>
</dependency>
{noformat}
I think the scope should be changed to compile.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)