aboutsummaryrefslogtreecommitdiffstats
path: root/container-di/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for bad JDK detection in IntelliJBjørn Christian Seime2020-09-031-0/+4
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-8/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Package container-di as a bundlegjoranv2019-05-141-1/+6
| | | | | - Necessary for bundle-plugin to generate Import-Package for its packages when used as a provided dependency.
* GC unused dependencies.Henning Baldersheim2019-04-241-5/+0
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Scala code in container-di converted to JavaOlli Virtanen2018-06-211-46/+0
|
* Exclude non-public package from javadoc generation.gjoranv2018-05-141-0/+8
| | | | - Due to scala-java interaction issue.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Remove scala-compiler test dependencyBjørn Christian Seime2017-07-241-5/+0
|
* Remove scalalibBjørn Christian Seime2017-07-201-5/+0
|
* Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-131-49/+0
|
* Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-5/+4
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+0
| | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.
* Provide vespajlib from jdisc_core instead of container-discgjoranv2016-06-161-0/+1
| | | | - To allow using vespajlib from jdisc_core.
* PublishJon Bratseth2016-06-151-0/+226