Skip to content

Commit

Permalink
Merge pull request #111 from lukasj/ejb
Browse files Browse the repository at this point in the history
Update dependencies, remove tabs
  • Loading branch information
keilw authored Jan 16, 2019
2 parents 5fdce28 + 172cc6c commit cfe109f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2015, 2019 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -91,13 +91,13 @@
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>2.0.SP1</version>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -121,16 +121,16 @@
</dependencies>

<build>
<resources>
<resource>
<directory>${project.basedir}</directory>
<includes>
<include>LICENSE.md</include>
<include>NOTICE.md</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
<resources>
<resource>
<directory>${project.basedir}</directory>
<includes>
<include>LICENSE.md</include>
<include>NOTICE.md</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>

<plugins>
<plugin>
Expand Down

0 comments on commit cfe109f

Please sign in to comment.